From f4768412d29984df3e7758628c4acae32cc964e2 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 30 Jan 2018 23:58:20 +0000 Subject: [PATCH] A bit more refactoring on labels. --- WEB-INF/resources/ca.lang.php | 11 +++++------ WEB-INF/resources/cs.lang.php | 10 ++++++++++ WEB-INF/resources/es.lang.php | 10 +++++----- WEB-INF/resources/et.lang.php | 10 +++++----- WEB-INF/resources/hu.lang.php | 12 +++++++++++- WEB-INF/resources/it.lang.php | 10 ++++++++++ WEB-INF/resources/ja.lang.php | 10 ++++++++++ WEB-INF/resources/ko.lang.php | 10 ++++++++++ WEB-INF/resources/no.lang.php | 10 ++++++++++ WEB-INF/resources/pt.lang.php | 10 ++++++++++ WEB-INF/resources/ro.lang.php | 10 ++++++++++ WEB-INF/resources/sl.lang.php | 10 ++++++++++ WEB-INF/resources/tr.lang.php | 10 ++++++++++ WEB-INF/resources/zh-cn.lang.php | 10 ++++++++++ WEB-INF/resources/zh-tw.lang.php | 10 ++++++++++ WEB-INF/templates/footer.tpl | 2 +- 16 files changed, 137 insertions(+), 18 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 6d312037..a1019b9c 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -164,12 +164,6 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', - - - -// TODO: refactoring ongoing down from here. - -// TODO: translate the following. // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', // 'label.project' => 'Project', @@ -180,6 +174,11 @@ $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', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index b0e6e03d..ae86fa5f 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -166,6 +166,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index eb7c4352..13fd9c54 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -164,11 +164,6 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', - - - -// TODO: refactoring ongoing down from here. - 'label.option' => 'Opción', // TODO: translate the following. // 'label.invoice' => 'Invoice', @@ -181,6 +176,11 @@ $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', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index c0d76564..6a231ff7 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -167,11 +167,6 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', - - - -// TODO: refactoring ongoing down from here. - // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', 'label.project' => 'Projekt', @@ -183,6 +178,11 @@ $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', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 917f2b81..ef6f2ec2 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -167,7 +167,17 @@ $i18n_key_words = array( // 'label.user' => 'User', // 'label.users' => 'Users', // 'label.client' => 'Client', - 'label.clients' => 'Clients', +// 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 3e1a2d8c..f191daa6 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -162,6 +162,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index a459d578..aaba10cf 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -166,6 +166,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index a4d04f68..4ce60019 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -166,6 +166,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 53f84513..ca58f992 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -165,6 +165,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 990f3657..55d9d51f 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -159,6 +159,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 9f1d7966..63ff43c9 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -168,6 +168,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 4e1b4f94..240899dd 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -161,6 +161,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index c8b0cb9f..a23cf3dc 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -173,6 +173,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index bb7c0665..2f6196a8 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -155,6 +155,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 1b5078cf..e2975397 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -163,6 +163,16 @@ $i18n_key_words = array( // 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', +// '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', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 155be1eb..8621e1bc 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3840 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3841 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1