summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-07 10:38:36 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-07 10:38:36 -0400
commit0a2341efd208ba8a9ddd69f647b0df4286829604 (patch)
tree7ef89c6d1fd0a2fcbd48c78987b1ad95085147d9 /i18n
parent32bc97f8559a3a1b9c9237dbb3640f9eac6daf98 (diff)
downloadchat-0a2341efd208ba8a9ddd69f647b0df4286829604.tar.gz
chat-0a2341efd208ba8a9ddd69f647b0df4286829604.tar.bz2
chat-0a2341efd208ba8a9ddd69f647b0df4286829604.zip
Adding TLS options to LDAP
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index ae473df5d..5d154001c 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2244,6 +2244,10 @@
"translation": "Invalid maximum open connection for SQL settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.ldap_security.app_error",
+ "translation": "Invalid connection security for LDAP settings. Must be '', 'TLS', or 'STARTTLS'"
+ },
+ {
"id": "model.file_info.get.gif.app_error",
"translation": "Could not decode gif."
},
@@ -3827,4 +3831,4 @@
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
}
-] \ No newline at end of file
+]