More refactoring of dropdown option translations.
authoranuko <support@anuko.com>
Tue, 31 Oct 2017 12:07:03 +0000 (12:07 +0000)
committeranuko <support@anuko.com>
Tue, 31 Oct 2017 12:07:03 +0000 (12:07 +0000)
WEB-INF/resources/fr.lang.php
WEB-INF/resources/he.lang.php
WEB-INF/resources/nl.lang.php
WEB-INF/templates/footer.tpl

index a793755..b6413ec 100644 (file)
@@ -269,8 +269,7 @@ $i18n_key_words = array(
 'dropdown.previous_month' => 'le mois dernier',
 'dropdown.selected_month' => 'mois',
 'dropdown.current_year' => 'année en cours',
-// TODO: translate the following.
-// 'dropdown.previous_year' => 'previous year',
+'dropdown.previous_year' => 'année dernière',
 'dropdown.selected_year' => 'année',
 'dropdown.all_time' => 'depuis toujours',
 'dropdown.projects' => 'Projets',
index 6ffd08f..478fee1 100644 (file)
@@ -289,14 +289,20 @@ $i18n_key_words = array(
 // Strings that are used in a single form must go to the specific form section.
 'dropdown.all' => '--- כולם ---',
 'dropdown.no' => '--- ללא ---',
-'dropdown.this_day' => 'יום מסויים',
 // TODO: translate the following.
-// 'dropdown.last_day' => 'last day',
-'dropdown.this_week' => 'שבוע זה',
-'dropdown.last_week' => 'שבוע שעבר',
-'dropdown.this_month' => 'חודש זה',
-'dropdown.last_month' => 'החודש שעבר',
-'dropdown.this_year' => 'שנה זו',
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+// 'dropdown.selected_day' => 'day',
+'dropdown.current_week' => 'שבוע זה',
+'dropdown.previous_week' => 'שבוע שעבר',
+'dropdown.selected_week' => 'שבוע',
+'dropdown.current_month' => 'חודש זה',
+'dropdown.previous_month' => 'החודש שעבר',
+'dropdown.selected_month' => 'החודש',
+'dropdown.current_year' => 'שנה זו',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'שנה',
 'dropdown.all_time' => 'הכל',
 'dropdown.projects' => 'פרוייקטים',
 'dropdown.tasks' => 'משימות',
index 3ad4961..8d0f32b 100644 (file)
@@ -268,13 +268,19 @@ $i18n_key_words = array(
 // Strings that are used in a single form must go to the specific form section.
 'dropdown.all' => '--- allemaal ---',
 'dropdown.no' => '--- geen ---',
-'dropdown.this_day' => 'vandaag',
-'dropdown.last_day' => 'gisteren',
-'dropdown.this_week' => 'deze week',
-'dropdown.last_week' => 'vorige week',
-'dropdown.this_month' => 'deze maand',
-'dropdown.last_month' => 'vorige maand',
-'dropdown.this_year' => 'dit jaar',
+'dropdown.current_day' => 'vandaag',
+'dropdown.previous_day' => 'gisteren',
+'dropdown.selected_day' => 'dag',
+'dropdown.current_week' => 'deze week',
+'dropdown.previous_week' => 'vorige week',
+'dropdown.selected_week' => 'week',
+'dropdown.current_month' => 'deze maand',
+'dropdown.previous_month' => 'vorige maand',
+'dropdown.selected_month' => 'maand',
+'dropdown.current_year' => 'dit jaar',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'jaar',
 'dropdown.all_time' => 'alles',
 'dropdown.projects' => 'projecten',
 'dropdown.tasks' => 'taken',
index 735ea1c..4c7d416 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.3677 | 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.3678 | 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>