From 62b36719d92eec21e5e132811c1ec88e5f495117 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 24 Mar 2018 16:17:16 +0000 Subject: [PATCH] Added error.feature_disabled to translation files. --- WEB-INF/resources/ca.lang.php | 2 ++ WEB-INF/resources/cs.lang.php | 2 ++ WEB-INF/resources/da.lang.php | 2 ++ WEB-INF/resources/de.lang.php | 2 ++ WEB-INF/resources/es.lang.php | 2 ++ WEB-INF/resources/et.lang.php | 2 ++ WEB-INF/resources/fa.lang.php | 2 ++ WEB-INF/resources/fi.lang.php | 2 ++ WEB-INF/resources/fr.lang.php | 2 ++ WEB-INF/resources/gr.lang.php | 2 ++ WEB-INF/resources/he.lang.php | 2 ++ 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 | 1 + WEB-INF/resources/ru.lang.php | 1 + WEB-INF/resources/sk.lang.php | 2 ++ 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 | 2 ++ WEB-INF/resources/zh-tw.lang.php | 2 ++ WEB-INF/templates/footer.tpl | 2 +- 30 files changed, 55 insertions(+), 1 deletion(-) diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 6de09521..3b429f5d 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Error de la base de dades.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dada "{0}" incorrecta.', 'error.empty' => 'L\\\'Arxiu "{0}" està buit.', 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 1eae00b8..0eccd9fd 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -79,6 +79,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Chyba databáze.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Nesprávná "{0}" data.', 'error.empty' => 'Pole "{0}" je prázdné.', 'error.not_equal' => 'Pole "{0}" neodpovídá poli "{1}".', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 85bf3e63..42434666 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Adgang nægtet.', 'error.sys' => 'System fejl.', 'error.db' => 'Database fejl.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Forkert "{0}" data.', 'error.empty' => 'Felt "{0}" er tom.', 'error.not_equal' => 'Felt "{0}" er ikke lig med "{1}".', diff --git a/WEB-INF/resources/de.lang.php b/WEB-INF/resources/de.lang.php index 8534dd10..34d050c0 100644 --- a/WEB-INF/resources/de.lang.php +++ b/WEB-INF/resources/de.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Zugriff verweigert.', 'error.sys' => 'Systemfehler.', 'error.db' => 'Datenbankfehler.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Ungültige "{0}" Daten.', 'error.empty' => 'Feld "{0}" ist leer.', 'error.not_equal' => 'Feld "{0}" ist nicht gleich Feld "{1}".', diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index 703f9a35..3c5f9153 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -76,6 +76,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Error de la base de datos.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dato "{0}" incorrecto.', 'error.empty' => 'El archivo "{0}" esta vacío.', 'error.not_equal' => 'El archivo "{0}" no es igual al archivo "{1}".', diff --git a/WEB-INF/resources/et.lang.php b/WEB-INF/resources/et.lang.php index b262a9b4..33085b1d 100644 --- a/WEB-INF/resources/et.lang.php +++ b/WEB-INF/resources/et.lang.php @@ -79,6 +79,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Andmebaasi viga.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Valed "{0}" andmed.', 'error.empty' => 'Väli "{0}" on tühi.', 'error.not_equal' => 'Väli "{0}" ei ole väljaga "{1}" võrdne.', diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index c224a01a..654674b1 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -72,6 +72,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', 'error.sys' => 'خطا در سیستم.', 'error.db' => 'خطا در پایگاه داده.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'داده اشتباه در "{0}".', 'error.empty' => 'فیلد "{0}" خالیست.', 'error.not_equal' => 'فیلد "{0}" با فیلد "{1}" برابر نیست.', diff --git a/WEB-INF/resources/fi.lang.php b/WEB-INF/resources/fi.lang.php index 128d025e..967c251d 100644 --- a/WEB-INF/resources/fi.lang.php +++ b/WEB-INF/resources/fi.lang.php @@ -70,6 +70,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Pääsy estetty.', 'error.sys' => 'Järjestelmävirhe.', 'error.db' => 'Tietokantavirhe.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Virheellinen "{0}" tieto.', 'error.empty' => 'Kenttä "{0}" on tyhjä.', 'error.not_equal' => 'Kentät "{0}" ja "{1}" eivät ole samat.', diff --git a/WEB-INF/resources/fr.lang.php b/WEB-INF/resources/fr.lang.php index 85b22cce..aafbb5dc 100644 --- a/WEB-INF/resources/fr.lang.php +++ b/WEB-INF/resources/fr.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Accès refusé.', 'error.sys' => 'Erreur système.', 'error.db' => 'Erreur de base de données.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Donnée "{0}" incorrecte.', 'error.empty' => 'Le champ "{0}" est vide.', 'error.not_equal' => 'Le champ "{0}" n\\\'est pas égal au champ "{1}".', diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 2e2a14b2..e9f4790c 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Δεν επιτρέπεται η πρόσβαση.', 'error.sys' => 'Σφάλμα συστήματος.', 'error.db' => 'Σφάλμα βάσης δεδομένων.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Λανθασμένο "{0}" δεδομένο.', 'error.empty' => 'Το πεδίο "{0}" είναι κενό.', 'error.not_equal' => 'Το πεδίο "{0}" δεν είναι ίσο με το πεδίο "{1}".', diff --git a/WEB-INF/resources/he.lang.php b/WEB-INF/resources/he.lang.php index 2de2f23e..3426aa87 100644 --- a/WEB-INF/resources/he.lang.php +++ b/WEB-INF/resources/he.lang.php @@ -75,6 +75,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', 'error.sys' => 'שגיאת מערכת', 'error.db' => 'שגיאה של בסיס הנתונים', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'נתון "{0}" שגוי', 'error.empty' => 'השדה "{0}" ריק', 'error.not_equal' => 'השדה "{1}" אינו שווה לשדה "{0}"', diff --git a/WEB-INF/resources/hu.lang.php b/WEB-INF/resources/hu.lang.php index 9732292d..fb891c8c 100644 --- a/WEB-INF/resources/hu.lang.php +++ b/WEB-INF/resources/hu.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Adatbázis hiba.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Hibás "{0}" mező tartalma.', 'error.empty' => 'A "{0}" mező üres.', 'error.not_equal' => 'A "{0}" mező tartalma nem egyezik meg a "{1}" mező tartalmával.', diff --git a/WEB-INF/resources/it.lang.php b/WEB-INF/resources/it.lang.php index 8802caa1..e2258bb7 100644 --- a/WEB-INF/resources/it.lang.php +++ b/WEB-INF/resources/it.lang.php @@ -70,6 +70,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Accesso negato.', 'error.sys' => 'Errore di sistema.', 'error.db' => 'Errore database.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dato "{0}" errato.', 'error.empty' => 'Il campo "{0}" è vuoto.', 'error.not_equal' => 'Il campo "{0}" non è uguale al campo "{1}".', diff --git a/WEB-INF/resources/ja.lang.php b/WEB-INF/resources/ja.lang.php index 1edccd0a..880b95cd 100644 --- a/WEB-INF/resources/ja.lang.php +++ b/WEB-INF/resources/ja.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'データベースのエラー。', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '不正確な"{0}"データ。', 'error.empty' => '"{0}"のフィールドが空白です。', 'error.not_equal' => '"{0}"のフィールドは"{1}"のフィールドと違います。', diff --git a/WEB-INF/resources/ko.lang.php b/WEB-INF/resources/ko.lang.php index 5bb4e50c..6e0a7e29 100644 --- a/WEB-INF/resources/ko.lang.php +++ b/WEB-INF/resources/ko.lang.php @@ -77,6 +77,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => '데이터베이스 오류.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '부정확한 "{0}" 의 데이터.', 'error.empty' => '"{0}" 의 필드가 비어있습니다.', 'error.not_equal' => '"{0}" 의 필드가 "{1}" 의 필드와 같지 않습니다.', diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index eb69d0dc..be2fcf62 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Toegang geweigerd.', 'error.sys' => 'Systeem fout.', 'error.db' => 'Database fout.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Incorrecte gegevens: "{0}".', 'error.empty' => 'Veld "{0}" is leeg.', 'error.not_equal' => 'Veld "{0}" is niet gelijk aan veld "{1}".', diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index 4d178534..71a8959c 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -76,6 +76,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Databasefeil.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Feil "{0}" data.', 'error.empty' => 'Feltet "{0}" er tomt.', 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".', diff --git a/WEB-INF/resources/pl.lang.php b/WEB-INF/resources/pl.lang.php index 016123ff..fd599500 100644 --- a/WEB-INF/resources/pl.lang.php +++ b/WEB-INF/resources/pl.lang.php @@ -71,6 +71,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Odmowa dostępu.', 'error.sys' => 'Błąd systemu.', 'error.db' => 'Błąd bazy danych.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Niepoprawne dane: "{0}".', 'error.empty' => 'Pole "{0}" jest puste.', 'error.not_equal' => 'Wartość z pola "{0}" jest inna niż wartość z pola "{1}".', diff --git a/WEB-INF/resources/pt-br.lang.php b/WEB-INF/resources/pt-br.lang.php index 4878919f..6fcd6c3c 100644 --- a/WEB-INF/resources/pt-br.lang.php +++ b/WEB-INF/resources/pt-br.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Acesso negado.', 'error.sys' => 'Erro no sistema.', 'error.db' => 'Erro no banco de dados.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dados incorretos "{0}".', 'error.empty' => 'Campo "{0}" está vazio.', 'error.not_equal' => 'Campo "{0}" é diferente do campo "{1}".', diff --git a/WEB-INF/resources/pt.lang.php b/WEB-INF/resources/pt.lang.php index 223368c6..7b87af00 100644 --- a/WEB-INF/resources/pt.lang.php +++ b/WEB-INF/resources/pt.lang.php @@ -79,6 +79,7 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', // 'error.db' => 'Database error.', +// 'error.feature_disabled' => 'Feature is disabled.', // 'error.field' => 'Incorrect "{0}" data.', // 'error.empty' => 'Field "{0}" is empty.', // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', diff --git a/WEB-INF/resources/ro.lang.php b/WEB-INF/resources/ro.lang.php index 0f77cab7..357d6448 100644 --- a/WEB-INF/resources/ro.lang.php +++ b/WEB-INF/resources/ro.lang.php @@ -81,6 +81,7 @@ $i18n_key_words = array( // 'error.sys' => 'System error.', 'error.db' => 'Eroare baza de date.', // TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', // 'error.field' => 'Incorrect "{0}" data.', 'error.empty' => 'Campul "{0}" este gol.', 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".', diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 69fa16d8..14b3e6e8 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -68,6 +68,7 @@ $i18n_key_words = array( 'error.access_denied' => 'Доступ запрещён.', 'error.sys' => 'Системная ошибка.', 'error.db' => 'Ошибка базы данных.', +'error.feature_disabled' => 'Функция отключена.', 'error.field' => 'Некорректные данные в поле "{0}".', 'error.empty' => 'Пустое поле "{0}".', 'error.not_equal' => 'Значение "{0}" не соответствует "{1}".', diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index cd7a1eee..4dbffff2 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -73,6 +73,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', 'error.sys' => 'Systémová chyba.', 'error.db' => 'Databázová chyba.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Nesprávne "{0}" údaje.', 'error.empty' => 'Pole "{0}" je prázdne.', 'error.not_equal' => 'Pole "{0}" nie je zhodné s poľom "{1}".', diff --git a/WEB-INF/resources/sl.lang.php b/WEB-INF/resources/sl.lang.php index 2e3f79a0..8c93e400 100644 --- a/WEB-INF/resources/sl.lang.php +++ b/WEB-INF/resources/sl.lang.php @@ -79,6 +79,7 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', // 'error.db' => 'Database error.', +// 'error.feature_disabled' => 'Feature is disabled.', // 'error.field' => 'Incorrect "{0}" data.', // 'error.empty' => 'Field "{0}" is empty.', // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".', diff --git a/WEB-INF/resources/sr.lang.php b/WEB-INF/resources/sr.lang.php index 558050d1..5e7f56e9 100644 --- a/WEB-INF/resources/sr.lang.php +++ b/WEB-INF/resources/sr.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Pristup odbijen.', 'error.sys' => 'Greška u sistemu.', 'error.db' => 'Greška u bazi podataka.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Pogrešan "{0}" podatak.', 'error.empty' => 'Polje "{0}" je prazno.', 'error.not_equal' => 'Polje "{0}" nije jednak polju "{1}".', diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 1f6b444c..37e8dffe 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -69,6 +69,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Åtkomst nekad.', 'error.sys' => 'Systemfel.', 'error.db' => 'Databasfel.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '"{0}" innehåller ett felaktigt värde.', 'error.empty' => '"{0}" kan inte vara tomt.', 'error.not_equal' => '"{0}" matchar inte "{1}".', diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 2f299724..bbf97dbf 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -80,6 +80,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Veritabanı hatası.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Hatalı veri "{0}".', 'error.empty' => 'Alan "{0}" boştur.', // TODO: confirm that error.not_equal is translated correctly. diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index 7972e72f..55842753 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -69,6 +69,8 @@ $i18n_key_words = array( 'error.access_denied' => '拒绝访问。', 'error.sys' => '系统错误。', 'error.db' => '数据库错误。', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '不正确的"{0}"数据。', 'error.empty' => '栏目"{0}"为空。', 'error.not_equal' => '栏目"{0}"不等于栏目"{1}"。', diff --git a/WEB-INF/resources/zh-tw.lang.php b/WEB-INF/resources/zh-tw.lang.php index a10108ea..16c80622 100644 --- a/WEB-INF/resources/zh-tw.lang.php +++ b/WEB-INF/resources/zh-tw.lang.php @@ -75,6 +75,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => '資料庫錯誤。', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '不正確的"{0}"資料。', 'error.empty' => '欄目"{0}"為空。', 'error.not_equal' => '欄目"{0}"不等於欄目"{1}"。', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 4beb8955..0f0b9fc5 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.17.69.4152 | Copyright © Anuko | +  Anuko Time Tracker 1.17.69.4153 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1