2020-02-12 23:25:39 +02:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_subject'] = '%s - Order %s';
|
|
|
|
$_['text_received'] = 'You have received an order.';
|
|
|
|
$_['text_order_id'] = 'Order ID:';
|
2020-03-02 02:28:04 +02:00
|
|
|
$_['text_date_added'] = 'Lisäyspäivä:';
|
2020-02-12 23:25:39 +02:00
|
|
|
$_['text_order_status'] = 'Order Status:';
|
|
|
|
$_['text_product'] = 'Products';
|
|
|
|
$_['text_total'] = 'Totals';
|
|
|
|
$_['text_comment'] = 'The comments for your order are:';
|