summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/i18n/en.json')
-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",