X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=39b42eea094ae4fdead507952cbce928ad39d9f9;hb=3b47350624ad38704ad23a2750ea9d99b01e9e0d;hp=ae05e9f7532eec0600cfa1761ddf7b634186f2f6;hpb=5804c13dc7c50b694c51dc443599c994f1d29b66;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index ae05e9f7..39b42eea 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -152,11 +152,10 @@ $i18n_key_words = array( 'label.note' => 'Beschreibung', 'label.item' => 'Position', 'label.cost' => 'Kosten', -'label.week_total' => 'Summe (Woche)', 'label.day_total' => 'Summe (Tag)', +'label.week_total' => 'Summe (Woche)', +// TODO: translate the following. // 'label.month_total' => 'Month total', -// 'label.month_left' => 'Time until quota is met', -// 'label.month_over' => 'Over monthly quota', 'label.today' => 'Heute', 'label.total_hours' => 'Gesamtstunden', 'label.total_cost' => 'Totale Kosten', @@ -188,10 +187,12 @@ $i18n_key_words = array( 'label.role_manager' => '(Manager)', 'label.role_comanager' => '(Co-Manager)', 'label.role_admin' => '(Administrator)', -// Translate the following string. +// Translate the following. // 'label.page' => 'Page', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Benutzerfelder', +// Translate the following. +// 'label.monthly_quotas' => 'Monthly quotas', 'label.type' => 'Typ', 'label.type_dropdown' => 'Ausklappen', 'label.type_text' => 'Text', @@ -200,11 +201,6 @@ $i18n_key_words = array( // TODO: translate the following strings. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', -// 'label.year' => 'Year', -// 'label.month' => 'Month', -// 'label.quota' => 'Quota', -// 'label.dailyWorkingHours' => 'Daily working hours', -// 'label.empty_values_explanation' => 'If values are empty, quotas are calculated automatically based on holidays in config', // Form titles. 'title.login' => 'Anmelden', @@ -251,7 +247,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', -// 'title.monthly_quota' => 'Monthly quota', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Daten exportieren', 'title.import' => 'Daten importieren', 'title.options' => 'Optionen', @@ -313,6 +309,9 @@ $i18n_key_words = array( 'form.time.duration_format' => '(hh:mm oder 0.0h)', 'form.time.billable' => 'In Rechnung stellen', 'form.time.uncompleted' => 'Unvollständig', +// TODO: translate the following. +// 'form.time.remaining_quota' => 'Remaining quota', +// 'form.time.over_quota' => 'Over quota', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Dieser Eintrag wurde ohne Startzeit gespeichert. Dies ist kein Fehler.',