root/trunk/themes/default/template/mail/text/plain/notification_by_mail.tpl @ 5292

Revision 5292, 1.6 KB (checked in by plg, 3 years ago)

bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.

  • Property svn:eol-style set to LF
Line 
1{'Hello '|@translate}{$USERNAME},
2
3{if isset($subscribe_by_admin)}
4{'The webmaster has subscribed you to receiving notifications by mail.'|@translate}
5{/if}
6{if isset($subscribe_by_himself)}
7{'You have subscribed to receiving notifications by mail.'|@translate}
8{/if}
9{if isset($unsubscribe_by_admin)}
10{'The webmaster has unsubscribed you from receiving notifications by mail.'|@translate}
11{/if}
12{if isset($unsubscribe_by_himself)}
13{'You have unsubscribed from receiving notifications by mail.'|@translate}
14{/if}
15{if isset($content_new_elements_single)}
16{'New elements were added '|@translate}{' on '|@translate}{$content_new_elements_single.DATE_SINGLE}.
17{/if}
18{if isset($content_new_elements_between)}
19{'New elements were added '|@translate}{' between '|@translate}{$content_new_elements_between.DATE_BETWEEN_1}{' and '|@translate}{$content_new_elements_between.DATE_BETWEEN_2}.
20{/if}
21{if not empty($global_new_lines)}
22{foreach from=$global_new_lines item=line}
23  o {$line}
24{/foreach}
25{/if}
26{if not empty($custom_mail_content)}
27{$custom_mail_content}
28{/if}
29{if not empty($GOTO_GALLERY_TITLE)}
30{'.'|@translate}{$GOTO_GALLERY_TITLE} {$GOTO_GALLERY_URL} {'.'|@translate}
31{/if}
32
33{'See you soon,'|@translate}
34  {$SEND_AS_NAME}
35
36______________________________________________________________________________
37
38{'To unsubscribe'|@translate}{', click on '|@translate}{$UNSUBSCRIBE_LINK}
39{'To subscribe'|@translate}{', click on '|@translate}{$SUBSCRIBE_LINK}
40{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL}
41______________________________________________________________________________
Note: See TracBrowser for help on using the browser.