Added default language pack (en-gb)
This commit is contained in:
10
catalog/mail/order_alert.php
Normal file
10
catalog/mail/order_alert.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// Text
|
||||
$_['text_subject'] = '%s - Order %s';
|
||||
$_['text_received'] = 'You have received an order.';
|
||||
$_['text_order_id'] = 'Order ID:';
|
||||
$_['text_date_added'] = 'Date Added:';
|
||||
$_['text_order_status'] = 'Order Status:';
|
||||
$_['text_product'] = 'Products';
|
||||
$_['text_total'] = 'Totals';
|
||||
$_['text_comment'] = 'The comments for your order are:';
|
Reference in New Issue
Block a user