2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_subject'] = '%s - Order %s';
|
|
|
|
$_['text_received'] = 'You have received an order.';
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['text_order_id'] = 'Tilausnumero:';
|
2020-03-02 00:28:04 +00:00
|
|
|
$_['text_date_added'] = 'Lisäyspäivä:';
|
2021-10-08 15:38:27 +00:00
|
|
|
$_['text_order_status'] = 'Tila:';
|
|
|
|
$_['text_product'] = 'Tuotteet';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_total'] = 'Totals';
|
|
|
|
$_['text_comment'] = 'The comments for your order are:';
|