X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=907b4a49640e2682853d8368fa8ab800e241bcd6;hb=bcfe9680fdb90d26de543b2c43feabefdcac3c20;hp=18e1cf8537e71fbc45834976fed4423820b728e8;hpb=8e43fd9aa4cd7ec0d3dd806393ba03967f5050b2;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 18e1cf85..907b4a49 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -210,6 +210,10 @@ $i18n_key_words = array( 'label.mark_paid' => 'Markeer als betaald', 'label.week_note' => 'Week aantekening', 'label.week_list' => 'Week overzicht', +// TODO: translate the following. +// 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', +'label.totals_only' => 'Alleen totalen', // Form titles. 'title.login' => 'Aanmelden', @@ -280,6 +284,8 @@ $i18n_key_words = array( 'title.locking' => 'Blokkeren', 'title.week_view' => 'Week overzicht', 'title.swap_roles' => 'Rollen verruilen', +// TODO: translate the following. +// 'title.work_units' => 'Work Units', // 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. @@ -357,7 +363,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'klant', 'form.reports.group_by_project' => 'project', 'form.reports.group_by_task' => 'taak', -'form.reports.totals_only' => 'Alleen totalen', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -421,7 +426,7 @@ $i18n_key_words = array( 'form.export.compression_none' => 'geen', 'form.export.compression_bzip' => 'bzip', -// Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first). 'form.import.hint' => 'Importeer groepsgegevens uit een xml bestand.', 'form.import.file' => 'Kies bestand', 'form.import.success' => 'Importeren gelukt.', @@ -470,6 +475,11 @@ $i18n_key_words = array( 'form.swap.hint' => 'Degradeer jezelf naar een lagere rol door een rol te verruilen met iemand anders. Dit kan niet ongedaan worden gemaakt.', 'form.swap.swap_with' => 'Verruil rol met', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. 'role.user.label' => 'Gebruiker', 'role.user.low_case_label' => 'gebruiker',