From 7042e1a554de7a8feb9e2c95db96fd0ac7ed26be Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 1 Feb 2018 20:31:02 +0000 Subject: [PATCH] Recycled an old translation string. --- WEB-INF/resources/ca.lang.php | 1 - WEB-INF/resources/cs.lang.php | 4 ++-- WEB-INF/resources/et.lang.php | 4 ++-- WEB-INF/resources/hu.lang.php | 4 ++-- WEB-INF/resources/it.lang.php | 3 +-- WEB-INF/resources/ja.lang.php | 4 ++-- WEB-INF/resources/ko.lang.php | 4 ++-- WEB-INF/resources/no.lang.php | 4 ++-- WEB-INF/resources/ro.lang.php | 4 ++-- WEB-INF/resources/tr.lang.php | 3 ++- WEB-INF/resources/zh-cn.lang.php | 4 ++-- WEB-INF/resources/zh-tw.lang.php | 3 ++- WEB-INF/templates/footer.tpl | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 017f85f7..0aa4b6f1 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -559,7 +559,6 @@ $i18n_key_words = array( "label.chart.period" => 'gràfica por període', "label.time_noentry" => 'Sense entrada', -"label.today" => 'Data Actual', "label.req_fields" => '* camps requerits', "label.sel_project" => 'Seleccionar projecte', "label.sel_tp" => 'Seleccionar període de temps', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 637f99ee..94f19b77 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -186,7 +186,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +// TODO: translate the following. +'label.today' => 'Dnes', // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -463,7 +464,6 @@ $i18n_key_words = array( "label.chart.period" => 'přehled za období', "label.time_noentry" => 'žádné záznamy', -"label.today" => 'dnes', "label.req_fields" => '* nutno vyplnit', "label.sel_project" => 'výběr projektu', "label.sel_activity" => 'výběr činnosti', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 485c1fec..e109bf8e 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -185,7 +185,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Täna', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -479,7 +480,6 @@ $i18n_key_words = array( "label.chart.period" => 'tabel perioodiks', "label.time_noentry" => 'sissekanne puudub', -"label.today" => 'täna', "label.req_fields" => '* nõutud väljad', "label.sel_project" => 'vali projekt', "label.sel_activity" => 'vali tegevus', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index bd730eae..8c9391c6 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -186,7 +186,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Ma', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -439,7 +440,6 @@ $i18n_key_words = array( // labels "label.pbehalf_info" => '%s %s helyett %s', "label.time_noentry" => 'nincs bejegyzés', -"label.today" => 'ma', "label.req_fields" => '* kötelezően kitöltendő mezők', "label.sel_project" => 'válassz projektet', "label.sel_activity" => 'válassz tevékenységet', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index eb57c7c9..a4acf6bc 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -184,7 +184,7 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Oggi', 'label.total_hours' => 'Ore totali', // TODO: translate the following. // 'label.total_cost' => 'Total cost', @@ -559,7 +559,6 @@ $i18n_key_words = array( "label.pbehalf_info" => '%s %s a favore di %s', "label.time_noentry" => 'nessun inserimento', -"label.today" => 'oggi', "label.req_fields" => '* campi obbligatori', "label.sel_project" => 'seleziona il progetto', "label.sel_activity" => 'seleziona la attività', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index becb592b..4f9eb8ed 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -184,7 +184,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '今日', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -474,7 +475,6 @@ $i18n_key_words = array( "label.pbehalf_info" => '%s %s %sを代表して', "label.time_noentry" => '項目なし', -"label.today" => '今日', "label.req_fields" => '* 必須のフィールド', "label.sel_project" => 'プロジェクトの選択', "label.sel_activity" => '活動内容の選択', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index aef23470..9c0a54d0 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -184,7 +184,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '오늘', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -468,7 +469,6 @@ $i18n_key_words = array( "label.pbehalf_info" => '%s %s %s 을 대표하여', "label.time_noentry" => '항목이 없음', -"label.today" => '오늘', "label.req_fields" => '* 필수 필드', "label.sel_project" => '프로젝트 선택', "label.sel_activity" => '활동내용 선택', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 1ae2c11d..7b16a9c0 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -183,7 +183,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'I dag', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -473,7 +474,6 @@ $i18n_key_words = array( // labels "label.pbehalf_info" => '%s %s på vegne av %s', "label.time_noentry" => 'ingen tilgang', -"label.today" => 'i dag', "label.req_fields" => '* obligatoriske felt', "label.sel_project" => 'velg prosjekt', "label.sel_activity" => 'velg aktivitet', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index f4780570..547c63e5 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -186,7 +186,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Astazi', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -446,7 +447,6 @@ $i18n_key_words = array( // labels "label.pbehalf_info" => '%s %s in numele %s', "label.time_noentry" => 'nu exista inregistrari', -"label.today" => 'astazi', "label.req_fields" => '* date obligatorii', "label.sel_project" => 'alege proiect', "label.sel_activity" => 'alege activitate', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index ef03093b..db8bab8f 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -190,7 +190,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => 'Bugün', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 1306140b..24ceff71 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -172,7 +172,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '今天', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', @@ -538,7 +539,6 @@ $i18n_key_words = array( "label.pbehalf_info" => '%s %s 代表%s', "label.time_noentry" => '没有条目', -"label.today" => '今天', "label.req_fields" => '* 必填栏目', "label.sel_project" => '选择项目', "label.sel_activity" => '选择活动', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 0210cf05..1207241e 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -180,7 +180,8 @@ $i18n_key_words = array( // 'label.day_total' => 'Day total', // 'label.week_total' => 'Week total', // 'label.month_total' => 'Month total', -// 'label.today' => 'Today', +'label.today' => '今天', +// TODO: translate the following. // 'label.total_hours' => 'Total hours', // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 947f7e50..4350d3ab 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3860 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3861 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1