X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=ac2312369d08793962f4caf9017a66e0ee19ae7e;hb=ab53f7a7b9b0e0ca43b6950c3389cd3889e74d82;hp=a56ee3fc7c272644f89115d81382eaaf219baa0a;hpb=699d174c8cd3dd88265826a6b69c7fae3b62e0a8;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index a56ee3fc..ac231236 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -104,8 +104,7 @@ $i18n_key_words = array( 'error.format' => 'Bestandsformaat niet valide.', 'error.user_count' => 'Limiet op aantal gebruikers.', 'error.expired' => 'Verloop datum is bereikt.', -// TODO: translate the following. -// 'error.file_storage' => 'File storage error.', +'error.file_storage' => 'Fout bij het opslaan van het bestand.', // Warning messages. 'warn.sure' => 'Ben je er zeker van?', @@ -234,19 +233,18 @@ $i18n_key_words = array( 'label.totals_only' => 'Alleen totalen', 'label.quota' => 'Maanddoel', 'label.timesheet' => 'Tijdenoverzicht', -// TODO: translate the following. "Submitted" here means that a timesheet was submitted (sent) -// to manager(s) for an approval. It is also a column name on the timesheets.php page, -// so it needs to be short. A problem with "Reactie ontvangen" is that Google auto-translates -// it as "Response received", which seems wrong, and is alsoo too long. -// 'label.submitted' => 'Reactie ontvangen', +'label.submitted' => 'Verzonden', 'label.approved' => 'Goedgekeurd', 'label.approval' => 'Rapport goedkeuring', 'label.mark_approved' => 'Markeer goegkeuring', 'label.template' => 'Sjabloon', +'label.attachments' => 'Bijlagen', +'label.files' => 'Bestanden', +// TODO: translate the following. +// 'label.file' => 'File', +'label.image' => 'Afbeelding', // TODO: translate the following. -// 'label.attachments' => 'Attachments', -// 'label.files' => 'Files', -// 'label.image' => 'Image', +// 'label.download' => 'Download', // Form titles. 'title.error' => 'Fout', @@ -262,6 +260,8 @@ $i18n_key_words = array( 'title.time' => 'Tijdsregistraties', 'title.edit_time_record' => 'Wijzigen tijdrecord', 'title.delete_time_record' => 'Verwijder tijdrecord', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'Kosten', 'title.edit_expense' => 'Bewerk kosten artikel', 'title.delete_expense' => 'Verwijder kosten artikel', @@ -278,8 +278,7 @@ $i18n_key_words = array( 'title.send_invoice' => 'Factuur verzenden', 'title.charts' => 'Grafieken', 'title.projects' => 'Projecten', -// TODO: translate the following. -// 'title.project_files' => 'Project Files', +'title.project_files' => 'Project bestanden', 'title.add_project' => 'Project toevoegen', 'title.edit_project' => 'Project wijzigen', 'title.delete_project' => 'Project verwijderen', @@ -314,6 +313,8 @@ $i18n_key_words = array( 'title.export' => 'Exporteer groepsgegevens', 'title.import' => 'Importeer groepsgegevens', 'title.options' => 'Opties', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profiel', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Eigen velden', @@ -332,6 +333,10 @@ $i18n_key_words = array( 'title.add_template' => 'Sjabloon toevoegen', 'title.edit_template' => 'Sjabloon bewerken', 'title.delete_template' => 'Sjabloon verwijderen', +// TODO: translate the following. +// 'title.edit_file' => 'Editing File', +// 'title.delete_file' => 'Deleting File', +// 'title.download_file' => 'Downloading File', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -500,6 +505,8 @@ $i18n_key_words = array( // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. 'form.group_edit.12_hours' => '12 uurs', 'form.group_edit.24_hours' => '24 uurs', +// TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Toon vakantiedagen', 'form.group_edit.tracking_mode' => 'Bijhouden', 'form.group_edit.mode_time' => 'tijd', @@ -571,4 +578,8 @@ $i18n_key_words = array( 'form.timesheet_view.approve_body' => "Jouw tijdenoverzicht %s is goedgekeurd.

%s", 'form.timesheet_view.disapprove_subject' => 'Tijdenoverzicht afgekeurd', 'form.timesheet_view.disapprove_body' => "Jouw tijdenoverzicht %s is afgekeurd.

%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );