]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/de.lang.php
Introduced label.ip in localization files.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 1b430aee62103c3cda427ce74c601c29f6c8efc2..c65c56b993e82e0e8c087d274cc2b6ba348e391d 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');
@@ -157,6 +157,8 @@ $i18n_key_words = array(
 'label.notes' => 'Beschreibungen',
 'label.item' => 'Position',
 'label.cost' => 'Kosten',
+// TODO: translate the following.
+// 'label.ip' => 'IP',
 'label.day_total' => 'Summe (Tag)',
 'label.week_total' => 'Summe (Woche)',
 'label.month_total' => 'Summe (Monat)',