From 5de218bedc7c970aa2ef57084f2ae0738536e0ee Mon Sep 17 00:00:00 2001 From: anuko Date: Tue, 31 Oct 2017 12:07:03 +0000 Subject: [PATCH] More refactoring of dropdown option translations. --- WEB-INF/resources/fr.lang.php | 3 +-- WEB-INF/resources/he.lang.php | 20 +++++++++++++------- WEB-INF/resources/nl.lang.php | 20 +++++++++++++------- WEB-INF/templates/footer.tpl | 2 +- 4 files changed, 28 insertions(+), 17 deletions(-) diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index a7937556..b6413ecf 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -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', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 6ffd08f1..478fee12 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -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' => 'משימות', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 3ad4961d..8d0f32b5 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -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', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 735ea1c7..4c7d4161 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.12.2.3677 | Copyright © Anuko | +  Anuko Time Tracker 1.12.2.3678 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1