X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e0929a3b47f8a28dcbafae87c8d7de82b5e858dd..bf0370124e2c2bfb092deed614990fc4cfffe8c6:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index e22c3741..eb5a6483 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -34,7 +34,7 @@ $i18n_months = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli $i18n_weekdays = array('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'); $i18n_weekdays_short = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'); // format mm/dd -$i18n_holidays = array('01/01', '04/06', '04/09', '05/01', '05/17', '05/28', '10/03', '12/25', '12/26'); +$i18n_holidays = array('01/01', '04/02', '05/01', '05/10', '05/28', '10/03', '12/25', '12/26'); $i18n_key_words = array( @@ -440,11 +440,11 @@ $i18n_key_words = array( 'form.export.compression_bzip' => 'bzip', // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -'form.import.hint' => 'Teamdaten von einer XML-Datei importieren.', +'form.import.hint' => 'Teamdaten von einer XML-Datei importieren.', // TODO: replace "team" with "group". 'form.import.file' => 'Datei auswählen', 'form.import.success' => 'Import erfolgreich abgeschlossen.', -// Groups form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first). // TODO: replace "team" with "group" in the string below. 'form.groups.hint' => 'Das Erzeugen eines neuen Manager Kontos, erzeugt eine neues Team.
Diese Teams können auch von XML-Dateien importiert werden.',