From 886fe4e3c104282f88bf5c18355e9c8702dc2c5c Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 23 Mar 2016 18:25:39 -0300 Subject: Add claim LDAP locs in spanish --- i18n/en.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 6811d86e3..935af52f9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1411,6 +1411,10 @@ "id": "api.user.create_user.verified.error", "translation": "Failed to set email verified err=%v" }, + { + "id": "api.user.email_to_ldap.not_available.app_error", + "translation": "LDAP not available on this server" + }, { "id": "api.user.get_authorization_code.unsupported.app_error", "translation": "Unsupported OAuth service provider" @@ -1423,6 +1427,14 @@ "id": "api.user.init.debug", "translation": "Initializing user api routes" }, + { + "id": "api.user.ldap_to_email.not_available.app_error", + "translation": "LDAP not available on this server" + }, + { + "id": "api.user.ldap_to_email.not_ldap_account.app_error", + "translation": "This user account does use LDAP" + }, { "id": "api.user.login.blank_pwd.app_error", "translation": "Password field must not be blank" @@ -1471,6 +1483,10 @@ "id": "api.user.login_ldap.not_available.app_error", "translation": "LDAP not available on this server" }, + { + "id": "api.user.oauth_to_email.context.app_error", + "translation": "Update password failed because context user_id did not match provided user's id" + }, { "id": "api.user.permanent_delete_user.attempting.warn", "translation": "Attempting to permanently delete account %v id=%v" @@ -1539,22 +1555,6 @@ "id": "api.user.send_welcome_email_and_forget.failed.error", "translation": "Failed to send welcome email successfully err=%v" }, - { - "id": "api.user.oauth_to_email.context.app_error", - "translation": "Update password failed because context user_id did not match provided user's id" - }, - { - "id": "api.user.email_to_ldap.not_available.app_error", - "translation": "LDAP not available on this server" - }, - { - "id": "api.user.ldap_to_email.not_ldap_account.app_error", - "translation": "This user account does use LDAP" - }, - { - "id": "api.user.ldap_to_email.not_available.app_error", - "translation": "LDAP not available on this server" - }, { "id": "api.user.update_active.permissions.app_error", "translation": "You do not have the appropriate permissions" -- cgit v1.2.3-1-g7c22