diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-11-28 08:49:44 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-11-28 08:49:44 +0200 |
commit | c048ce89f1c9e26c6973f7f18a4dd6871e57928e (patch) | |
tree | 91bebe05094003913c178f36cfb237566f3b8576 /i18n/en.i18n.json | |
parent | 162b15c0cdba99c406f41a80a431f2b99f4ff027 (diff) | |
parent | 44559b52a6d45df57f1ca8eeaae25d55eb7e8148 (diff) | |
download | wekan-c048ce89f1c9e26c6973f7f18a4dd6871e57928e.tar.gz wekan-c048ce89f1c9e26c6973f7f18a4dd6871e57928e.tar.bz2 wekan-c048ce89f1c9e26c6973f7f18a4dd6871e57928e.zip |
Merge branch 'improve-smtp-testing' of https://github.com/nztqa/wekan into nztqa-improve-smtp-testing
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 63e5be1c..91a06ed2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -184,6 +184,7 @@ "email-enrollAccount-subject": "An account created for you on __siteName__", "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.", "email-fail": "Sending email failed", + "email-fail-text": "Error trying to send email", "email-invalid": "Invalid email", "email-invite": "Invite via Email", "email-invite-subject": "__inviter__ sent you an invitation", @@ -239,6 +240,7 @@ "initials": "Initials", "invalid-date": "Invalid date", "invalid-time": "Invalid time", + "invalid-user": "Invalid user", "joined": "joined", "just-invited": "You are just invited to this board", "keyboard-shortcuts": "Keyboard shortcuts", @@ -386,9 +388,12 @@ "smtp-password": "Password", "smtp-tls": "TLS support", "send-from": "From", + "send-smtp-test": "Send a test mail to my user", "invitation-code": "Invitation Code", "email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", + "email-smtp-test-subject": "SMTP Test Email From Wekan", + "email-smtp-test-text": "You have successfully sent an email", "error-invitation-code-not-exist": "Invitation code doesn't exist", "error-notAuthorized": "You are not authorized to view this page.", "outgoing-webhooks": "Outgoing Webhooks", |