From 5a01cc31eb7a8b341c988797a71b58b0eb468724 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Tue, 30 Jan 2018 15:39:17 +0000 Subject: [PATCH] A bit more work on labels in translation files. --- WEB-INF/resources/ca.lang.php | 10 +++++----- WEB-INF/resources/cs.lang.php | 11 ++++++----- WEB-INF/resources/es.lang.php | 10 +++++----- WEB-INF/resources/et.lang.php | 12 +++++++----- WEB-INF/resources/hu.lang.php | 13 ++++++++----- WEB-INF/resources/it.lang.php | 14 +++++++------- WEB-INF/resources/ja.lang.php | 12 +++++++----- WEB-INF/resources/ko.lang.php | 12 +++++++----- WEB-INF/resources/no.lang.php | 12 +++++++----- WEB-INF/resources/pt.lang.php | 12 +++++++----- WEB-INF/resources/ro.lang.php | 12 +++++++----- WEB-INF/resources/sl.lang.php | 12 +++++++----- WEB-INF/resources/tr.lang.php | 12 +++++++----- WEB-INF/resources/zh-cn.lang.php | 11 ++++++----- WEB-INF/resources/zh-tw.lang.php | 12 +++++++----- WEB-INF/templates/footer.tpl | 2 +- 16 files changed, 101 insertions(+), 78 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 2ad9d3bc..1d888447 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -151,17 +151,17 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Paraula de pas', 'label.confirm_password' => 'Confirmar paraula de pas', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => 'E-mail', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Assumpte', 'label.date' => 'Data', + + + +// TODO: refactoring ongoing down from here. + // TODO: translate the following. // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 8668ab30..2db792d8 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -152,17 +152,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Heslo', 'label.confirm_password' => 'Potvrdit heslo', - - - -// TODO: refactoring ongoing down from here. - // TODO: translate the following. // 'label.email' => 'Email', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Předmět', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. 'label.delete' => 'Smazat', 'label.total' => 'Celkem', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index daa80cff..b99d5a85 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -151,17 +151,17 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Contraseña', 'label.confirm_password' => 'Confirmar contraseña', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => 'Email', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Asunto', 'label.date' => 'Fecha', + + + +// TODO: refactoring ongoing down from here. + 'label.start_date' => 'Fecha de inicio', 'label.end_date' => 'Fecha de fin', 'label.user' => 'Usuario', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 448a7cf8..04076f73 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -153,17 +153,19 @@ $i18n_key_words = array( 'label.login' => 'Login', 'label.password' => 'Salasõna', 'label.confirm_password' => 'Kinnita salasõna', - - - -// TODO: refactoring ongoing down from here. - +// TODO: translate the following. // 'label.email' => 'Email', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Teema', +// TODO: translate the following. // 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index d2ae8814..7d799738 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -153,17 +153,20 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Jelszó', 'label.confirm_password' => 'Jelszó megerősítése', - - - -// TODO: refactoring ongoing down from here. - +'label.thing_name' => 'Név', // TODO: translate the following. // 'label.email' => 'Email', 'label.cc' => 'Másolatot kap', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Tárgy', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => 'összesen', // Translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 7a1251d0..a325d4fc 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -149,18 +149,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Password', 'label.confirm_password' => 'Conferma password', +'label.email' => 'E-mail', +'label.cc' => 'Cc', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Oggetto', +// TODO: translate the following. +// 'label.date' => 'Date', // TODO: refactoring ongoing down from here. -'label.email' => 'e-mail', -// TODO: translate the following. -// 'label.email' => 'Email', -'label.cc' => 'Cc', -// TODO: translate the following. -// 'label.bcc' => 'Bcc', -'label.subject' => 'oggetto', 'label.total' => 'totale', // Translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 980bf832..fda06f00 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -153,16 +153,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'パスワード', 'label.confirm_password' => 'パスワードの確認', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => 'Eメール', // TODO: translate the following. // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => '主題', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '合計', // Translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 94b24e18..73e5750b 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -153,16 +153,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Password', 'label.confirm_password' => '암호 확인', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => '이메일', // TODO: translate the following. // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => '제목', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '합계', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index e2b8c443..82c3a191 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -152,16 +152,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Passord', 'label.confirm_password' => 'Bekreft passord', +'label.email' => 'E-post', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => 'Emne', +// TODO: translate the following. +// 'label.date' => 'Date', // TODO: refactoring ongoing down from here. -// TODO: translate the following. -// 'label.email' => 'Email', -// 'label.cc' => 'Cc', -// 'label.bcc' => 'Bcc', -'label.subject' => 'Emne', 'label.total' => 'totalt', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 1f7dff62..6ff0c095 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -146,16 +146,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Senha', 'label.confirm_password' => 'Confirme a senha', +'label.email' => 'E-mail', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => 'Assunto', +// TODO: translate the following. +// 'label.date' => 'Date', // TODO: refactoring ongoing down from here. -// 'label.email' => 'Email', -'label.cc' => 'Cc', -// TODO: translate the following. -// 'label.bcc' => 'Bcc', -'label.subject' => 'Assunto', // 'label.page' => 'Page', // 'label.condition' => 'Condition', // TODO: translate the following. diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index becf8c27..056168fb 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -155,16 +155,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => 'Parola', 'label.confirm_password' => 'Confirma parola', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => 'E-mail', 'label.cc' => 'Copie', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Subiect', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => 'total', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index eae3ae85..4cdf543c 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -148,16 +148,18 @@ $i18n_key_words = array( 'label.password' => 'Geslo', // TODO: translate the following. // 'label.confirm_password' => 'Confirm password', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => 'Email', 'label.cc' => 'Cc', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => 'Predmet', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => 'total', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index e892bf67..69dc3ae6 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -160,16 +160,18 @@ $i18n_key_words = array( 'label.password' => 'Parola', // TODO: translate the following. // 'label.confirm_password' => 'Confirm password', +'label.email' => 'E-posta', +// TODO: translate the following. +// 'label.cc' => 'Cc', +// 'label.bcc' => 'Bcc', +'label.subject' => 'Konu', +// TODO: translate the following. +// 'label.date' => 'Date', // TODO: refactoring ongoing down from here. -'label.email' => 'E-posta', -'label.cc' => 'Bilgi', -// TODO: translate the following. -// 'label.bcc' => 'Bcc', -'label.subject' => 'Konu', 'label.total' => 'toplam', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 8db4deb2..e023928f 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -142,17 +142,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => '密码', 'label.confirm_password' => '确认密码', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => '电子邮件', 'label.cc' => '抄送', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => '主题', +// TODO: translate the following. // 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + // 'label.start_date' => 'Start date', // 'label.end_date' => 'End date', // 'label.user' => 'User', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index 80ce18bc..02bf0b16 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -150,16 +150,18 @@ $i18n_key_words = array( // 'label.login' => 'Login', 'label.password' => '密碼', 'label.confirm_password' => '確認密碼', - - - -// TODO: refactoring ongoing down from here. - 'label.email' => '電子郵件', 'label.cc' => '抄送', // TODO: translate the following. // 'label.bcc' => 'Bcc', 'label.subject' => '主題', +// TODO: translate the following. +// 'label.date' => 'Date', + + + +// TODO: refactoring ongoing down from here. + 'label.total' => '總計', // TODO: translate the following. // 'label.page' => 'Page', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index f0725bd0..6b6cc605 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.10.3837 | Copyright © Anuko | +  Anuko Time Tracker 1.17.10.3838 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1