summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-02-21 14:34:03 +0100
committerGitHub <noreply@github.com>2018-02-21 14:34:03 +0100
commit342d05bcfcd8de642b254fe2316c2562482e39f7 (patch)
tree6ed78d58029188f709b179136dae2946bd5d7a52 /i18n
parent75d9a3a3b99d0acafb6783a721a35ab1ccdd8d9d (diff)
downloadchat-342d05bcfcd8de642b254fe2316c2562482e39f7.tar.gz
chat-342d05bcfcd8de642b254fe2316c2562482e39f7.tar.bz2
chat-342d05bcfcd8de642b254fe2316c2562482e39f7.zip
Adding saml migration command (#8263)
* Adding saml migration command * Texts fixed
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3911516f1..ff866a56d 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4187,6 +4187,18 @@
"translation": "Unable to find user on AD/LDAP server: "
},
{
+ "id": "ent.migration.migratetosaml.user_not_found_in_users_mapping_file",
+ "translation": "User not found in the users file."
+ },
+ {
+ "id": "ent.migration.migratetosaml.username_already_used_by_other_user",
+ "translation": "Username already used by another Mattermost user."
+ },
+ {
+ "id": "ent.migration.migratetosaml.email_already_used_by_other_user",
+ "translation": "Email already used by another SAML user."
+ },
+ {
"id": "ent.saml.attribute.app_error",
"translation": "SAML login was unsuccessful because one of the attributes is incorrect. Please contact your System Administrator."
},