home *** CD-ROM | disk | FTP | other *** search
- <?php
- $no_notes_count_single = 'notitie';
- $no_notes_count = 'notities';
- $no_catagory = 'Catagorie';
- $no_no_notes = 'Geen notities gevonden.';
- $no_new_note = 'Nieuwe notitie';
- $pm_note_exists = 'Er bestaat al een notitie met deze naam';
- $no_catagories = 'Catagoriδn';
- $no_no_catagories = 'Er zijn geen catagoriδn gedefiniδerd.';
- $no_new_catagory= 'Nieuwe catagorie';
- $pm_catagory_exists = 'Deze catagorie bestaat al';
- $no_catagories_count = 'Catagoriδn';
- $no_catagories_count_single = 'Catagorie';
- $no_none = 'Geen';
- $no_responsible = 'Verantwoordelijke';
- $no_due_date = 'Uitvoerdatum';
-
- $no_project = 'Project';
- $no_contact = 'Contactpersoon';
- $no_file = 'Bestand';
-
- $no_show_all = 'Toon alles';
- $no_show_own = 'Toon uw eigen';
- $no_show_responsible = 'Toon uw verantwoordelijke';
- ?>