summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-02-05 20:51:12 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-02-05 20:51:12 +0000
commit21d5abe598dc382af7c18879e5dd0a8892f1054a (patch)
tree5c1a381ccad345b3c493562490d1c2f17fb5f1b2 /templates
parent83a6d5071ea67bd954fcf961d4bb2bab53c43b97 (diff)
downloadusers-21d5abe598dc382af7c18879e5dd0a8892f1054a.tar.gz
users-21d5abe598dc382af7c18879e5dd0a8892f1054a.tar.bz2
users-21d5abe598dc382af7c18879e5dd0a8892f1054a.zip
change the way this email is translated
Diffstat (limited to 'templates')
-rw-r--r--templates/user_validation_mail.tpl8
-rw-r--r--templates/welcome_mail.tpl12
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/user_validation_mail.tpl b/templates/user_validation_mail.tpl
index 159ad51..3b0a277 100644
--- a/templates/user_validation_mail.tpl
+++ b/templates/user_validation_mail.tpl
@@ -1,9 +1,9 @@
-{tr}Hi{/tr} {$mail_user},
+{tr}Hi {$mail_user},
-{tr}You or someone registered this email address at{/tr} {$mail_site}
+You or someone registered this email address at {$mail_site}
-{tr}If you want to be a registered user in this site you will have to use the following link to login for the first time:{/tr}
+If you want to be a registered user in this site you will have to use the following link to login for the first time:
{$mail_machine}?v={$mailUserId}:{$mailProvPass}
-{tr}Enjoy the site!{/tr}
+Enjoy the site!{/tr}
diff --git a/templates/welcome_mail.tpl b/templates/welcome_mail.tpl
index 67eaf12..04d438b 100644
--- a/templates/welcome_mail.tpl
+++ b/templates/welcome_mail.tpl
@@ -1,10 +1,10 @@
-{tr}Hi{/tr} {$mail_user},
+{tr}Hi {$mail_user},
-{tr}Weclome to {/tr}{$siteName}!
+Weclome to {$siteName}!
-{tr}To login, visit{/tr} http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
+To login, visit http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php
-{tr}Your login email is{/tr}: {$mailEmail}
-{tr}Your password is{/tr}: {$mailPassword}
+Your login email is: {$mailEmail}
+Your password is: {$mailPassword}
-{tr}Enjoy the site!{/tr}
+Enjoy the site!{/tr}