From ff81442e61388a8f144691c020c1f097a4b26d49 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 31 Jan 2018 03:14:44 +0000 Subject: [PATCH] A bit more label refactoring in translation files. --- WEB-INF/resources/ca.lang.php | 11 +++++------ WEB-INF/resources/cs.lang.php | 21 +++++++++++++++------ WEB-INF/resources/es.lang.php | 16 ++++++++-------- WEB-INF/resources/et.lang.php | 9 ++++----- WEB-INF/resources/fr.lang.php | 1 + WEB-INF/resources/hu.lang.php | 24 +++++++++++++++++------- WEB-INF/templates/footer.tpl | 2 +- 7 files changed, 51 insertions(+), 33 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 71894ffd..bcbe0bec 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -204,12 +204,6 @@ $i18n_key_words = array( // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', // 'label.total' => 'Total', - - - -// TODO: refactoring ongoing down from here. - -// TODO: translate the following. // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', // 'label.or' => 'or', @@ -225,6 +219,11 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', + + + +// TODO: refactoring ongoing down from here. + // Labels for plugins (extensions to Time Tracker that provide additional features). // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 80d80d22..1466a95f 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -206,16 +206,25 @@ $i18n_key_words = array( // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', 'label.total' => 'Celkem', - - - -// TODO: refactoring ongoing down from here. - // TODO: translate the following. +// 'label.client_name' => 'Client name', +// 'label.client_address' => 'Client address', +// 'label.or' => 'or', +// 'label.error' => 'Error', +// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +// 'label.required_fields' => '* - required fields', +// 'label.on_behalf' => 'on behalf of', +// 'label.role_manager' => '(manager)', +// 'label.role_comanager' => '(co-manager)', +// 'label.role_admin' => '(administrator)', // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', -// 'label.no' => 'no' +// 'label.no' => 'no', + + + +// TODO: refactoring ongoing down from here. // Form titles. // TODO: the entire title section is missing here. See the English file. diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 2622786f..d937d25a 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -210,28 +210,28 @@ $i18n_key_words = array( // TODO: translate the following. 'label.subtotal' => 'Subtotal', 'label.total' => 'Total', - - - -// TODO: refactoring ongoing down from here. - // TODO: translate the following. // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', 'label.or' => 'o', -// TODO: translate the strings below. +// TODO: translate the following. // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', 'label.required_fields' => '* - campos requeridos', 'label.on_behalf' => 'a nombre de', -'label.role_manager' =>'(manejador)', +'label.role_manager' => '(manejador)', 'label.role_comanager' => '(auxiliar del manejador)', 'label.role_admin' => '(administrador)', -// Translate the following. +// TODO: translate the following. // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', + + + +// TODO: refactoring ongoing down from here. + // Labels for plugins (extensions to Time Tracker that provide additional features). // TODO: translate the following. // 'label.custom_fields' => 'Custom fields', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 2bcd5afc..7eb7d26b 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -208,11 +208,6 @@ $i18n_key_words = array( // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', 'label.total' => 'Kokku', - - - -// TODO: refactoring ongoing down from here. - // TODO: translate the following. // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', @@ -228,6 +223,10 @@ $i18n_key_words = array( // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', + + +// TODO: refactoring ongoing down from here. + // Labels for plugins (extensions to Time Tracker that provide additional features). // 'label.custom_fields' => 'Custom fields', // 'label.monthly_quotas' => 'Monthly quotas', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 3a34b0f8..29bed9dc 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -195,6 +195,7 @@ $i18n_key_words = array( 'label.role_admin' => '(administrateur)', 'label.page' => 'Page', 'label.condition' => 'Condition', +// TODO: translate the following. // 'label.yes' => 'yes', // 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index f36172a7..fb8e9b30 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -170,7 +170,8 @@ $i18n_key_words = array( // 'label.clients' => 'Clients', // 'label.option' => 'Option', // 'label.invoice' => 'Invoice', -// 'label.project' => 'Project', +'label.project' => 'Projekt', +// TODO: translate the following. // 'label.projects' => 'Projects', // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', @@ -208,17 +209,26 @@ $i18n_key_words = array( // 'label.tax' => 'Tax', // 'label.subtotal' => 'Subtotal', 'label.total' => 'Összesen', - - - -// TODO: refactoring ongoing down from here. - -// Translate the following. +// TODO: translate the following. +// 'label.client_name' => 'Client name', +// 'label.client_address' => 'Client address', +// 'label.or' => 'or', +// 'label.error' => 'Error', +// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +// 'label.required_fields' => '* - required fields', +// 'label.on_behalf' => 'on behalf of', +// 'label.role_manager' => '(manager)', +// 'label.role_comanager' => '(co-manager)', +// 'label.role_admin' => '(administrator)', // 'label.page' => 'Page', // 'label.condition' => 'Condition', // 'label.yes' => 'yes', // 'label.no' => 'no', + + +// TODO: refactoring ongoing down from here. + // 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 6609ccf3..0b9d9177 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3844 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3845 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1