From da0747ac7a3c8d3ef8eb2620f52fe5d1fd355a12 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Jul 2016 12:04:22 -0400 Subject: Adding webserver mode to the system console. Automatic enabling of gzip on existing servers (#3458) --- webapp/i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'webapp/i18n') 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", -- cgit v1.2.3-1-g7c22