X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a4fd787ff4452eb1a7e3d0c0a24d8fcebd7b8b43..235858d0ca557daca78f85706512dfd01fe1f77d:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index c6786e0c..20b42e1e 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -56,6 +56,8 @@ $i18n_key_words = array( 'menu.tasks' => 'Taken', 'menu.users' => 'Medewerkers', 'menu.groups' => 'Groepen', +// TODO: translate the following. +// 'menu.subgroups' => 'Subgroups', 'menu.export' => 'Exporteren', 'menu.clients' => 'Klanten', 'menu.options' => 'Opties', @@ -224,6 +226,8 @@ $i18n_key_words = array( // Form titles. 'title.login' => 'Aanmelden', 'title.groups' => 'Groepen', +// TODO: translate the following. +// 'title.subgroups' => 'Subgroups', 'title.create_group' => 'Groep maken', 'title.edit_group' => 'Groep bewerken', 'title.delete_group' => 'Groep aan het verwijderen',