X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=91958bf195e1a42cfc665d647cd9216590fc18ae;hb=4ebe6fd29283633e5ae7cdb399cc144c38af25fb;hp=ce42aa218ad5cd7a93b28352b0099c6424411880;hpb=331afa6cc2e76915cbe7fce163803cbe5a93f9da;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index ce42aa21..91958bf1 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -240,9 +240,13 @@ $i18n_key_words = array( 'label.template' => 'Sjabloon', 'label.attachments' => 'Bijlagen', 'label.files' => 'Bestanden', +// TODO: translate the following. +// 'label.file' => 'File', 'label.image' => 'Afbeelding', // TODO: translate the following. // 'label.download' => 'Download', +'label.active_users' => 'Actieve medewerkers', +'label.inactive_users' => 'Inactieve medewerkers', // Form titles. 'title.error' => 'Fout', @@ -272,6 +276,8 @@ $i18n_key_words = array( 'title.send_report' => 'Rapport aan het versturen', 'title.timesheets' => 'Tijdenoverzichten', 'title.timesheet' => 'Tijdenoverzicht', +// TODO: Translate the following. +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Factuur', 'title.send_invoice' => 'Factuur verzenden', 'title.charts' => 'Grafieken', @@ -335,6 +341,7 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // 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. @@ -458,8 +465,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inactieve taken', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Actieve medewerkers', -'form.users.inactive_users' => 'Inactieve medewerkers', 'form.users.uncompleted_entry' => 'Gebruiker heeft tijd ingevoerd die niet compleet is', 'form.users.role' => 'Rol', 'form.users.manager' => 'Manager', @@ -503,6 +508,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', @@ -574,4 +581,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', );