X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb23c6e3ef94c259eda67218e0902f981e5dcfb2..bb92f78d67fee6fd5b005e8196ccbf618c76518b:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index 32d0d2b6..602c332c 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -286,14 +286,20 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- všetky ---', 'dropdown.no' => '--- žiadne ---', -'dropdown.this_day' => 'tento deň', // TODO: translate the following. -// 'dropdown.last_day' => 'last day', -'dropdown.this_week' => 'tento týždeň', -'dropdown.last_week' => 'minulý týždeň', -'dropdown.this_month' => 'tento mesiac', -'dropdown.last_month' => 'minulý mesiac', -'dropdown.this_year' => 'tento rok', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'deň', +'dropdown.current_week' => 'tento týždeň', +'dropdown.previous_week' => 'minulý týždeň', +'dropdown.selected_week' => 'týždeň', +'dropdown.current_month' => 'tento mesiac', +'dropdown.previous_month' => 'minulý mesiac', +'dropdown.selected_month' => 'mesiac', +'dropdown.current_year' => 'tento rok', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'rok', 'dropdown.all_time' => 'celý čas', 'dropdown.projects' => 'projekty', 'dropdown.tasks' => 'úlohy',