X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8cfd24a3f3529a3a8eabe0d7cb53f4331d9dec6f..dff61baa6b8f972c0a74119258b81e6884a9191f:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 3775315c..eab807e8 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -231,6 +231,7 @@ $i18n_key_words = array( 'label.work_units' => 'Arbeitseinheiten', 'label.work_units_short' => 'Einheiten', 'label.totals_only' => 'Nur Gesamtstunden', +'label.quota' => 'Quote', // Form titles. 'title.error' => 'Fehler', @@ -356,6 +357,9 @@ $i18n_key_words = array( 'form.time.uncompleted' => 'Unvollständig', 'form.time.remaining_quota' => 'Verbleibende Quote', 'form.time.over_quota' => 'Über der Quote', +// TODO: translate the following. +// 'form.time.remaining_balance' => 'Remaining balance', +// 'form.time.over_balance' => 'Over balance', // 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.', @@ -485,7 +489,6 @@ $i18n_key_words = array( // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Jahr', 'form.quota.month' => 'Monat', -'form.quota.quota' => 'Quote', 'form.quota.workday_hours' => 'Arbeitsstunden pro Tag', 'form.quota.hint' => 'Wenn leergelassen wird die Quote automatisch berechnet (Basierend auf Arbeitsstunden pro Tag und Feiertagen)',