home *** CD-ROM | disk | FTP | other *** search
- <?php
- $no_notes_count_single = 'Notiz';
- $no_notes_count = 'Notizen';
- $no_catagory = 'Kategorie';
- $no_no_notes = 'Keine Notizen vorhanden.';
- $no_new_note = 'Neue Notiz';
- $pm_note_exists = 'Eine Notiz mit diesem Namen ist bereits vorhanden.';
- $no_catagories = 'Kategorien';
- $no_no_catagories = 'Keine Kategorien vorhanden.';
- $no_new_catagory= 'Neue Kategorie';
- $pm_catagory_exists = 'Diese Kategorie ist bereits vorhanden';
- $no_catagories_count = 'Kategorien';
- $no_catagories_count_single = 'Kategorie';
- $no_none = 'Keine';
- $no_responsible = 'Verantwortliche(r)';
- $no_due_date = 'Ablaufdatum';
-
- $no_project = 'Projekt';
- $no_contact = 'Kontakt';
- $no_file = 'Datei';
-
- $no_show_all = 'Alle anzeigen';
- $no_show_own = 'Eigene anzeigen';
- $no_show_responsible = 'Aus meiner Zustaendigkeit anzeigen';
- ?>
-