summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-06 12:04:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-06 12:04:22 -0400
commitda0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12 (patch)
treed6520ee16291ed3c805ad8014d518e9dd03ec694 /webapp/i18n
parentce8cb14eb598c4e9820bbb335190f4bcaa359610 (diff)
downloadchat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.tar.gz
chat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.tar.bz2
chat-da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12.zip
Adding webserver mode to the system console. Automatic enabling of gzip on existing servers (#3458)
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index c3bb3112f..34dbc4996 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -691,6 +691,14 @@
"admin.user_item.switchToEmail": "Switch to Email/Password",
"admin.user_item.sysAdmin": "System Admin",
"admin.user_item.teamAdmin": "Team Admin",
+ "admin.webserverModeGzip": "gzip",
+ "admin.webserverModeGzipDescription": "The Mattermost server will serve static files compressed with gzip.",
+ "admin.webserverModeUncompressed": "Uncompressed",
+ "admin.webserverModeUncompressedDescription": "The Mattermost server will serve static files uncompressed.",
+ "admin.webserverModeDisabled": "Disabled",
+ "admin.webserverModeDisabledDescription": "The Mattermost server will not serve static files.",
+ "admin.webserverModeHelpText": "gzip compression applies to static content files. It is recommended to enable gzip to improve performance unless your environment has specific restrictions, such as a web proxy that distributes gzip files poorly. This setting requires a server restart to take effect.",
+ "admin.webserverModeTitle": "Webserver Mode:",
"analytics.chart.loading": "Loading...",
"analytics.chart.meaningful": "Not enough data for a meaningful representation.",
"analytics.system.activeUsers": "Active Users With Posts",