Subversion Repositories wpShopGermany4

Rev

Rev 4943 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2484 david 1
<?php
2
 
3
	/**
4
	 * Diese Mail wird an den Kunden geschickt, wenn der Status seines Accounts ändert
5
	 * und die entsprechende Option aktiviert ist
6
	 */
7
 
8
?><?php echo wpsg_translate(__('Hallo #1# #2#,', 'wpsg'), $this->view['kunde']['vname'], $this->view['kunde']['name']); ?>
9
 
10
<?php echo __('Der Status Ihres Accounts hat sich gändert auf:', 'wpsg'); ?> <?php echo $this->view['kunde']['status'] ?>
11
 
12
<?php echo __('Viele Grüße', 'wpsg'); ?>
13
 
3659 daniel 14
<?php echo __($this->get_option('wpsg_shopdata_name'), 'wpsg'); ?> - <?php echo __('Team', 'wpsg'); ?>