diff --git a/modules/system/controllers/Updates.php b/modules/system/controllers/Updates.php index d64fafefa..6781769c3 100644 --- a/modules/system/controllers/Updates.php +++ b/modules/system/controllers/Updates.php @@ -138,7 +138,7 @@ class Updates extends Controller $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/modules/system/lang/bg/lang.php b/modules/system/lang/bg/lang.php index a79095cb7..8a215da63 100644 --- a/modules/system/lang/bg/lang.php +++ b/modules/system/lang/bg/lang.php @@ -223,6 +223,7 @@ return [ 'plugin_description' => 'Описание', 'plugin_version' => 'Версия', 'plugin_author' => 'Автор', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Текуща изработка', 'core_build' => 'Изработка :build', 'core_build_help' => 'Последни изработка е на разположение.', diff --git a/modules/system/lang/cs/lang.php b/modules/system/lang/cs/lang.php index 8d31cd3a2..0291a79c0 100644 --- a/modules/system/lang/cs/lang.php +++ b/modules/system/lang/cs/lang.php @@ -216,6 +216,7 @@ return [ '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/modules/system/lang/da/lang.php b/modules/system/lang/da/lang.php index 01d83d00b..6cd70259e 100644 --- a/modules/system/lang/da/lang.php +++ b/modules/system/lang/da/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/de/lang.php b/modules/system/lang/de/lang.php index 4cd1cf371..c21405f67 100644 --- a/modules/system/lang/de/lang.php +++ b/modules/system/lang/de/lang.php @@ -175,6 +175,7 @@ return [ '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/modules/system/lang/el/lang.php b/modules/system/lang/el/lang.php index a09702dd7..66297a638 100644 --- a/modules/system/lang/el/lang.php +++ b/modules/system/lang/el/lang.php @@ -234,6 +234,7 @@ return [ 'plugin_description' => 'Περιγραφή', 'plugin_version' => 'Έκδοση', 'plugin_author' => 'Δημιουργός', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Τρέχουσα έκδοση', 'core_build' => 'Έκδοση :build', 'core_build_help' => 'Η τελευταία έκδοση είναι διαθέσιμη.', diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index 9c4a40fc3..c4e06b967 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/es-ar/lang.php b/modules/system/lang/es-ar/lang.php index 2723b95ec..6f31610b5 100644 --- a/modules/system/lang/es-ar/lang.php +++ b/modules/system/lang/es-ar/lang.php @@ -156,6 +156,7 @@ return [ '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/modules/system/lang/es/lang.php b/modules/system/lang/es/lang.php index 16f473f6d..887f1ca36 100644 --- a/modules/system/lang/es/lang.php +++ b/modules/system/lang/es/lang.php @@ -233,6 +233,7 @@ return [ '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/modules/system/lang/fa/lang.php b/modules/system/lang/fa/lang.php index 5c74af738..c661b2cd1 100644 --- a/modules/system/lang/fa/lang.php +++ b/modules/system/lang/fa/lang.php @@ -234,6 +234,7 @@ return [ 'plugin_description' => 'توضیحات', 'plugin_version' => 'نسخه', 'plugin_author' => 'تولید کننده', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'نسخه ی کنونی', 'core_build' => 'نسخه ی :build', 'core_build_help' => 'به روز رسانی جدید موجود است', diff --git a/modules/system/lang/fr/lang.php b/modules/system/lang/fr/lang.php index 52224a47c..21ed506cf 100644 --- a/modules/system/lang/fr/lang.php +++ b/modules/system/lang/fr/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/hu/lang.php b/modules/system/lang/hu/lang.php index 0f07d5469..a5fd52fa2 100644 --- a/modules/system/lang/hu/lang.php +++ b/modules/system/lang/hu/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/id/lang.php b/modules/system/lang/id/lang.php index eee6f23db..9c8256ecb 100644 --- a/modules/system/lang/id/lang.php +++ b/modules/system/lang/id/lang.php @@ -173,6 +173,7 @@ return [ '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/modules/system/lang/it/lang.php b/modules/system/lang/it/lang.php index 7012027ac..3e625fdd6 100644 --- a/modules/system/lang/it/lang.php +++ b/modules/system/lang/it/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/ja/lang.php b/modules/system/lang/ja/lang.php index b7d2fb373..397ef5276 100644 --- a/modules/system/lang/ja/lang.php +++ b/modules/system/lang/ja/lang.php @@ -167,6 +167,7 @@ return [ 'plugin_description' => '説明', 'plugin_version' => 'バージョン', 'plugin_author' => '作者', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => '現在のビルド', 'core_build' => 'ビルド :build', 'core_build_help' => '新しいビルドが存在します。', diff --git a/modules/system/lang/lv/lang.php b/modules/system/lang/lv/lang.php index d32f44b51..87fbc5e5c 100644 --- a/modules/system/lang/lv/lang.php +++ b/modules/system/lang/lv/lang.php @@ -207,6 +207,7 @@ return [ '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/modules/system/lang/nb-no/lang.php b/modules/system/lang/nb-no/lang.php index be7609e62..bcb238345 100644 --- a/modules/system/lang/nb-no/lang.php +++ b/modules/system/lang/nb-no/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/nl/lang.php b/modules/system/lang/nl/lang.php index a94bd9e1a..10df72224 100644 --- a/modules/system/lang/nl/lang.php +++ b/modules/system/lang/nl/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/pl/lang.php b/modules/system/lang/pl/lang.php index a43e8a810..b03ef0b19 100644 --- a/modules/system/lang/pl/lang.php +++ b/modules/system/lang/pl/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/pt-br/lang.php b/modules/system/lang/pt-br/lang.php index 80de9c94f..6c8f12eeb 100644 --- a/modules/system/lang/pt-br/lang.php +++ b/modules/system/lang/pt-br/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/ro/lang.php b/modules/system/lang/ro/lang.php index 48f2ba559..afe5af0e5 100644 --- a/modules/system/lang/ro/lang.php +++ b/modules/system/lang/ro/lang.php @@ -152,6 +152,7 @@ return [ '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/modules/system/lang/ru/lang.php b/modules/system/lang/ru/lang.php index aa92c948e..a5fc2d1d8 100644 --- a/modules/system/lang/ru/lang.php +++ b/modules/system/lang/ru/lang.php @@ -223,6 +223,7 @@ return [ 'plugin_description' => 'Описание', 'plugin_version' => 'Версия', 'plugin_author' => 'Автор', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => 'Текущая сборка', 'core_build' => 'Сборка :build', 'core_build_help' => 'Последняя доступная сборка.', diff --git a/modules/system/lang/sv/lang.php b/modules/system/lang/sv/lang.php index e4fa1660d..2af3f2b60 100644 --- a/modules/system/lang/sv/lang.php +++ b/modules/system/lang/sv/lang.php @@ -216,6 +216,7 @@ return [ '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/modules/system/lang/tr/lang.php b/modules/system/lang/tr/lang.php index a507055dc..a3b253bc6 100644 --- a/modules/system/lang/tr/lang.php +++ b/modules/system/lang/tr/lang.php @@ -234,6 +234,7 @@ return [ '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/modules/system/lang/zh-cn/lang.php b/modules/system/lang/zh-cn/lang.php index ded03b822..f853b9db0 100644 --- a/modules/system/lang/zh-cn/lang.php +++ b/modules/system/lang/zh-cn/lang.php @@ -207,6 +207,7 @@ return [ '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/modules/system/lang/zh-tw/lang.php b/modules/system/lang/zh-tw/lang.php index 643a4be94..4ab9836ef 100644 --- a/modules/system/lang/zh-tw/lang.php +++ b/modules/system/lang/zh-tw/lang.php @@ -199,6 +199,7 @@ return [ 'plugin_description' => '描述', 'plugin_version' => '版本', 'plugin_author' => '作者', + 'plugin_not_found' => 'Plugin not found', 'core_current_build' => '目前版本', 'core_build' => '版本 :build', 'core_build_help' => '新的版本可用.',