summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-09-05 18:12:55 -0400
committerGitHub <noreply@github.com>2017-09-05 18:12:55 -0400
commitdf085d273d7ed3fe0d53b78364da46cdd6429c53 (patch)
tree9fee7f44a9304498ec969a51e16e48351d361d97 /webapp/i18n
parente30e4cfe3d787e2528419b0d17973eb0fc162d56 (diff)
downloadchat-df085d273d7ed3fe0d53b78364da46cdd6429c53.tar.gz
chat-df085d273d7ed3fe0d53b78364da46cdd6429c53.tar.bz2
chat-df085d273d7ed3fe0d53b78364da46cdd6429c53.zip
Experimental plugin system console UI (#7338)
* Add system console UI for uploading/listing/removing plugins * Add localization strings * Add banner to plugin settings * Updating UI for experimental plugins (#7362) * Text updates * Updating UI for experimental plugin stuff (#7377) * Properly clear file input after upload
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 754620969..4ad2f6abf 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -565,6 +565,20 @@
"admin.ldap.userFilterTitle": "User Filter:",
"admin.ldap.usernameAttrEx": "E.g.: \"sAMAccountName\"",
"admin.ldap.usernameAttrTitle": "Username Attribute:",
+ "admin.plugin.banner": "Plugins are experimental and not recommended for use in production.",
+ "admin.plugin.uploading": "Uploading...",
+ "admin.plugin.upload": "Upload",
+ "admin.plugin.error.extract": "Encountered an error when extracting the plugin. Review your plugin file content and try again.",
+ "admin.plugin.error.activate": "Unable to upload the plugin. It may conflict with another plugin on your server.",
+ "admin.plugin.no_plugins": "No active plugins.",
+ "admin.plugin.removing": "Removing...",
+ "admin.plugin.remove": "Remove",
+ "admin.plugin.id": "ID:",
+ "admin.plugin.desc": "Description:",
+ "admin.plugin.title": "Plugins (Experimental)",
+ "admin.plugin.uploadTitle": "Upload Plugin: ",
+ "admin.plugin.uploadDesc": "Upload a plugin for your Mattermost server. Adding or removing a webapp plugin requires users to refresh their browser or Desktop App before taking effect. See <a href=\"https://about.mattermost.com/default-plugins\">documentation</a> to learn more.",
+ "admin.plugin.activeTitle": "Active Plugins: ",
"admin.license.choose": "Choose File",
"admin.license.chooseFile": "Choose File",
"admin.license.edition": "Edition: ",
@@ -885,6 +899,7 @@
"admin.sidebar.email": "Email",
"admin.sidebar.emoji": "Emoji",
"admin.sidebar.external": "External Services",
+ "admin.sidebar.plugins": "Plugins (Experimental)",
"admin.sidebar.files": "Files",
"admin.sidebar.general": "General",
"admin.sidebar.gitlab": "GitLab",