X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/06868926b7788112e2876768f5b920eba85c7429..9992cce445a61a2f9dbe18abe2a3340ade5b615b:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index c8ce70d0..956e49c6 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -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.',