Started to work on button labels in translation files.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index c8ce70d..956e49c 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.',