From 34e7eacf0ed2131c64f81f8cd5173baebc75d534 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 28 Jan 2018 15:51:41 +0000 Subject: [PATCH] Work in progress on translation files. --- WEB-INF/resources/ca.lang.php | 7 ++++--- WEB-INF/resources/cs.lang.php | 11 ++++++----- WEB-INF/templates/footer.tpl | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 20527152..d697dc63 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -76,13 +76,14 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', - -// TODO: refactoring ongoing down from here. 'error.db' => 'Error de la Base de Dades.', 'error.field' => 'Dada "{0}" incorrecta.', 'error.empty' => 'L\\\'Arxiu "{0}" està buit.', 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', -'error.interval' => 'Interval incorrecte', // TODO: English string changed to 'Field "{0}" must be greater than "{1}".', re-translate. +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', + +// TODO: refactoring ongoing down from here. 'error.project' => 'Selleccionar Projecte', // TODO: translate the following. // 'error.task' => 'Select task.', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 62daa1f5..7a8aaddb 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -77,13 +77,14 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', +'error.db' => 'Chyba databáze.', +'error.field' => 'Nesprávná "{0}" data.', +'error.empty' => 'Pole "{0}" je prázdné.', +'error.not_equal' => 'Pole "{0}" neodpovídá poli "{1}".', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', // TODO: refactoring ongoing down from here. -'error.db' => 'chyba databáze', -'error.field' => 'nesprávná "{0}" data', -'error.empty' => 'pole "{0}" je prázdné', -'error.not_equal' => 'pole "{0}" neodpovídá poli "{1}"', -'error.interval' => 'nevhodný interval', 'error.project' => 'výběr projektu', // TODO: translate the following. // 'error.task' => 'Select task.', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 53b892d1..c7805ef3 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.8.3806 | Copyright © Anuko | +  Anuko Time Tracker 1.17.8.3807 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1