2020-02-12 21:25:39 +00:00
|
|
|
<?php
|
|
|
|
// Text
|
|
|
|
$_['text_subject'] = '%s - Order Update %s';
|
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ä:';
|
2020-02-12 21:25:39 +00:00
|
|
|
$_['text_order_status'] = 'Your order has been updated to the following status:';
|
|
|
|
$_['text_comment'] = 'The comments for your order are:';
|
|
|
|
$_['text_link'] = 'To view your order click on the link below:';
|
2020-03-02 00:28:04 +00:00
|
|
|
$_['text_footer'] = 'Please reply to this email if you have any questions.';
|