X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=24f18b6e42ab10cc20125f5d325a4c7e8c443b65;hb=b76e427286701104c84a869461ceb7339b1b943a;hp=68193badad2429257a3538edb541e45c4bea5238;hpb=dc5d9b08bfb2e729508b02928b9d3b45e041e3a7;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 68193bad..24f18b6e 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -154,6 +154,9 @@ $i18n_key_words = array( 'label.cost' => 'Kosten', 'label.week_total' => 'Summe (Woche)', 'label.day_total' => 'Summe (Tag)', +// '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', @@ -167,7 +170,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', @@ -198,6 +200,9 @@ $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', // Form titles. 'title.login' => 'Anmelden', @@ -244,6 +249,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.export' => 'Daten exportieren', 'title.import' => 'Daten importieren', 'title.options' => 'Optionen', @@ -256,6 +262,11 @@ $i18n_key_words = array( 'title.cf_add_dropdown_option' => 'Auswahlmöglichkeit hinzufügen', 'title.cf_edit_dropdown_option' => 'Auswahlmöglichkeit bearbeiten', 'title.cf_delete_dropdown_option' => 'Auswahlmöglichkeit löschen', +// NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// It is also a name for the Locking plugin on the Team profile page. +// TODO: Translate the following: +// 'title.locking' => 'Locking', + // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section.