X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=2ecd41d6cab21f1719c24477690260b005dce484;hb=ecf7d911c95935f8cfb2403f645cd12f93d8c3f5;hp=63195c8a8c4cb5063b4969154cdbf4bfd4ad0a43;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 63195c8a..2ecd41d6 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -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'); @@ -202,7 +202,7 @@ $i18n_key_words = array( 'label.type_text' => 'Text', 'label.required' => 'Benötigt', 'label.fav_report' => 'Bevorzugter Report', -'label.cron_schedule' => 'Cronjob Zeitplan', +'label.schedule' => 'Zeitplan', 'label.what_is_it' => 'Was ist es?', 'label.expense' => 'Ausgaben', 'label.quantity' => 'Menge',