|
Revision 2603, 1.5 kB
(checked in by bsmith, 18 months ago)
|
|
bugzid:79938 - Normalizing Template Tags
|
| Line | |
|---|
| 1 | <__trans phrase="A new [lc,_3] entitled '[_1]' has been published to [_2]." params="<$mt:EntryTitle$>%%<$mt:BlogName$>%%<$mt:EntryClassLabel$>"> |
|---|
| 2 | |
|---|
| 3 | <mt:If name="object_type" eq="entry"><__trans phrase="View entry:"><mt:Else><__trans phrase="View page:"></mt:If> <<mt:SetVarBlock name="entry_status"><$mt:EntryStatus$></mt:SetVarBlock><mt:If name="entry_status" eq="Publish"><$mt:EntryPermalink$><mt:Else><$mt:Var name="entry_editurl"$></mt:If>> |
|---|
| 4 | |
|---|
| 5 | ------------------------------------------------------------------------ |
|---|
| 6 | <__trans phrase="[_1] Title: [_2]" params="<$mt:EntryClassLabel lower_case="1"$>%%<$mt:EntryTitle$>"> |
|---|
| 7 | <__trans phrase="Publish Date: [_1]" params="<$mt:EntryDate mail="1"$>"> |
|---|
| 8 | <mt:If name="send_excerpt"> |
|---|
| 9 | |
|---|
| 10 | <$mt:EntryExcerpt wrap_text="72"$> |
|---|
| 11 | </mt:If> |
|---|
| 12 | ------------------------------------------------------------------------ |
|---|
| 13 | |
|---|
| 14 | <mt:If name="message"><__trans phrase="Message from Sender:"> |
|---|
| 15 | <$mt:Var name="message"$></mt:If> |
|---|
| 16 | <mt:If name="send_body"> |
|---|
| 17 | ------------------------------------------------------------------------ |
|---|
| 18 | |
|---|
| 19 | <$mt:EntryBody remove_html="1" wrap_text="72"$> |
|---|
| 20 | |
|---|
| 21 | ------------------------------------------------------------------------</mt:If> |
|---|
| 22 | |
|---|
| 23 | <__trans phrase="You are receiving this email either because you have elected to receive notifications about new content on [_1], or the author of the post thought you would be interested. If you no longer wish to receive these emails, please contact the following person:" params="<$mt:BlogName$>"> |
|---|
| 24 | |
|---|
| 25 | <$mt:AuthorDisplayName$> <<$mt:AuthorEmail$>> |
|---|