Subversion Repositories wpShopGermany4

Rev

Rev 7811 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7811 Rev 7916
Line 2... Line 2...
2
 
2
 
3
	/**
3
	/**
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
	/** @var wpsg_product $oProduct */
-
 
8
	$oProduct = $this->view['oProduct'];
-
 
9
 
7
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
10
?><?php echo __('Hallo', 'wpsg'); ?> <?php echo wpsg_hspc($this->view['customer']['vname']); ?> <?php echo wpsg_hspc($this->view['customer']['name']); ?>,
-
 
11
 
-
 
12
<?php echo wpsg_translate(__('Ihr Abonnement von Produkt "#1#" läuft in #2# Tagen aus.', 'wpsg'), $this->view['oProduct']->getProductName(), $this->view['wpsg_mod_abo_autoexpire_informationtime']); ?> 
8
 
13
 
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']); ?>  
14
<?php echo wpsg_translate(__('Klicken Sie <a href="#1#">hier</a> um das Abonnement zu verlängern.', 'wpsg'), $this->view['rebuyLink']); ?>  
10
 
15
 
11
<?php echo __('Viele Grüße', 'wpsg'); ?> 
16
<?php echo __('Viele Grüße', 'wpsg'); ?> 
12
 
17
 
13
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?> 
18
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?> 
14
19