From 3077f4855ad80d10b83072aa53e8682b32393bc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 25 Jun 2017 20:12:09 +0200 Subject: [PATCH] Please cherry-pick: - added initial English translation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/templates/en/user_account_confirmed.vm | 10 ++++ src/templates/en/user_password_change.vm | 13 +++++ src/templates/en/user_registration.vm | 53 +++++++++++++++++++ .../en/user_resend_confirmation_link.vm | 21 ++++++++ 4 files changed, 97 insertions(+) create mode 100644 src/templates/en/user_account_confirmed.vm create mode 100644 src/templates/en/user_password_change.vm create mode 100644 src/templates/en/user_registration.vm create mode 100644 src/templates/en/user_resend_confirmation_link.vm diff --git a/src/templates/en/user_account_confirmed.vm b/src/templates/en/user_account_confirmed.vm new file mode 100644 index 0000000..b19185f --- /dev/null +++ b/src/templates/en/user_account_confirmed.vm @@ -0,0 +1,10 @@ +Hello $contactPersonalTitle $contactFirstName $contactFamilyName, + +You have just ($userUpdated) confirmed your account. Thank you. + +You can now login with your username $userName and password into the member area. + +Best regards + +Contact us: +$baseUrl/imprint.xhtml diff --git a/src/templates/en/user_password_change.vm b/src/templates/en/user_password_change.vm new file mode 100644 index 0000000..07c1ec2 --- /dev/null +++ b/src/templates/en/user_password_change.vm @@ -0,0 +1,13 @@ +Hello $contactPersonalTitle $contactFirstName $contactFamilyName, + +You have just changed your password. Your old password is no longer valid. For security reasons your new password is not included in this email. + +----------------------------------- +Your user name: $userName +User id: $userId +----------------------------------- + +Best regards + +Contact us: +$baseUrl/imprint.xhtml diff --git a/src/templates/en/user_registration.vm b/src/templates/en/user_registration.vm new file mode 100644 index 0000000..73c4116 --- /dev/null +++ b/src/templates/en/user_registration.vm @@ -0,0 +1,53 @@ +Hello $contactPersonalTitle $contactFirstName $contactFamilyName, + +You have just ($userCreated) registered. If this wasn't you, please contact us immediately. + +Here is your data: +--------------------- +User id: +$userId +--------------------- +User name: +$userName +--------------------- +Personal title: +$contactPersonalTitle +--------------------- +Academical title: +$contactTitle +--------------------- +First name: +$contactFirstName +--------------------- +Family name: +$contactFamilyName +--------------------- +Street + house number: +$contactStreet $contactHouseNumber +--------------------- +ZIP code + city: +$contactZipCode $contactCity +--------------------- +Date of birth: +$contactBirthday +--------------------- +Email address: +$contactEmailAddress +--------------------- + +If you want to register, you have confirm your account. Please click on following link or copy it into your browser: + +- - - - - - - - - - - - - - - - - - - - - +$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +- - - - - - - - - - - - - - - - - - - - - + +If the above link is not working, please visit following link and send out a new link: + +- - - - - - - - - - - - - - - - - - - - - +$baseUrl/guest/user/resend_link.xhtml +- - - - - - - - - - - - - - - - - - - - - + +Best regards + +Contact us: +$baseUrl/imprint.xhtml diff --git a/src/templates/en/user_resend_confirmation_link.vm b/src/templates/en/user_resend_confirmation_link.vm new file mode 100644 index 0000000..84bc5d1 --- /dev/null +++ b/src/templates/en/user_resend_confirmation_link.vm @@ -0,0 +1,21 @@ +Hello $contactPersonalTitle $contactFirstName $contactFamilyName, + +you have just ($userUpdated) requested a new confirmation link. Your registration happened on $userCreated . + +Here is your new link: +- - - - - - - - - - - - - - - - - - - - - +$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +- - - - - - - - - - - - - - - - - - - - - + +If the link is not working, please visit following link and send a new link to this email address.: + +- - - - - - - - - - - - - - - - - - - - - +$baseUrl/guest/user/resend_link.xhtml +- - - - - - - - - - - - - - - - - - - - - + +If you have already tried this and you are stuck here, please contact us. + +Best regards + +Contact us: +$baseUrl/imprint.xhtml -- 2.39.5