From 16b845c0d77535ea306339f7a8bd22fc72f8a3c5 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 25 Oct 2017 08:17:17 -0400 Subject: Differentiate between installed and activated states for plugins (#7706) --- i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index e20edf2f2..4cf406411 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3471,6 +3471,18 @@ "id": "app.plugin.activate.app_error", "translation": "Unable to activate extracted plugin. Plugin may already exist and be activated." }, + { + "id": "app.plugin.get_plugins.app_error", + "translation": "Unable to get plugins" + }, + { + "id": "app.plugin.not_installed.app_error", + "translation": "Plugin is not installed" + }, + { + "id": "app.plugin.config.app_error", + "translation": "Error saving plugin state in config" + }, { "id": "app.plugin.deactivate.app_error", "translation": "Unable to deactivate plugin" -- cgit v1.2.3-1-g7c22