X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=17ccda93d91f36e5b790988618fe1cdd9a30284b;hb=cb8e3de960b758147b34d8323054e7de70548619;hp=b2cb3eadb31976af90bc32089f57e7d17e665b04;hpb=0b7d5dd056656e9aac70d1db5255b464d7248327;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index b2cb3ead..17ccda93 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -152,8 +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.today' => 'Heute', 'label.total_hours' => 'Gesamtstunden', 'label.total_cost' => 'Totale Kosten', @@ -167,7 +169,6 @@ $i18n_key_words = array( 'label.language' => 'Sprache', // TODO: translate the following string. // 'label.decimal_mark' => 'Decimal mark', -'label.lock_interval' => 'Blockierter Zeitraum in Tagen', 'label.date_format' => 'Datumsformat', 'label.time_format' => 'Zeitformat', 'label.week_start' => 'Erster Wochentag', @@ -186,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', @@ -244,6 +247,7 @@ $i18n_key_words = array( // 'title.add_notification' => 'Adding Notification', // 'title.edit_notification' => 'Editing Notification', // 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', 'title.export' => 'Daten exportieren', 'title.import' => 'Daten importieren', 'title.options' => 'Optionen', @@ -305,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.', @@ -357,6 +364,8 @@ $i18n_key_words = array( // Users form. See example at https://timetracker.anuko.com/users.php 'form.users.active_users' => 'Aktive Nutzer', 'form.users.inactive_users' => 'Inaktive Nutzer', + // TODO: translate the following. + // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', 'form.users.role' => 'Rolle', 'form.users.manager' => 'Manager', 'form.users.comanager' => 'Co-Manager',