X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6b8cf2090e067287e1e0bd0c1d03ef752da76bc1..3fa23f52efaf0293cd87536d02f5fb9681424be3:/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',