From e1801d0997023bd504f5ee40343042c84919b7b5 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 26 May 2016 12:11:55 -0700 Subject: Adding reload and recycle buttons to system console (#3102) --- webapp/i18n/en.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webapp/i18n/en.json') 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 Terms of Service and Privacy Policy.", "admin.email.allowEmailSignInDescription": "When true, Mattermost allows users to sign in using their email and password.", "admin.email.allowEmailSignInTitle": "Allow Sign In With Email: ", -- cgit v1.2.3-1-g7c22