summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-12-21 14:31:24 -0800
committerenahum <nahumhbl@gmail.com>2016-12-21 19:31:24 -0300
commit64a86bd32f82b8c9c943c38949f6f7e105bcd54e (patch)
tree5e69090792d229cdf2ba2379e5970f92d2168fdd /webapp/i18n
parent56dc863de14da2c5d6b897352e91384a91a40f94 (diff)
downloadchat-64a86bd32f82b8c9c943c38949f6f7e105bcd54e.tar.gz
chat-64a86bd32f82b8c9c943c38949f6f7e105bcd54e.tar.bz2
chat-64a86bd32f82b8c9c943c38949f6f7e105bcd54e.zip
PLT-4853 adding purge cache button to the UI. (#4811)
* PLT_4853 adding purge cache button to the UI. * Fixing loc stuff
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 733c72560..5d1b710d7 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -573,6 +573,10 @@
"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 <b>Reload Configuration from Disk</b> feature to load the new settings while the server is running. The administrator should then use the <a href=\"../advanced/database\"><b>Database > Recycle Database Connections</b></a> 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",