]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/nl.lang.php
Work in progress on translation files.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index c8ce70d0411ebaafc83394e3d7d19367c408988f..956e49c6b33e557c32f97f305463f587fd61c23c 100644 (file)
@@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '04/09', '04/30', '05/18', '05/28', '12/25', '12
 
 $i18n_key_words = array(
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Aanmelden',
 'menu.logout' => 'Afmelden',
@@ -76,6 +76,8 @@ $i18n_key_words = array(
 'error.task' => 'Kies taak.',
 'error.client' => 'Kies klant.',
 'error.report' => 'Kies rapport.',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => 'Onjuiste inlognaam of wachtwoord.',
 'error.user_exists' => 'Een gebruiker met deze inlognaam bestaat al.',
 'error.project_exists' => 'Een project met deze naam bestaat al.',