X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=3775315cab9ced43c37227aa17d53ae226a39c50;hb=fec361583dcdb716abd921ca19f68c9d6e98b9f0;hp=6a90ab1fab8c316a5766d854bc2312d7f185cdff;hpb=235858d0ca557daca78f85706512dfd01fe1f77d;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 6a90ab1f..3775315c 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/02', '05/01', '05/10', '05/21', '10/03', '12/25', '12/26'); +$i18n_holidays = array('01/01', '03/30', '04/02', '05/01', '05/21', '05/31', '10/03', '11/01', '12/24','12/25', '12/26'); $i18n_key_words = array( @@ -85,9 +85,6 @@ $i18n_key_words = array( 'error.auth' => 'Benutzername oder Passwort ungültig.', 'error.user_exists' => 'Benutzer mit diesem Konto ist bereits vorhanden.', 'error.object_exists' => 'Objekt mit diesem Namen ist bereits vorhanden.', -'error.project_exists' => 'Es gibt bereits ein Projekt mit diesem Namen.', -'error.task_exists' => 'Task mit diesem Namen existiert bereits.', -'error.client_exists' => 'Der Kunde mit dem Namen existiert schon.', 'error.invoice_exists' => 'Rechnung mit dieser Nummer existiert bereits.', 'error.role_exists' => 'Rolle mit diesem Rang existiert bereits.', 'error.no_invoiceable_items' => 'Keine Einträge zur Rechnungsstellung gefunden.', @@ -108,6 +105,15 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Anmelden', 'button.now' => 'Jetzt', @@ -227,11 +233,14 @@ $i18n_key_words = array( 'label.totals_only' => 'Nur Gesamtstunden', // Form titles. +'title.error' => 'Fehler', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Anmelden', 'title.groups' => 'Gruppen', // TODO: translate the following. // 'title.subgroups' => 'Subgroups', -'title.create_group' => 'Gruppe anlegen', +'title.add_group' => 'Gruppe anlegen', 'title.edit_group' => 'Gruppe bearbeiten', 'title.delete_group' => 'Gruppe löschen', 'title.reset_password' => 'Passworterinnerung', @@ -281,7 +290,6 @@ $i18n_key_words = array( 'title.import' => 'Daten importieren', 'title.options' => 'Optionen', 'title.profile' => 'Profil', -'title.group' => 'Gruppeneinstellungen', 'title.plugins' => 'Erweiterungen', 'title.cf_custom_fields' => 'Benutzerfelder', 'title.cf_add_custom_field' => 'Benutzerfeld hinzufügen', @@ -459,6 +467,8 @@ $i18n_key_words = array( 'form.group_edit.allow_overlap' => 'Erlaube Überschneidung', 'form.group_edit.future_entries' => 'Einträge in der Zukunft', 'form.group_edit.uncompleted_indicators' => 'Zeige unfertige Einträge', +// TODO: translate the following. +// 'form.group_edit.confirm_save' => 'Confirm saving', 'form.group_edit.allow_ip' => 'Erlaube IP', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php