From a9c7df4765fd6e23b53c7fe1546559a6549d84e9 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 29 Jan 2018 14:02:43 +0000 Subject: [PATCH] Started to work on button labels in translation files. --- WEB-INF/resources/ca.lang.php | 9 +++++---- WEB-INF/resources/cs.lang.php | 14 ++++++++------ WEB-INF/resources/es.lang.php | 9 +++++---- WEB-INF/templates/footer.tpl | 2 +- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index f98594a0..d1fe27f2 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -109,10 +109,6 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - - -// TODO: refactoring ongoing down from here. - // Labels for buttons. 'button.login' => 'Iniciar sessió', 'button.now' => 'Ara', @@ -120,6 +116,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Cancel·lar', + + + +// TODO: refactoring ongoing down from here. + 'button.submit' => 'Enviar', 'button.add_user' => 'Agregar usuari ', 'button.add_project' => 'Agregar projecte', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index de2d3ff8..a09e1011 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -110,15 +110,17 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// Labels for buttons. +'button.login' => 'Přihlásit', +'button.now' => 'Teď', +'button.save' => 'Uložit', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Zrušit', -// TODO: refactoring ongoing down from here. -// Labels for buttons. -'button.login' => 'přihlásit', -'button.now' => 'teď', -'button.save' => 'uložit', -'button.cancel' => 'zrušit', +// TODO: refactoring ongoing down from here. 'button.submit' => 'uložit', 'button.add_user' => 'Přidat uživatele', 'button.add_project' => 'Přidat projekt', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 6975704f..61ddd6f4 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -108,10 +108,6 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', - - -// TODO: refactoring ongoing down from here. - // Labels for buttons. 'button.login' => 'Iniciar sesion', 'button.now' => 'Ahora', @@ -119,6 +115,11 @@ $i18n_key_words = array( // TODO: translate the following. // 'button.copy' => 'Copy', 'button.cancel' => 'Cancelar', + + + +// TODO: refactoring ongoing down from here. + 'button.submit' => 'Enviar', 'button.add_user' => 'Agregar usuario ', 'button.add_project' => 'Agregar proyecto', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 9b51fbb7..d0385226 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.9.3824 | Copyright © Anuko | +  Anuko Time Tracker 1.17.9.3825 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1