X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/35a31772d8757e92f7c2c538019c504f80d7a7ba..1b6699f3d4ad1961fa4055ec0033bc10f0b06b83:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index d1dc9583..4dd659d1 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -130,6 +130,8 @@ $i18n_key_words = array( 'label.password' => 'Wachtwoord', 'label.confirm_password' => 'Bevestig wachtwoord', 'label.email' => 'E-mailadres', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', 'label.date' => 'Datum', 'label.start_date' => 'Begindatum', 'label.end_date' => 'Einddatum', @@ -184,6 +186,8 @@ $i18n_key_words = array( 'label.role_comanager' => '(co-manager)', 'label.role_admin' => '(beheerder)', 'label.page' => 'Pagina', +// TODO: translate the following. +// 'label.condition' => 'Condition', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eigen velden', 'label.monthly_quotas' => 'Doelen per maand',