|
Revision 2603, 0.6 kB
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
| Line | |
|---|
| 1 | <__trans phrase="This email is to notify you that a new user has successfully registered on the blog '[_1]'. Listed below you will find some useful information about this new user." params="<$mt:BlogName$>"> |
|---|
| 2 | |
|---|
| 3 | <__trans phrase="New User Information:"> |
|---|
| 4 | <__trans phrase="Username: [_1]" params="<$mt:CommenterUsername$>"> |
|---|
| 5 | <__trans phrase="Full Name: [_1]" params="<$mt:CommenterName$>"> |
|---|
| 6 | <__trans phrase="Email: [_1]" params="<$mt:CommenterEmail$>"> |
|---|
| 7 | |
|---|
| 8 | <__trans phrase="To view or edit this user, please click on or cut and paste the following URL into a web browser:"> |
|---|
| 9 | <$mt:Var name="profile_url"$> |
|---|
| 10 | |
|---|
| 11 | <$mt:Include module="<__trans phrase="Mail Footer">"$> |
|---|