X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/76dd7930c2ef4f6de65bd98acfd3d0ef25979c18..8775b44ff12f647c3d3d5ee17dcf4f11cf8564c4:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index b57a64b3..399f5f56 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -261,12 +261,22 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- alle ---', 'dropdown.no' => '--- nein ---', -'dropdown.this_day' => 'aktueller Tag', -'dropdown.this_week' => 'aktuelle Woche', -'dropdown.last_week' => 'vorherige Woche', -'dropdown.this_month' => 'aktueller Monat', -'dropdown.last_month' => 'vorheriger Monat', -'dropdown.this_year' => 'aktuelles Jahr', +// TODO: translate the following. +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'Tag', +// TODO: translate the following. +// 'dropdown.current_week' => 'this week', +'dropdown.previous_week' => 'vorherige Woche', +'dropdown.selected_week' => 'Woche', +// TODO: translate the following. +// 'dropdown.current_month' => 'this month', +'dropdown.previous_month' => 'vorheriger Monat', +'dropdown.selected_month' => 'Monat', +// TODO: translate the following. +// 'dropdown.current_year' => 'this year', +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'Jahr', 'dropdown.all_time' => 'Gesamtzeitraum', 'dropdown.projects' => 'Projekte', 'dropdown.tasks' => 'Aufgaben',