Subversion Repositories wpShopGermany4

Rev

Rev 7126 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7126 Rev 7811
Line 4... Line 4...
4
	 * Template für die Informationsmail an den Kunden wenn ein Abo automatisch verlängert werden soll
4
	 * Template für die Informationsmail an den Kunden wenn ein Abo automatisch verlängert werden soll
5
	 */
5
	 */
6
 
6
 
7
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
7
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
8
 
8
 
9
<?php echo wpsg_translate(__('Ihr Abonnement von Produkt "#1#" wird in #2# Tagen automatisch verlängert.', 'wpsg'), $this->view['oProduct']->getProductName(), $this->get_option('wpsg_mod_abo_autoexpire_informationtime')); ?>  
9
<?php echo wpsg_translate(__('Ihr Abonnement von Produkt "#1#" wird in #2# Tagen automatisch verlängert.', 'wpsg'), $this->view['oProduct']->getProductName(), $this->view['wpsg_mod_abo_autoexpire_informationtime']); ?>  
10
 
10
 
11
<?php echo __('Viele Grüße', 'wpsg'); ?> 
11
<?php echo __('Viele Grüße', 'wpsg'); ?> 
12
 
12
 
13
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?> 
13
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?> 
14
14