X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=fa65b754c7d1661642f00f19a251ceb3adec7b27;hb=73bd55c5aaa9459806ef9fa899cc5a24513727bc;hp=715be2c7dc6c8088f3428822574eac6b7cbe6c29;hpb=c858de92eb6b3b55a622d0457fd331aa0b26061f;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 715be2c7..fa65b754 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -155,6 +155,8 @@ $i18n_key_words = array( 'label.notes' => 'Notities', 'label.item' => 'Artikel', 'label.cost' => 'Kosten', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Dag totaal', 'label.week_total' => 'Week totaal', 'label.month_total' => 'Maand totaal', @@ -278,6 +280,8 @@ $i18n_key_words = array( 'title.cf_delete_dropdown_option' => 'Uitvouwmogelijkheid verwijderen', 'title.locking' => 'Blokkeren', 'title.week_view' => 'Week overzicht', +// TODO: translate the following. +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -455,13 +459,17 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Rapport is verzonden.', 'form.mail.invoice_sent' => 'Factuur is verzonden.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Jaar', 'form.quota.month' => 'Maand', 'form.quota.quota' => 'Quota', 'form.quota.workday_hours' => 'Werkuren per dag', 'form.quota.hint' => 'Als de velden leeg worden gelaten, dan zullen de doelen worden berekend op bassis van het aantal werkuren per dag en vakantiedagen.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// 'form.swap.swap_with' => 'Swap roles with', + // 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',