From: Nik Okuntseff Date: Fri, 26 Jan 2018 01:27:36 +0000 (+0000) Subject: A bit more cleanup. X-Git-Tag: timetracker_1.19-1~1330 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=97131557dde928fb0694e10eea098bae64a25fcd;p=timetracker.git A bit more cleanup. --- diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index e79b9e76..ae96a4b0 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -94,9 +94,9 @@ $i18n_key_words = array( // TODO: translate the following. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'projekt tohoto jména již existuje', -'error.activity_exists' => 'činnost tohoto jména již existuje', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: error.no_login needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'uživatel s tímto e-mailem neexistuje', 'error.upload' => 'chyba přenosu souboru', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index eebcf7fe..d8e9c2ee 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -89,9 +89,9 @@ $i18n_key_words = array( // 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.activity_exists' => 'ilyen névvel már van definiálva tevékenység', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // 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 d425966d..7a7b6c1d 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -90,9 +90,9 @@ $i18n_key_words = array( // 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.activity_exists' => 'esiste già una attività con questo nome', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // 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 005c05f0..bd9a7d05 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -89,9 +89,9 @@ $i18n_key_words = array( 'error.auth' => '不正確なログインあるいはパスワードが不正確です', 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します', 'error.project_exists' => 'この名前のプロジェクトは既に存在します', -'error.activity_exists' => 'この名前の活動内容は既に存在します', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', '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 9758ee04..abbd7437 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -89,9 +89,9 @@ $i18n_key_words = array( 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다', 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다', 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다', -'error.activity_exists' => '본 이름과 연계된 활동내용이 이미 있습니다', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', '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 e5d4375d..958c0150 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -89,7 +89,8 @@ $i18n_key_words = array( '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.', -'error.activity_exists' => 'En aktivitet 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.', 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.', 'error.upload' => 'Feil med lasting av fil.', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 539b5737..91519681 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -90,8 +90,8 @@ $i18n_key_words = array( // '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.activity_exists' => 'activity with this name already exists', -// 'error.client_exists' => 'client 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/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 9cc53997..fbd6aadc 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -94,9 +94,9 @@ $i18n_key_words = array( // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'proiectul cu acest nume exista deja', -'error.activity_exists' => 'activitatea cu acest nume exista deja', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'nu exista utilizator cu acest email', 'error.upload' => 'eroare la upload-ul fisierului', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index f049d922..2bfb4c45 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -93,9 +93,9 @@ $i18n_key_words = array( // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', 'error.project_exists' => 'bu isimde proje zaten vardır', -'error.activity_exists' => 'bu isimli faaliyet zaten vardır', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +// 'error.client_exists' => 'Client with this name already exists.', // Note to translators: this string needs to be properly translated (e-mail replaced with login). // 'error.no_login' => 'bu e-posta adresini kullanan kullanıcı yoktur', 'error.upload' => 'dosya yükleme hatası', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index ea5aafe9..55c7b651 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -88,8 +88,8 @@ $i18n_key_words = array( 'error.auth' => '不正確的用戶名或密碼', 'error.user_exists' => '該使用者登錄資訊已經存在', 'error.project_exists' => '該專案名稱已經存在', -'error.activity_exists' => '該活動名稱已經存在', // TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', 'error.no_login' => '沒有該登錄資訊的使用者', 'error.upload' => '上傳文件出錯', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 7ebbeac3..20f755b5 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.5.3789 | Copyright © Anuko | +  Anuko Time Tracker 1.17.5.3790 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}