From 7ffbdd795498e935a5d50fd87c60cea3ab527bfa Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Fri, 26 Jan 2018 00:59:56 +0000 Subject: [PATCH] Added a string to localization files. --- WEB-INF/resources/ca.lang.php | 1 + WEB-INF/resources/cs.lang.php | 8 ++++++-- WEB-INF/resources/da.lang.php | 2 ++ WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/en.lang.php | 1 + WEB-INF/resources/es.lang.php | 1 + WEB-INF/resources/et.lang.php | 1 + WEB-INF/resources/fa.lang.php | 1 + WEB-INF/resources/fi.lang.php | 2 ++ WEB-INF/resources/fr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 3 ++- WEB-INF/resources/hu.lang.php | 2 ++ WEB-INF/resources/it.lang.php | 2 ++ WEB-INF/resources/ja.lang.php | 2 ++ WEB-INF/resources/ko.lang.php | 2 ++ WEB-INF/resources/nl.lang.php | 2 ++ WEB-INF/resources/no.lang.php | 2 ++ WEB-INF/resources/pl.lang.php | 2 ++ WEB-INF/resources/pt-br.lang.php | 2 ++ WEB-INF/resources/pt.lang.php | 1 + WEB-INF/resources/ro.lang.php | 2 ++ WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 1 + WEB-INF/resources/sl.lang.php | 1 + WEB-INF/resources/sr.lang.php | 2 ++ WEB-INF/resources/sv.lang.php | 2 ++ WEB-INF/resources/tr.lang.php | 2 ++ WEB-INF/resources/zh-cn.lang.php | 1 + WEB-INF/resources/zh-tw.lang.php | 2 ++ WEB-INF/templates/footer.tpl | 2 +- 30 files changed, 53 insertions(+), 4 deletions(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index c7dff2ec..f3bb16be 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -86,6 +86,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.' +// 'error.record' => 'Select record.', 'error.auth' => 'Usuari o parula de pas incorrecta', // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 4d61c383..e79b9e76 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -85,9 +85,13 @@ $i18n_key_words = array( 'error.not_equal' => 'pole "{0}" neodpovídá poli "{1}"', 'error.interval' => 'nevhodný interval', 'error.project' => 'výběr projektu', -'error.activity' => 'výběr činnosti', +// TODO: translate the following. +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'nesprávné jméno nebo heslo', -// Note to translators: this string needs to be translated. +// 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', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 20a26573..f342cab0 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( 'error.task' => 'Vælg opgave.', 'error.client' => 'Vælg klient.', 'error.report' => 'Vælg rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Forkert brugernavn eller adgangskode.', 'error.user_exists' => 'Brugernavn eksistere allerede.', 'error.project_exists' => 'Der eksiterer allerede et projekt med det navn.', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 6e3b0db3..0a6c80e0 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -73,6 +73,8 @@ $i18n_key_words = array( 'error.task' => 'Aufgabe auswählen.', 'error.client' => 'Kunde auswählen.', 'error.report' => 'Bericht auswählen.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Benutzername oder Passwort ungültig.', 'error.user_exists' => 'Benutzer mit diesem Konto ist bereits vorhanden.', 'error.project_exists' => 'Es gibt bereits ein Projekt mit diesem Namen.', diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index cb07711c..f7411b64 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -77,6 +77,7 @@ $i18n_key_words = array( 'error.task' => 'Select task.', '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.', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 80a367db..65247a55 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -86,6 +86,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Usuario o contraseña incorrecta.', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'User with this login already exists.', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index 914c9ec6..f23c3053 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -88,6 +88,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Vale login või salasõna.', // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index d9284831..01cf0576 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -82,6 +82,7 @@ $i18n_key_words = array( 'error.client' => 'انتخاب مشتری.', // TODO: translate the following. // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'نام کاربری یا رمز عبور اشتباه است.', 'error.user_exists' => 'کاربری با این نام کاربری موجود است.', 'error.project_exists' => 'پروژه ای با این نام موجود است.', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 4098a48a..434029d1 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -75,6 +75,8 @@ $i18n_key_words = array( 'error.task' => 'Valitse tehtävä.', 'error.client' => 'Valitse asiakas.', 'error.report' => 'Valitse raportti.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Virheellinen käyttäjänimi tai salasana.', 'error.user_exists' => 'Tämä käyttäjänimi on jo olemassa.', 'error.project_exists' => 'Tämän niminen projekti on jo olemassa.', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index dc5a8d96..ae441be0 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -73,6 +73,8 @@ $i18n_key_words = array( 'error.task' => 'Sélectionner une tâche.', 'error.client' => 'Sélectionner un client.', 'error.report' => 'Sélectionner un rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Nom d\\\'utilisateur ou mot de passe incorrect.', 'error.user_exists' => 'Un utilisateur avec cet identifiant existe déjà.', 'error.project_exists' => 'Un projet avec ce nom existe déjà.', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 6a5a8c50..92db896d 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -86,7 +86,8 @@ $i18n_key_words = array( 'error.task' => 'בחר משימה', 'error.client' => 'בחר לקוח', // TODO: translate the following. -// 'error.report' => 'Select report.', +// 'error.report' => 'Select report.' +// 'error.record' => 'Select record.', 'error.auth' => 'שם משתמש או סיסמה שגויים', 'error.user_exists' => 'שם משתמש כבר קיים', 'error.project_exists' => 'שם פרוייקט כבר קיים', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 2d71ebd6..1fe92fe4 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -81,6 +81,8 @@ $i18n_key_words = array( 'error.interval' => 'hibás időszak megadás', 'error.project' => 'válassz projektet', 'error.activity' => 'válassz tevékenységet', +// TODO: translate the following. +// 'error.record' => 'Select record.', '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', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 762fb2e3..18562e75 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -82,6 +82,8 @@ $i18n_key_words = array( 'error.interval' => 'intervallo errato', 'error.project' => 'seleziona il progetto', 'error.activity' => 'seleziona la attività', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'login o password errati', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 14e29dd5..2c93df0c 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -82,6 +82,8 @@ $i18n_key_words = array( 'error.interval' => '不正確な間隔', 'error.project' => 'プロジェクトの選択', 'error.activity' => '活動内容の選択', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => '不正確なログインあるいはパスワードが不正確です', 'error.user_exists' => 'このログインと関連されたユーザーは既に存在します', 'error.project_exists' => 'この名前のプロジェクトは既に存在します', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 9ea440b5..296daa2f 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -82,6 +82,8 @@ $i18n_key_words = array( 'error.interval' => '부정확한 간격입니다', 'error.project' => '프로젝트의 선택', 'error.activity' => '활동내용의 선택', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => '부정확한 로그인 혹은 암호가 틀립니다', 'error.user_exists' => '본 로그인과 연계된 사용자가 이미 있습니다', 'error.project_exists' => '본 이름과 연계된 프로젝트가 이미 있습니다', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index c8ce70d0..0c9c20c7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -76,6 +76,8 @@ $i18n_key_words = array( 'error.task' => 'Kies taak.', 'error.client' => 'Kies klant.', 'error.report' => 'Kies rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Onjuiste inlognaam of wachtwoord.', 'error.user_exists' => 'Een gebruiker met deze inlognaam bestaat al.', 'error.project_exists' => 'Een project met deze naam bestaat al.', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 3a52278f..22ac0f31 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -82,6 +82,8 @@ $i18n_key_words = array( 'error.interval' => 'Feil intervall.', 'error.project' => 'Velg prosjekt.', 'error.activity' => 'Velg aktivitet.', +// TODO: translate the following. +// 'error.record' => 'Select record.', '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.', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index b4572142..13b79c8b 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -79,6 +79,8 @@ $i18n_key_words = array( 'error.task' => 'Wybierz zadanie.', 'error.client' => 'Wybierz klienta.', 'error.report' => 'Wybierz raport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Błędny login lub hasło.', 'error.user_exists' => 'Użytkownik o takiej nazwie już istnieje.', 'error.project_exists' => 'Projekt o takiej nazwie już istnieje.', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 54320c4e..5d6abb0c 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -75,6 +75,8 @@ $i18n_key_words = array( 'error.task' => 'Selecione tarefa.', 'error.client' => 'Selecione cliente.', 'error.report' => 'Selecione relatório.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Usuário ou senha incorretos.', 'error.user_exists' => 'Já existe usuário com este login.', 'error.project_exists' => 'Já existe projeto com este nome.', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 5fdd5a0b..0a8fdd77 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -84,6 +84,7 @@ $i18n_key_words = array( // 'error.interval' => 'incorrect interval', // 'error.project' => 'select project', // 'error.activity' => 'select activity', +// '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', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 85800642..cc175a92 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -86,6 +86,8 @@ $i18n_key_words = array( 'error.interval' => 'interval incorect', 'error.project' => 'selecteaza proiect', 'error.activity' => 'selecteaza activitate', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'nume de utilizator sau parola incorecta', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 1635d0ff..c3ac18ff 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -77,6 +77,7 @@ $i18n_key_words = array( 'error.task' => 'Выберите задачу.', 'error.client' => 'Выберите клиента.', 'error.report' => 'Выберите отчёт.', +'error.record' => 'Выберите запись.', 'error.auth' => 'Неправильно введен логин или пароль.', 'error.user_exists' => 'Пользователь с таким логином уже существует.', 'error.project_exists' => 'Проект с таким именем уже есть.', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f327d8bb..47c59cfb 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -82,6 +82,7 @@ $i18n_key_words = array( 'error.client' => 'Vyberte klienta.', // TODO: translate the following. // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.', 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.', 'error.project_exists' => 'Projekt s týmto názvom už existuje.', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index c476b47d..00963ff9 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -86,6 +86,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // '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.', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 90cde1ab..5290cf27 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -76,6 +76,8 @@ $i18n_key_words = array( 'error.task' => 'Odaberi zadatak.', 'error.client' => 'Odaberi klijenta.', 'error.report' => 'Odaberi izveštaj.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Pogrešno korisničko ime ili lozinka.', 'error.user_exists' => 'Korisnik pod ovim imenom već postoji.', 'error.project_exists' => 'Projekat pod ovim nazivom već postoji.', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 30f0662e..dfbff742 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( 'error.task' => 'Välj en arbetsuppgift.', 'error.client' => 'Välj en kund.', 'error.report' => 'Välj en rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Ogiltigt användarnamn eller lösenord.', 'error.user_exists' => 'Det finns redan en användare med det här användarnamnet.', 'error.project_exists' => 'Det finns redan ett projekt med det här namnet.', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 856485ae..e97aee63 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -85,6 +85,8 @@ $i18n_key_words = array( 'error.interval' => 'hatalı aralık', 'error.project' => 'proje seç', 'error.activity' => 'faaliyet seç', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'hatalı kullanıcı adı veya parola', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index cfe8253e..4930e0b8 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -77,6 +77,7 @@ $i18n_key_words = array( // 'error.task' => 'Select task.', // 'error.client' => 'Select client.', // 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', 'error.auth' => '不正确的用户名或密码', 'error.user_exists' => '该用户登录信息已经存在', 'error.project_exists' => '该项目名称已经存在', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index a287dbb0..25a7a162 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -81,6 +81,8 @@ $i18n_key_words = array( 'error.interval' => '不正確的間隔', 'error.project' => '選擇項目', 'error.activity' => '選擇活動', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => '不正確的用戶名或密碼', 'error.user_exists' => '該使用者登錄資訊已經存在', 'error.project_exists' => '該專案名稱已經存在', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 6c89a367..f0215814 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.5.3787 | Copyright © Anuko | +  Anuko Time Tracker 1.17.5.3788 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1