]> git.mxchange.org Git - jjobs-mailer-lib.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 25 Jun 2017 18:12:09 +0000 (20:12 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 25 Jun 2017 18:14:44 +0000 (20:14 +0200)
- added initial English translation

Signed-off-by: Roland Häder <roland@mxchange.org>
src/templates/en/user_account_confirmed.vm [new file with mode: 0644]
src/templates/en/user_password_change.vm [new file with mode: 0644]
src/templates/en/user_registration.vm [new file with mode: 0644]
src/templates/en/user_resend_confirmation_link.vm [new file with mode: 0644]

diff --git a/src/templates/en/user_account_confirmed.vm b/src/templates/en/user_account_confirmed.vm
new file mode 100644 (file)
index 0000000..b19185f
--- /dev/null
@@ -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 (file)
index 0000000..07c1ec2
--- /dev/null
@@ -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 (file)
index 0000000..73c4116
--- /dev/null
@@ -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 (file)
index 0000000..84bc5d1
--- /dev/null
@@ -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