X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6b8cf2090e067287e1e0bd0c1d03ef752da76bc1..8775b44ff12f647c3d3d5ee17dcf4f11cf8564c4:/WEB-INF/resources/de.lang.php diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 6aa1b745..399f5f56 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -261,14 +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', // TODO: translate the following. -// 'dropdown.last_day' => 'last day', -'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', +// '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',