X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0e60d28bba29fbd47e415ac55bdcb39a284613ee..ea7a43edbe96f9741b734dc4ee5efc16b6c48244:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 907b4a49..6eb372fe 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -47,6 +47,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Maak groep', 'menu.profile' => 'Profiel', 'menu.group' => 'Groep', +'menu.plugins' => 'Plugins', 'menu.time' => 'Tijden', 'menu.expenses' => 'Kosten', 'menu.reports' => 'Rapporten', @@ -210,9 +211,8 @@ $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.work_units' => 'Werk eenheid', +'label.work_units_short' => 'Eenheid', 'label.totals_only' => 'Alleen totalen', // Form titles. @@ -273,6 +273,7 @@ $i18n_key_words = array( 'title.options' => 'Opties', 'title.profile' => 'Profiel', 'title.group' => 'Groep instelling', +'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Eigen velden', 'title.cf_add_custom_field' => 'Eigen veld toevoegen', 'title.cf_edit_custom_field' => 'Eigen veld bewerken', @@ -284,8 +285,7 @@ $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', +'title.work_units' => 'Werk eenheid', // 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. @@ -451,7 +451,6 @@ $i18n_key_words = array( 'form.group_edit.future_entries' => 'Toevoegingen toestaan in de toekomst', 'form.group_edit.uncompleted_indicators' => 'Onvolledige indicatoren', 'form.group_edit.allow_ip' => 'Toegestane IP adressen', -'form.group_edit.plugins' => 'Plugins', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php 'form.group_delete.hint' => 'Bent u er zeker van dat u de hele groep wilt verwijderen?', @@ -476,9 +475,8 @@ $i18n_key_words = array( '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', +'form.work_units.minutes_in_unit' => 'Minuten per eenheid', +'form.work_units.1st_unit_threshold' => 'Drempel eerste eenheid', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. 'role.user.label' => 'Gebruiker',