From 3c5e1953517ed09b224c82fb9e0d0226ce6c917b Mon Sep 17 00:00:00 2001 From: Vojta Svoboda Date: Sat, 10 Dec 2016 03:24:26 +0100 Subject: [PATCH] =?UTF-8?q?Translate=20=E2=80=98plugin=20not=20found?= =?UTF-8?q?=E2=80=99=20phrase=20(#2538)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/Updates.php | 2 +- lang/bg/lang.php | 1 + lang/cs/lang.php | 1 + lang/da/lang.php | 1 + lang/de/lang.php | 1 + lang/el/lang.php | 1 + lang/en/lang.php | 1 + lang/es-ar/lang.php | 1 + lang/es/lang.php | 1 + lang/fa/lang.php | 1 + lang/fr/lang.php | 1 + lang/hu/lang.php | 1 + lang/id/lang.php | 1 + lang/it/lang.php | 1 + lang/ja/lang.php | 1 + lang/lv/lang.php | 1 + lang/nb-no/lang.php | 1 + lang/nl/lang.php | 1 + lang/pl/lang.php | 1 + lang/pt-br/lang.php | 1 + lang/ro/lang.php | 1 + lang/ru/lang.php | 1 + lang/sv/lang.php | 1 + lang/tr/lang.php | 1 + lang/zh-cn/lang.php | 1 + lang/zh-tw/lang.php | 1 + 26 files changed, 26 insertions(+), 1 deletion(-) diff --git a/controllers/Updates.php b/controllers/Updates.php index d64fafef..6781769c 100644 --- a/controllers/Updates.php +++ b/controllers/Updates.php @@ -138,7 +138,7 @@ public function details($urlCode = null, $tab = null) $this->vars['pluginHomepage'] = array_get($details, 'homepage'); } else { - throw new ApplicationException('Plugin not found'); + throw new ApplicationException(Lang::get('system::lang.updates.plugin_not_found')); } /* diff --git a/lang/bg/lang.php b/lang/bg/lang.php index a79095cb..8a215da6 100644 --- a/lang/bg/lang.php +++ b/lang/bg/lang.php @@ -223,6 +223,7 @@ 'plugin_description' => 'Описание', 'plugin_version' => 'Версия', 'plugin_author' => 'Автор', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Текуща изработка', 'core_build' => 'Изработка :build', 'core_build_help' => 'Последни изработка е на разположение.', diff --git a/lang/cs/lang.php b/lang/cs/lang.php index 8d31cd3a..0291a79c 100644 --- a/lang/cs/lang.php +++ b/lang/cs/lang.php @@ -216,6 +216,7 @@ 'plugin_description' => 'Popis', 'plugin_version' => 'Verze', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin nenalezen', 'core_current_build' => 'Aktuální sestavení', 'core_build' => 'Sestavení :build', 'core_build_help' => 'Nejnovější sestavení je dostupné.', diff --git a/lang/da/lang.php b/lang/da/lang.php index 01d83d00..6cd70259 100644 --- a/lang/da/lang.php +++ b/lang/da/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Beskrivelse', 'plugin_version' => 'Version', 'plugin_author' => 'Ejer', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Nuværende build', 'core_build' => 'Build :build', 'core_build_help' => 'Seneste build er tilgængelig.', diff --git a/lang/de/lang.php b/lang/de/lang.php index 4cd1cf37..c21405f6 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -175,6 +175,7 @@ 'plugin_description' => 'Beschreibung', 'plugin_version' => 'Version', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Aktueller Build', 'core_build' => 'Build :build', 'core_build_help' => 'Aktuellster Build ist verfügbar.', diff --git a/lang/el/lang.php b/lang/el/lang.php index a09702dd..66297a63 100644 --- a/lang/el/lang.php +++ b/lang/el/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Περιγραφή', 'plugin_version' => 'Έκδοση', 'plugin_author' => 'Δημιουργός', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Τρέχουσα έκδοση', 'core_build' => 'Έκδοση :build', 'core_build_help' => 'Η τελευταία έκδοση είναι διαθέσιμη.', diff --git a/lang/en/lang.php b/lang/en/lang.php index 9c4a40fc..c4e06b96 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Description', 'plugin_version' => 'Version', 'plugin_author' => 'Author', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Current build', 'core_build' => 'Build :build', 'core_build_help' => 'Latest build is available.', diff --git a/lang/es-ar/lang.php b/lang/es-ar/lang.php index 2723b95e..6f31610b 100644 --- a/lang/es-ar/lang.php +++ b/lang/es-ar/lang.php @@ -156,6 +156,7 @@ 'plugin_description' => 'Descripción', 'plugin_version' => 'Versión', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Versión actual', 'core_build' => 'Versión :build', 'core_build_help' => 'Última versión está disponible.', diff --git a/lang/es/lang.php b/lang/es/lang.php index 16f473f6..887f1ca3 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -233,6 +233,7 @@ 'plugin_description' => 'Descripción', 'plugin_version' => 'Versión', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Versión actual', 'core_build' => 'Versión :build', 'core_build_help' => 'Última versión está disponible.', diff --git a/lang/fa/lang.php b/lang/fa/lang.php index 5c74af73..c661b2cd 100644 --- a/lang/fa/lang.php +++ b/lang/fa/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'توضیحات', 'plugin_version' => 'نسخه', 'plugin_author' => 'تولید کننده', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'نسخه ی کنونی', 'core_build' => 'نسخه ی :build', 'core_build_help' => 'به روز رسانی جدید موجود است', diff --git a/lang/fr/lang.php b/lang/fr/lang.php index 52224a47..21ed506c 100644 --- a/lang/fr/lang.php +++ b/lang/fr/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Description', 'plugin_version' => 'Version', 'plugin_author' => 'Auteur', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Version actuelle', 'core_build' => 'Version :build', 'core_build_help' => 'Une nouvelle version est disponible.', diff --git a/lang/hu/lang.php b/lang/hu/lang.php index 0f07d546..a5fd52fa 100644 --- a/lang/hu/lang.php +++ b/lang/hu/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Leírás', 'plugin_version' => 'Verzió', 'plugin_author' => 'Fejlesztő', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Verzió', 'core_build' => 'Új verzió: :build', 'core_build_help' => 'Elérhető a legújabb hivatalos kiadás.', diff --git a/lang/id/lang.php b/lang/id/lang.php index eee6f23d..9c8256ec 100644 --- a/lang/id/lang.php +++ b/lang/id/lang.php @@ -173,6 +173,7 @@ 'plugin_description' => 'Jabaran', 'plugin_version' => 'Versi', 'plugin_author' => 'Penulis', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Binaan kini', 'core_build' => 'Binaan :build', 'core_build_help' => 'Tersedia binaan terbaru.', diff --git a/lang/it/lang.php b/lang/it/lang.php index 7012027a..3e625fdd 100644 --- a/lang/it/lang.php +++ b/lang/it/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Descrizione', 'plugin_version' => 'Versione', 'plugin_author' => 'Autore', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Build corrente', 'core_build' => 'Build :build', 'core_build_help' => 'Disponibile l\'ultima build.', diff --git a/lang/ja/lang.php b/lang/ja/lang.php index b7d2fb37..397ef527 100644 --- a/lang/ja/lang.php +++ b/lang/ja/lang.php @@ -167,6 +167,7 @@ 'plugin_description' => '説明', 'plugin_version' => 'バージョン', 'plugin_author' => '作者', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => '現在のビルド', 'core_build' => 'ビルド :build', 'core_build_help' => '新しいビルドが存在します。', diff --git a/lang/lv/lang.php b/lang/lv/lang.php index d32f44b5..87fbc5e5 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -207,6 +207,7 @@ 'plugin_description' => 'Apraksts', 'plugin_version' => 'Versija', 'plugin_author' => 'Autors', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Patreizējā versija', 'core_build' => 'Versija :build', 'core_build_help' => 'Jaunāka versija ir pieejama.', diff --git a/lang/nb-no/lang.php b/lang/nb-no/lang.php index be7609e6..bcb23834 100644 --- a/lang/nb-no/lang.php +++ b/lang/nb-no/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Beskrivelse', 'plugin_version' => 'Versjon', 'plugin_author' => 'Utgiver', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Nåværende build', 'core_build' => 'Build :build', 'core_build_help' => 'Siste build er tilgjengelig.', diff --git a/lang/nl/lang.php b/lang/nl/lang.php index a94bd9e1..10df7222 100644 --- a/lang/nl/lang.php +++ b/lang/nl/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Omschrijving', 'plugin_version' => 'Versie', 'plugin_author' => 'Auteur', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Huidige build', 'core_build' => 'Build :build', 'core_build_help' => 'De meest recente versie is beschikbaar.', diff --git a/lang/pl/lang.php b/lang/pl/lang.php index a43e8a81..b03ef0b1 100644 --- a/lang/pl/lang.php +++ b/lang/pl/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Opis', 'plugin_version' => 'Wersja', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Aktualna wersja', 'core_build' => 'Aktualna wersja :build', 'core_build_help' => 'Jest dostępna nowa wersja systemu.', diff --git a/lang/pt-br/lang.php b/lang/pt-br/lang.php index 80de9c94..6c8f12ee 100644 --- a/lang/pt-br/lang.php +++ b/lang/pt-br/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Descrição', 'plugin_version' => 'Versão', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Compilação atual', 'core_build' => 'Compilação :build', 'core_build_help' => 'Última versão está disponível.', diff --git a/lang/ro/lang.php b/lang/ro/lang.php index 48f2ba55..afe5af0e 100644 --- a/lang/ro/lang.php +++ b/lang/ro/lang.php @@ -152,6 +152,7 @@ 'plugin_description' => 'Descriere', 'plugin_version' => 'Versiune', 'plugin_author' => 'Autor', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Versiune curenta', 'core_build' => 'Versiune :build', 'core_build_help' => 'Ultima versiune este disponibila.', diff --git a/lang/ru/lang.php b/lang/ru/lang.php index aa92c948..a5fc2d1d 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -223,6 +223,7 @@ 'plugin_description' => 'Описание', 'plugin_version' => 'Версия', 'plugin_author' => 'Автор', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Текущая сборка', 'core_build' => 'Сборка :build', 'core_build_help' => 'Последняя доступная сборка.', diff --git a/lang/sv/lang.php b/lang/sv/lang.php index e4fa1660..2af3f2b6 100644 --- a/lang/sv/lang.php +++ b/lang/sv/lang.php @@ -216,6 +216,7 @@ 'plugin_description' => 'Beskrivning', 'plugin_version' => 'Version', 'plugin_author' => 'Skapare', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Nuvarande build', 'core_build' => 'Build :build', 'core_build_help' => 'Senaste build är tillgänglig.', diff --git a/lang/tr/lang.php b/lang/tr/lang.php index a507055d..a3b253bc 100644 --- a/lang/tr/lang.php +++ b/lang/tr/lang.php @@ -234,6 +234,7 @@ 'plugin_description' => 'Açıklama', 'plugin_version' => 'Versiyon', 'plugin_author' => 'Yazar', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Mevcut versiyon', 'core_build' => 'Versiyon :build', 'core_build_help' => 'Son versiyon kullanılabilir.', diff --git a/lang/zh-cn/lang.php b/lang/zh-cn/lang.php index ded03b82..f853b9db 100644 --- a/lang/zh-cn/lang.php +++ b/lang/zh-cn/lang.php @@ -207,6 +207,7 @@ 'plugin_description' => '描述', 'plugin_version' => '版本', 'plugin_author' => '作者', + 'plugin_not_found' => 'Plugin not found', 'core_build' => '当前版本', 'core_build_old' => '当前版本 :build', 'core_build_new' => '版本 :build', diff --git a/lang/zh-tw/lang.php b/lang/zh-tw/lang.php index 643a4be9..4ab9836e 100644 --- a/lang/zh-tw/lang.php +++ b/lang/zh-tw/lang.php @@ -199,6 +199,7 @@ 'plugin_description' => '描述', 'plugin_version' => '版本', 'plugin_author' => '作者', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => '目前版本', 'core_build' => '版本 :build', 'core_build_help' => '新的版本可用.',