Finished refactoring dropdown option translations.
authoranuko <support@anuko.com>
Thu, 2 Nov 2017 18:52:05 +0000 (18:52 +0000)
committeranuko <support@anuko.com>
Thu, 2 Nov 2017 18:52:05 +0000 (18:52 +0000)
WEB-INF/resources/sk.lang.php
WEB-INF/resources/sr.lang.php
WEB-INF/templates/footer.tpl

index 32d0d2b..602c332 100644 (file)
@@ -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',
index f975942..80babb4 100644 (file)
@@ -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',
index 96b44c7..b2f1eec 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.12.2.3679 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.12.2.3680 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>