From 892d1a2d45f3a29ef32e755161ac5064ea6a0aeb Mon Sep 17 00:00:00 2001 From: floatinghotpot Date: Fri, 4 Dec 2015 10:39:51 +0800 Subject: i18n-ize meteor email templates --- i18n/en.i18n.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i18n') 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", -- cgit v1.2.3-1-g7c22