]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/de.lang.php
Improved presentation of language selector.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 1b430aee62103c3cda427ce74c601c29f6c8efc2..2ecd41d6cab21f1719c24477690260b005dce484 100644 (file)
@@ -29,7 +29,7 @@
 // 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_language = 'German (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');
 $i18n_weekdays_short = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');