From b17cf9352af778099c207b9aa01d47380a58453d Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sun, 28 Jan 2018 23:47:06 +0000 Subject: [PATCH] Ongoing work on translation files. --- WEB-INF/resources/hu.lang.php | 15 +++++++++------ WEB-INF/resources/it.lang.php | 16 ++++++++++------ WEB-INF/resources/ja.lang.php | 11 ++++++----- WEB-INF/resources/ko.lang.php | 11 ++++++----- WEB-INF/resources/no.lang.php | 12 +++++++----- WEB-INF/resources/pt.lang.php | 11 ++++++----- WEB-INF/templates/footer.tpl | 2 +- 7 files changed, 45 insertions(+), 33 deletions(-) diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 90730f6d..31d20038 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -90,15 +90,18 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - -// TODO: refactoring ongoing down from here. -'error.auth' => 'hibás bejelentkezési adatok', -// Note to translators: this string needs to be translated. -// 'error.user_exists' => 'user with this login already exists', -'error.project_exists' => 'ilyen nevű projekt már létezik', +// 'error.auth' => 'Incorrect login or password.', +// 'error.user_exists' => 'User with this login already exists.', +'error.project_exists' => 'Ilyen nevű projekt már létezik.', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nincs ilyen e-mail címmel definiált felhasználó', 'error.upload' => 'file feltöltési hiba', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index a85b479b..06a95ec0 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -87,15 +87,19 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - -// TODO: refactoring ongoing down from here. -'error.auth' => 'login o password errati', -// Note to translators: this string needs to be translated. -// 'error.user_exists' => 'user with this login already exists', -'error.project_exists' => 'esiste già un progetto con questo nome', +'error.auth' => 'Login o password errati.', +// TODO: translate the following. +// 'error.user_exists' => 'User with this login already exists.', +'error.project_exists' => 'Esiste già un progetto con questo nome.', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nessun utente con questa e-mail', // Note to translators: the strings below need to be translated diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index bf87c4a7..768df955 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -89,17 +89,18 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - 'error.auth' => '不正確なログインあるいはパスワードが不正確です', 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します', 'error.project_exists' => 'この名前のプロジェクトは既に存在します', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + 'error.no_login' => 'このログインと関連されたユーザーはいません', 'error.upload' => 'ファイルのアップロードのエラー', // TODO: translate the following. diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index c7f97a06..199e8335 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -89,17 +89,18 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다', 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다', 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + 'error.no_login' => '본 로그인과 연계된 사용자가 없습니다', 'error.upload' => '파일 업로드 오류', // TODO: translate the following. diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 982d563f..f31969f0 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -87,17 +87,19 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', - - - -// TODO: refactoring ongoing down from here. - 'error.auth' => 'Feil brukernavn eller passord.', 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.', 'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.', +// TODO: translate the following. +// 'error.invoice_exists' => 'Invoice with this number already exists.', + + + +// TODO: refactoring ongoing down from here. + 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', 'error.upload' => 'Feil med lasting av fil.', // TODO: translate the following. diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index a7f07d04..5f9dca9c 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -87,16 +87,17 @@ $i18n_key_words = array( // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', +// 'error.auth' => 'Incorrect login or password.', +// 'error.user_exists' => 'User with this login already exists.', +// 'error.project_exists' => 'Project with this name already exists.', +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', +// 'error.invoice_exists' => 'Invoice with this number already exists.', // TODO: refactoring ongoing down from here. -// 'error.auth' => 'incorrect login or password', -// 'error.user_exists' => 'user with this login already exists', -// 'error.project_exists' => 'project with this name already exists', -// 'error.task_exists' => 'Task with this name already exists.', -// 'error.client_exists' => 'Client with this name already exists.', // 'error.no_login' => 'no user with this e-mail', // 'error.upload' => 'file upload error', // 'error.range_locked' => 'Date range is locked.', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 4cdd2811..c50f2dd3 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.9.3818 | Copyright © Anuko | +  Anuko Time Tracker 1.17.9.3819 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1