summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-11-21 14:15:10 -0500
committerGitHub <noreply@github.com>2017-11-21 14:15:10 -0500
commit0bc17001c4423844f76798f12e4277916ca8bd4d (patch)
tree296855f3248c0b5e3e0a3575761f2fbf301a493f /i18n
parenta6694058a7dc970ce53904f8ac637f7fd2cd772b (diff)
downloadchat-0bc17001c4423844f76798f12e4277916ca8bd4d.tar.gz
chat-0bc17001c4423844f76798f12e4277916ca8bd4d.tar.bz2
chat-0bc17001c4423844f76798f12e4277916ca8bd4d.zip
Do not allow installation of plugins with the same ID (#7870)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 35af78dad..c46fd9879 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3559,6 +3559,14 @@
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.install.app_error",
+ "translation": "Unable to install plugin."
+ },
+ {
+ "id": "app.plugin.install_id.app_error",
+ "translation": "Unable to install plugin. A plugin with the same ID is already installed."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},
@@ -3592,7 +3600,7 @@
},
{
"id": "app.plugin.mvdir.app_error",
- "translation": "Unable to move plugin from temporary directory to final destination"
+ "translation": "Unable to move plugin from temporary directory to final destination. Another plugin may be using the same directory name."
},
{
"id": "app.plugin.not_installed.app_error",