summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-23 18:25:39 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-23 18:25:39 -0300
commit886fe4e3c104282f88bf5c18355e9c8702dc2c5c (patch)
tree896cc5a9487f75da8c2a4647275ac59d040f92b1 /i18n/en.json
parent0abd7116c57121a3a58d77a9996b96f11851937f (diff)
downloadchat-886fe4e3c104282f88bf5c18355e9c8702dc2c5c.tar.gz
chat-886fe4e3c104282f88bf5c18355e9c8702dc2c5c.tar.bz2
chat-886fe4e3c104282f88bf5c18355e9c8702dc2c5c.zip
Add claim LDAP locs in spanish
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6811d86e3..935af52f9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1412,6 +1412,10 @@
"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"
},
@@ -1424,6 +1428,14 @@
"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"
},
@@ -1472,6 +1484,10 @@
"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"
},
@@ -1540,22 +1556,6 @@
"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"
},