From 8f91c777559748fa6e857d9fc1f4ae079a532813 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 3 Oct 2016 16:03:15 -0400 Subject: Adding ability to serve TLS directly from Mattermost server (#4119) --- i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index ca75b2b10..7362d5ce7 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3091,6 +3091,18 @@ "id": "model.compliance.is_valid.start_end_at.app_error", "translation": "To must be greater than From" }, + { + "id": "model.config.is_valid.read_timeout.app_error", + "translation": "Invalid value for read timeout." + }, + { + "id": "model.config.is_valid.write_timeout.app_error", + "translation": "Invalid value for write timeout." + }, + { + "id": "model.config.is_valid.webserver_security.app_error", + "translation": "Invalid value for webserver connection security." + }, { "id": "model.config.is_valid.cluster_email_batching.app_error", "translation": "Unable to enable email batching when clustering is enabled" -- cgit v1.2.3-1-g7c22