Started to work on button labels in translation files.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 6e3b0db..2aabe7b 100644 (file)
@@ -26,6 +26,9 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
+// Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
+// Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
+
 $i18n_language = 'Deutsch';
 $i18n_months = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
 $i18n_weekdays = array('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag');
@@ -35,7 +38,7 @@ $i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/17', '05/28', '10
 
 $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' => 'Anmelden',
 'menu.logout' => 'Abmelden',
@@ -73,6 +76,8 @@ $i18n_key_words = array(
 'error.task' => 'Aufgabe auswählen.',
 'error.client' => 'Kunde auswählen.',
 'error.report' => 'Bericht auswählen.',
+// TODO: translate the following.
+// 'error.record' => 'Select record.',
 'error.auth' => 'Benutzername oder Passwort ungültig.',
 'error.user_exists' => 'Benutzer mit diesem Konto ist bereits vorhanden.',
 'error.project_exists' => 'Es gibt bereits ein Projekt mit diesem Namen.',