summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-07-04 07:04:02 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-04 07:04:02 -0400
commit5dfa4fb62979ab9d4eba3c33a29397fe10f7cbc3 (patch)
treee183fbb3bf035f8998143f0e6021aa0eb3409045 /i18n
parent0cdc242cfdbc01d2dfb7315534e7ab34a5559beb (diff)
downloadchat-5dfa4fb62979ab9d4eba3c33a29397fe10f7cbc3.tar.gz
chat-5dfa4fb62979ab9d4eba3c33a29397fe10f7cbc3.tar.bz2
chat-5dfa4fb62979ab9d4eba3c33a29397fe10f7cbc3.zip
Adding page size option to LDAP (#3439)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index cfc82f856..3d433dae9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2532,6 +2532,14 @@
"translation": "Invalid sync interval time. Must be at least one minute."
},
{
+ "id": "model.config.is_valid.ldap_required.app_error",
+ "translation": "Required LDAP field missing."
+ },
+ {
+ "id": "model.config.is_valid.ldap_max_page_size.app_error",
+ "translation": "Invalid max page size value."
+ },
+ {
"id": "model.config.is_valid.listen_address.app_error",
"translation": "Invalid listen address for service settings Must be set."
},