diff --git a/modules/system/controllers/updates/index.htm b/modules/system/controllers/updates/index.htm index 49e38143d..61b4abc19 100644 --- a/modules/system/controllers/updates/index.htm +++ b/modules/system/controllers/updates/index.htm @@ -28,7 +28,7 @@
= $pluginsCount ?>
- Disabled: = $pluginsActiveCount - $pluginsCount ?> + = e(trans('system::lang.updates.disabled')) ?> = $pluginsActiveCount - $pluginsCount ?>
diff --git a/modules/system/lang/en/lang.php b/modules/system/lang/en/lang.php index d5d42fe86..ae80db5df 100644 --- a/modules/system/lang/en/lang.php +++ b/modules/system/lang/en/lang.php @@ -16,13 +16,13 @@ return [ 'it' => 'Italian', 'ja' => 'Japanese', 'nl' => 'Dutch', + 'pl' => 'Polish', 'pt-br' => 'Brazilian Portuguese', 'ro' => 'Romanian', 'ru' => 'Russian', 'se' => 'Swedish', - 'tr' => 'Turkish', - 'pl' => 'Polish', 'sk' => 'Slovak (Slovakia)', + 'tr' => 'Turkish' ], 'directory' => [ 'create_fail' => 'Cannot create directory: :name' @@ -177,6 +177,7 @@ return [ 'core_downloading' => 'Downloading application files', 'core_extracting' => 'Unpacking application files', 'plugins' => 'Plugins', + 'disabled' => 'Disabled:', 'plugin_downloading' => 'Downloading plugin: :name', 'plugin_extracting' => 'Unpacking plugin: :name', 'plugin_version_none' => 'New plugin',