Added default language pack (en-gb)
This commit is contained in:
6
catalog/mail/transaction.php
Normal file
6
catalog/mail/transaction.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - Affiliate Commission';
|
||||
$_['text_received'] = 'Congratulations! You have received a commission payment from the %s affiliate program';
|
||||
$_['text_amount'] = 'You have received:';
|
||||
$_['text_total'] = 'Your total amount of commission is now:';
|
Reference in New Issue
Block a user