From 1f845478300e34470e905204b24310b2c21f71e1 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 28 Jan 2018 17:59:54 +0000 Subject: [PATCH] Ongoing cleanup in translation files. --- WEB-INF/resources/ja.lang.php | 8 +++++--- WEB-INF/resources/ko.lang.php | 8 +++++--- WEB-INF/resources/no.lang.php | 7 ++++--- WEB-INF/templates/footer.tpl | 2 +- 4 files changed, 15 insertions(+), 10 deletions(-) diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 01f8e9ee..5050e298 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -73,16 +73,18 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', - -// TODO: refactoring ongoing down from here. 'error.db' => 'データベースのエラー', 'error.field' => '不正確な"{0}"データ', 'error.empty' => '"{0}"のフィールドが空白です', 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います', -'error.interval' => '不正確な間隔', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', + +// TODO: refactoring ongoing down from here. 'error.project' => 'プロジェクトの選択', // TODO: translate the following. // 'error.task' => 'Select task.', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 8f4ddff9..a0ea73dd 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -73,16 +73,18 @@ $i18n_key_words = array( // This is a link to a webpage that describes how to contribute to the project. // Error messages. +// TODO: All error messages should be complete sentences with a period (full stop) in the end. Put them there. // TODO: translate the following. // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', - -// TODO: refactoring ongoing down from here. 'error.db' => '데이터베이스 오류', 'error.field' => '부정확한 "{0}" 의 데이터', 'error.empty' => '"{0}" 의 필드가 비어있습니다', 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다', -'error.interval' => '부정확한 간격입니다', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', + +// TODO: refactoring ongoing down from here. 'error.project' => '프로젝트의 선택', // TODO: translate the following. // 'error.task' => 'Select task.', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index c81a26a4..26effd98 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -75,13 +75,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' => 'Databasefeil.', 'error.field' => 'Feil "{0}" data.', 'error.empty' => 'Feltet "{0}" er tomt.', 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".', -'error.interval' => 'Feil intervall.', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', + +// TODO: refactoring ongoing down from here. 'error.project' => 'Velg prosjekt.', // TODO: translate the following. // 'error.task' => 'Select task.', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 6545edd2..ec3b8b40 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.8.3809 | Copyright © Anuko | +  Anuko Time Tracker 1.17.8.3810 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.39.5