summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-05-26 12:11:55 -0700
committerChristopher Speller <crspeller@gmail.com>2016-05-26 15:11:55 -0400
commite1801d0997023bd504f5ee40343042c84919b7b5 (patch)
tree2205ad95084d5da37440460241e40634372e3188 /webapp/i18n/en.json
parent4aa0465c73e5bd9afb7eb67b1426969094617a2d (diff)
downloadchat-e1801d0997023bd504f5ee40343042c84919b7b5.tar.gz
chat-e1801d0997023bd504f5ee40343042c84919b7b5.tar.bz2
chat-e1801d0997023bd504f5ee40343042c84919b7b5.zip
Adding reload and recycle buttons to system console (#3102)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index ecabc3d5a..1bb3d5f87 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -123,6 +123,12 @@
"admin.connectionSecurityTitle": "Connection Security:",
"admin.connectionSecurityTls": "TLS",
"admin.connectionSecurityTlsDescription": "Encrypts the communication between Mattermost and your server.",
+ "admin.reload.reloadFail": "Reloading unsuccessful: {error}",
+ "admin.reload.loading": " Loading...",
+ "admin.reload.button": "Reload Configuration From Disk",
+ "admin.recycle.reloadFail": "Recycling unsuccessful: {error}",
+ "admin.recycle.loading": " Recycling...",
+ "admin.recycle.button": "Recycle Database Connections",
"admin.email.agreeHPNS": " I understand and accept the Mattermost Hosted Push Notification Service <a href=\"https://about.mattermost.com/hpns-terms/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://about.mattermost.com/hpns-privacy/\" target=\"_blank\">Privacy Policy</a>.",
"admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.",
"admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ",