home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / Deutsch / notes.Deutsch.inc < prev    next >
Text File  |  2004-03-08  |  819b  |  26 lines

  1. <?php
  2. $no_notes_count_single = 'Notiz';
  3. $no_notes_count = 'Notizen';
  4. $no_catagory = 'Kategorie';
  5. $no_no_notes = 'Keine Notizen vorhanden.';
  6. $no_new_note = 'Neue Notiz';
  7. $pm_note_exists = 'Eine Notiz mit diesem Namen ist bereits vorhanden.';
  8. $no_catagories = 'Kategorien';
  9. $no_no_catagories = 'Keine Kategorien vorhanden.';
  10. $no_new_catagory= 'Neue Kategorie';
  11. $pm_catagory_exists = 'Diese Kategorie ist bereits vorhanden';
  12. $no_catagories_count = 'Kategorien';
  13. $no_catagories_count_single = 'Kategorie';
  14. $no_none = 'Keine';
  15. $no_responsible = 'Verantwortliche(r)';
  16. $no_due_date = 'Ablaufdatum';
  17.  
  18. $no_project = 'Projekt';
  19. $no_contact = 'Kontakt';
  20. $no_file = 'Datei';
  21.  
  22. $no_show_all = 'Alle anzeigen';
  23. $no_show_own = 'Eigene anzeigen';
  24. $no_show_responsible = 'Aus meiner Zustaendigkeit anzeigen';
  25. ?>
  26.