summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
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"
},