summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-07-20 17:13:35 +0200
committerGitHub <noreply@github.com>2018-07-20 17:13:35 +0200
commit610ac5a53c0f6536ca65ed2fe6e0646b468bd275 (patch)
tree8ed3bb8e7073f47fccf2968ffdae97d2ce7563ce /i18n
parente97104a3c47d744c31c3739c9632e5988ca703b0 (diff)
downloadchat-610ac5a53c0f6536ca65ed2fe6e0646b468bd275.tar.gz
chat-610ac5a53c0f6536ca65ed2fe6e0646b468bd275.tar.bz2
chat-610ac5a53c0f6536ca65ed2fe6e0646b468bd275.zip
MM-11003: Global Relay Export Refactor (#9136)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 032739a4d..865cbdc6a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3359,6 +3359,50 @@
"translation": "Invalid AD/LDAP Filter"
},
{
+ "id": "ent.compliance.global_relay.open_temporary_file.appError",
+ "translation": "Unable to open the temporary export file."
+ },
+ {
+ "id": "ent.message_export.global_relay.create_file_in_zip.app_error",
+ "translation": "Unable to create the eml file."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.close.app_error",
+ "translation": "Unable to deliver the email to Global Relay."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.from_address.app_error",
+ "translation": "Unable to set the email From address."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.msg.app_error",
+ "translation": "Unable to set the email message."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.msg_data.app_error",
+ "translation": "Unable to write the email message."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.parse_mail.app_error",
+ "translation": "Unable to read the email information."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.to_address.app_error",
+ "translation": "Unable to set the email To address."
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.unable_to_get_file_info.app_error",
+ "translation": "Unable to get the information of the export temporary file"
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.unable_to_open_email_file.app_error",
+ "translation": "Unable to get the an email from the temporary file"
+ },
+ {
+ "id": "ent.message_export.global_relay_export.deliver.unable_to_open_zip_file_data.app_error",
+ "translation": "Unable to open the export temporary file"
+ },
+ {
"id": "ent.mfa.activate.authenticate.app_error",
"translation": "Error attempting to authenticate MFA token"
},