X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fde.lang.php;h=ae05e9f7532eec0600cfa1761ddf7b634186f2f6;hb=ba0b5f34efabfeded3112115086eaa9d00f2a345;hp=b3b37fd4775620f315f4b8be3820db10eada3651;hpb=51d4d0c0575e14bf8cbfa81cfdef08361f075f71;p=timetracker.git diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index b3b37fd4..ae05e9f7 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', @@ -197,6 +200,11 @@ $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', @@ -243,6 +251,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',