From 89f1e8fc0c9d48eceb0ccf271333008444cddf93 Mon Sep 17 00:00:00 2001 From: enahum Date: Fri, 30 Dec 2016 13:44:22 -0300 Subject: translations PR 20161226 (#4903) --- webapp/i18n/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index e8ea8ab14..ecc25e42f 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -545,6 +545,10 @@ "admin.privacy.showEmailTitle": "Show Email Address: ", "admin.privacy.showFullNameDescription": "When false, hides full name of users from other users, including team owners and Team Administrators. Username is shown in place of full name.", "admin.privacy.showFullNameTitle": "Show Full Name: ", + "admin.purge.button": "Purge All Caches", + "admin.purge.loading": " Loading...", + "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.", + "admin.purge.purgeFail": "Purging unsuccessful: {error}", "admin.rate.enableLimiterDescription": "When true, APIs are throttled at rates specified below.", "admin.rate.enableLimiterTitle": "Enable Rate Limiting: ", "admin.rate.httpHeaderDescription": "When filled in, vary rate limiting by HTTP header field specified (e.g. when configuring NGINX set to \"X-Real-IP\", when configuring AmazonELB set to \"X-Forwarded-For\").", @@ -573,10 +577,6 @@ "admin.reload.loading": " Loading...", "admin.reload.reloadDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired configuration and using the Reload Configuration from Disk feature to load the new settings while the server is running. The administrator should then use the Database > Recycle Database Connections feature to recycle the database connections based on the new settings.", "admin.reload.reloadFail": "Reloading unsuccessful: {error}", - "admin.purge.button": "Purge All Caches", - "admin.purge.loading": " Loading...", - "admin.purge.purgeDescription": "This will purge all the in-memory caches for things like sessions, accounts, channels, etc. Deployments using High Availability will attempt to purge all the servers in the cluster. Purging the caches may adversly impact performance.", - "admin.purge.purgeFail": "Purging unsuccessful: {error}", "admin.reset_password.close": "Close", "admin.reset_password.newPassword": "New Password", "admin.reset_password.select": "Select", -- cgit v1.2.3-1-g7c22