From: anuko Date: Thu, 2 Nov 2017 18:52:05 +0000 (+0000) Subject: Finished refactoring dropdown option translations. X-Git-Tag: timetracker_1.19-1~1464 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=bb92f78d67fee6fd5b005e8196ccbf618c76518b;p=timetracker.git Finished refactoring dropdown option translations. --- 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', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index f9759426..80babb4e 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -270,14 +270,20 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- svi ---', 'dropdown.no' => '--- ništa ---', -'dropdown.this_day' => 'ovaj dan', // TODO: translate the following. -// 'dropdown.last_day' => 'last day', -'dropdown.this_week' => 'ova nedelja', -'dropdown.last_week' => 'prošla nedelja', -'dropdown.this_month' => 'ovaj mesec', -'dropdown.last_month' => 'prošli mesec', -'dropdown.this_year' => 'ova godina', +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'dan', +'dropdown.current_week' => 'ova nedelja', +'dropdown.previous_week' => 'prošla nedelja', +'dropdown.selected_week' => 'nedelja', +'dropdown.current_month' => 'ovaj mesec', +'dropdown.previous_month' => 'prošli mesec', +'dropdown.selected_month' => 'mesec', +'dropdown.current_year' => 'ova godina', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'godina', 'dropdown.all_time' => 'svi datumi', 'dropdown.projects' => 'projekti', 'dropdown.tasks' => 'zadaci', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 96b44c71..b2f1eec5 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.12.2.3679 | Copyright © Anuko | +  Anuko Time Tracker 1.12.2.3680 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}