From 96dec36d5b4864edb6fd5be524806c3b9c332dfb Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 31 Jan 2018 00:25:51 +0000 Subject: [PATCH] More refactoring of labels. --- WEB-INF/resources/ca.lang.php | 10 +++++----- WEB-INF/resources/cs.lang.php | 14 +++++++++++++- WEB-INF/resources/es.lang.php | 12 +++++------- WEB-INF/resources/et.lang.php | 10 +++++----- WEB-INF/resources/hu.lang.php | 14 +++++++++++++- WEB-INF/resources/it.lang.php | 14 +++++++++++++- WEB-INF/resources/ja.lang.php | 14 +++++++++++++- WEB-INF/resources/ko.lang.php | 13 +++++++++++++ WEB-INF/resources/no.lang.php | 13 +++++++++++++ WEB-INF/resources/pt.lang.php | 14 +++++++++++++- WEB-INF/resources/ro.lang.php | 14 +++++++++++++- WEB-INF/resources/sl.lang.php | 14 +++++++++++++- WEB-INF/resources/tr.lang.php | 14 +++++++++++++- WEB-INF/resources/zh-cn.lang.php | 20 +++++--------------- WEB-INF/resources/zh-tw.lang.php | 14 +++++++++++++- WEB-INF/templates/footer.tpl | 2 +- 16 files changed, 164 insertions(+), 42 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index a1019b9c..26eb356e 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -174,11 +174,6 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', - - - -// TODO: refactoring ongoing down from here. - // 'label.note' => 'Note', // 'label.notes' => 'Notes', // 'label.item' => 'Item', @@ -192,6 +187,11 @@ $i18n_key_words = array( // 'label.view' => 'View', // 'label.edit' => 'Edit', 'label.delete' => 'Eliminar', + + + +// TODO: refactoring ongoing down from here. + // TODO: translate the following. // 'label.configure' => 'Configure', // 'label.select_all' => 'Select all', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index ae86fa5f..af941d48 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -176,12 +176,24 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Smazat', // TODO: refactoring ongoing down from here. -'label.delete' => 'Smazat', 'label.total' => 'Celkem', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 13fd9c54..ee9c8536 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -176,13 +176,7 @@ $i18n_key_words = array( 'label.start' => 'Inicio', 'label.finish' => 'Fin', 'label.duration' => 'Duración', - - - -// TODO: refactoring ongoing down from here. - 'label.note' => 'Nota', -// TODO: translate the following. // 'label.notes' => 'Notes', // 'label.item' => 'Item', // 'label.cost' => 'Cost', @@ -191,11 +185,15 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Hoy', 'label.total_hours' => 'Horas totales', -// TODO: translate the following. // 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Modificar', 'label.delete' => 'Eliminar', + + + +// TODO: refactoring ongoing down from here. + // TODO: translate label.configure. // 'label.configure' => 'Configure', 'label.select_all' => 'Seleccionar todos', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 6a231ff7..47769c8e 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -178,11 +178,6 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', - - - -// TODO: refactoring ongoing down from here. - // 'label.note' => 'Note', // 'label.notes' => 'Notes', // 'label.item' => 'Item', @@ -196,6 +191,11 @@ $i18n_key_words = array( // 'label.view' => 'View', // 'label.edit' => 'Edit', 'label.delete' => 'Kustuta', + + + +// TODO: refactoring ongoing down from here. + // TODO: translate the following. // 'label.configure' => 'Configure', // 'label.select_all' => 'Select all', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index ef6f2ec2..4ffe694e 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -178,6 +178,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Törlés', @@ -189,7 +202,6 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Törlés', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index f191daa6..1bdac1b9 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -172,6 +172,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Elimina', @@ -184,7 +197,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Elimina', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index aaba10cf..02d40ad7 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -176,6 +176,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => '削除', @@ -187,7 +200,6 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => '削除', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 4ce60019..52d4f141 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -176,6 +176,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => '삭제', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index ca58f992..e8bf378b 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -175,6 +175,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +// 'label.delete' => 'Delete', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 55d9d51f..98b76ab8 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -169,6 +169,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Apagar', @@ -179,7 +192,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Apagar', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 63ff43c9..b71c25de 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -178,6 +178,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Sterge', @@ -189,7 +202,6 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Sterge', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 240899dd..544c55c6 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -171,6 +171,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Izbriši', @@ -182,7 +195,6 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Izbriši', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index a23cf3dc..41d7e52e 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -183,6 +183,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => 'Sil', @@ -195,7 +208,6 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => 'Sil', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 2f6196a8..2cdb222c 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -165,21 +165,6 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', - - - -// TODO: refactoring ongoing down from here. - -// 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', -// 'label.project' => 'Project', -// 'label.projects' => 'Projects', -// 'label.task' => 'Task', -// 'label.tasks' => 'Tasks', -// 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', // 'label.note' => 'Note', // 'label.notes' => 'Notes', // 'label.item' => 'Item', @@ -193,6 +178,11 @@ $i18n_key_words = array( // 'label.view' => 'View', // 'label.edit' => 'Edit', 'label.delete' => '删除', + + + +// TODO: refactoring ongoing down from here. + // TODO: Translate the following. // 'label.configure' => 'Configure', // 'label.select_all' => 'Select all', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index e2975397..604df70a 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -173,6 +173,19 @@ $i18n_key_words = array( // 'label.start' => 'Start', // 'label.finish' => 'Finish', // 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => '刪除', @@ -184,7 +197,6 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', -'label.delete' => '刪除', // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 8621e1bc..bded51f6 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3841 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3842 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1