X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/182ed39acb3600d991ff4742848a75c5ed2ba728..c13fcda70448cc81d1555fe2ee25a5d0ed2f74c7:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index eb69d0dc..320da1d9 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -46,6 +46,8 @@ $i18n_key_words = array( 'menu.help' => 'Help', 'menu.create_team' => 'Maak team', 'menu.profile' => 'Profiel', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Tijden', 'menu.expenses' => 'Kosten', 'menu.reports' => 'Rapporten', @@ -68,6 +70,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Toegang geweigerd.', 'error.sys' => 'Systeem fout.', 'error.db' => 'Database fout.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Incorrecte gegevens: "{0}".', 'error.empty' => 'Veld "{0}" is leeg.', 'error.not_equal' => 'Veld "{0}" is niet gelijk aan veld "{1}".', @@ -270,6 +274,8 @@ $i18n_key_words = array( 'title.import' => 'Importeer teamgegevens', 'title.options' => 'Opties', 'title.profile' => 'Profiel', +// TODO: translate the following. +// 'title.group' => 'Group Settings', 'title.cf_custom_fields' => 'Eigen velden', 'title.cf_add_custom_field' => 'Eigen veld toevoegen', 'title.cf_edit_custom_field' => 'Eigen veld bewerken',