]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/de.lang.php
Refactoring in translation files.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 0a6c80e02be088e538b9cbe40a16889298748d3f..25c35362954905ebc5990baae432cc1d9610cefc 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');