From e185de998d8ed94cef7b3e2b63cc63d5c64ce6cb Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 29 Jan 2018 17:33:34 +0000 Subject: [PATCH] Started to work on labels in translation files. --- WEB-INF/resources/ca.lang.php | 10 ++++++---- WEB-INF/resources/cs.lang.php | 10 ++++++---- WEB-INF/resources/es.lang.php | 15 ++++++++------- WEB-INF/templates/footer.tpl | 2 +- 4 files changed, 21 insertions(+), 16 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 3990781c..80a00400 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -138,10 +138,6 @@ $i18n_key_words = array( // 'button.close' => 'Close', // 'button.stop' => 'Stop', - - -// TODO: refactoring ongoing down from here. - // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. // 'label.team_name' => 'Team name', @@ -150,6 +146,12 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.manager_name' => 'Manager name', // 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + +// TODO: translate the following. // 'label.person_name' => 'Name', // 'label.thing_name' => 'Name', // 'label.login' => 'Login', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index c10fa545..6dc36f28 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -139,10 +139,6 @@ $i18n_key_words = array( // 'button.close' => 'Close', // 'button.stop' => 'Stop', - - -// TODO: refactoring ongoing down from here. - // Labels for controls on forms. Labels in this section are used on multiple forms. // TODO: translate the following. // 'label.team_name' => 'Team name', @@ -151,6 +147,12 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.manager_name' => 'Manager name', // 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + +// TODO: translate the following. // 'label.person_name' => 'Name', // 'label.thing_name' => 'Name', // 'label.login' => 'Login', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 3e11f1c5..e1dfd85e 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -137,18 +137,19 @@ $i18n_key_words = array( // 'button.close' => 'Close', // 'button.stop' => 'Stop', - - -// TODO: refactoring ongoing down from here. - // Labels for controls on forms. Labels in this section are used on multiple forms. -// TODO: translate label.team_name -// 'label.team_name' => 'team name', +// TODO: translate the following. +// 'label.team_name' => 'Team name', 'label.address' => 'Dirección', 'label.currency' => 'Moneda', -// TODO: translate label.manager_name, label.manager_login, and label.login. +// TODO: translate the following. // 'label.manager_name' => 'Manager name', // 'label.manager_login' => 'Manager login', + + + +// TODO: refactoring ongoing down from here. + 'label.person_name' => 'Nombre', 'label.thing_name' => 'Nombre', // 'label.login' => 'login', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index b1a2c366..c202fb1a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.9.3831 | Copyright © Anuko | +  Anuko Time Tracker 1.17.9.3832 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1