From ea3342aa6c93579d41de3f6005c12a201b21ee6e Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 3 Jun 2016 09:33:59 -0400 Subject: Adding LDAP Syncronization (#3219) --- i18n/en.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 3666abd44..2a51826fa 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2027,6 +2027,14 @@ "id": "ent.ldap.validate_filter.app_error", "translation": "Invalid LDAP Filter" }, + { + "id": "ent.ldap.syncronize.get_all.app_error", + "translation": "Unable to get all users using LDAP" + }, + { + "id": "ent.ldap.syncdone.info", + "translation": "LDAP Synchronization completed" + }, { "id": "ent.mfa.activate.authenticate.app_error", "translation": "Error attempting to authenticate MFA token" @@ -2411,6 +2419,10 @@ "id": "model.config.is_valid.ldap_security.app_error", "translation": "Invalid connection security for LDAP settings. Must be '', 'TLS', or 'STARTTLS'" }, + { + "id": "model.config.is_valid.ldap_sync_interval.app_error", + "translation": "Invalid sync interval time. Must be at least one minute." + }, { "id": "model.config.is_valid.listen_address.app_error", "translation": "Invalid listen address for service settings Must be set." @@ -3555,6 +3567,10 @@ "id": "store.sql_user.get_by_auth.other.app_error", "translation": "We encountered an error trying to find the account by authentication type." }, + { + "id": "store.sql_user.get_all_using_auth_service.other.app_error", + "translation": "We encountered an error trying to find all the accounts using a specific authentication type." + }, { "id": "store.sql_user.get_by_username.app_error", "translation": "We couldn't find an existing account matching your username for this team. This team may require an invite from the team owner to join." -- cgit v1.2.3-1-g7c22