X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=b4ee16f9840ae3c0f4a7d406bd716ef8727dfab6;hb=b02288380ea55515a15990d16547e901e438883f;hp=2c4785eab0b4019d0273fd9850bb40b406411798;hpb=3bf66d275fd148785cd2132dd5013c2960e81eac;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 2c4785ea..b4ee16f9 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/28', '10/03', '12/25', '12/26'); +$i18n_holidays = array('01/01', '04/02', '05/01', '05/10', '05/21', '10/03', '12/25', '12/26'); $i18n_key_words = array( @@ -220,6 +220,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', +// 'label.work_units' => 'Work units', // Form titles. 'title.login' => 'Anmelden', @@ -415,6 +416,10 @@ $i18n_key_words = array( 'form.users.rate' => 'Stundensatz', 'form.users.default_rate' => 'Normaler Stundensatz', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -440,36 +445,38 @@ $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.', -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. +// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. +'form.group_edit.12_hours' => '12 Stunden', +'form.group_edit.24_hours' => '24 Stunden', // TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', -'form.profile.12_hours' => '12 Stunden', -'form.profile.24_hours' => '24 Stunden', +// 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.tracking_mode' => 'Nachverfolgung', +'form.group_edit.mode_time' => 'Zeit', +'form.group_edit.mode_projects' => 'Projekte', +'form.group_edit.mode_projects_and_tasks' => 'Projekte und Aufgaben', +'form.group_edit.record_type' => 'Zeiterfassungstyp', +'form.group_edit.type_all' => 'alle', +'form.group_edit.type_start_finish' => 'Start und Ende', +'form.group_edit.type_duration' => 'Dauer', // TODO: translate the following. -// 'form.profile.show_holidays' => 'Show holidays', -'form.profile.tracking_mode' => 'Nachverfolgung', -'form.profile.mode_time' => 'Zeit', -'form.profile.mode_projects' => 'Projekte', -'form.profile.mode_projects_and_tasks' => 'Projekte und Aufgaben', -'form.profile.record_type' => 'Zeiterfassungstyp', -'form.profile.type_all' => 'alle', -'form.profile.type_start_finish' => 'Start und Ende', -'form.profile.type_duration' => 'Dauer', +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +// 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'Erweiterungen', + +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. -// 'form.profile.punch_mode' => 'Punch mode', -// 'form.profile.allow_overlap' => 'Allow overlap', -// 'form.profile.future_entries' => 'Future entries', -// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', -// 'form.profile.allow_ip' => 'Allow IP', -'form.profile.plugins' => 'Erweiterungen', +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Von',