summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-12-03 19:34:15 -0800
committerMaxime Quandalle <maxime@quandalle.com>2015-12-03 19:34:15 -0800
commitd4c5310d65cbdfbd002288d33eba429ace33bc3c (patch)
tree5822b62bc359489bd6169773e5e7ff3d92c3f49f /i18n
parent8d5d7ee678d9a396a0427329200e5bf0573eb730 (diff)
parent892d1a2d45f3a29ef32e755161ac5064ea6a0aeb (diff)
downloadwekan-d4c5310d65cbdfbd002288d33eba429ace33bc3c.tar.gz
wekan-d4c5310d65cbdfbd002288d33eba429ace33bc3c.tar.bz2
wekan-d4c5310d65cbdfbd002288d33eba429ace33bc3c.zip
Merge pull request #421 from floatinghotpot/patch-6
i18n-ize meteor email templates
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 4a6edfe9..3f9e4e8b 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -124,6 +124,12 @@
"editLabelPopup-title": "Change Label",
"editProfilePopup-title": "Edit Profile",
"email": "Email",
+ "email-enrollAccount-subject": "An account created for you on __url__",
+ "email-enrollAccount-text": "Hello __user__,\n\nTo start using the service, simply click the link below.\n\n__url__\n\nThanks.\n",
+ "email-resetPassword-subject": "Reset your password on __url__",
+ "email-resetPassword-text": "Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.\n",
+ "email-verifyEmail-subject": "Verify your email address on __url__",
+ "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.\n",
"error-board-notAMember": "You need to be a member of this board to do that",
"error-json-malformed": "Your text is not valid JSON",
"error-json-schema": "Your JSON data does not include the proper information in the correct format",