X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1e79f87da93c796cf1a46d7f36eab5f0fef3db61..95d4442c1517b0d9e76081fd901a600e45e9fbea:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index f86a4cd0..b1d455c5 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -452,26 +452,26 @@ $i18n_key_words = array( // 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. -'form.profile.12_hours' => '12 Stunden', -'form.profile.24_hours' => '24 Stunden', +// 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.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.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.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_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.