1
0

10 lines
452 B
PHP
Raw Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Text
$_['text_subject'] = '%s - Order Update %s';
2021-10-08 18:38:27 +03:00
$_['text_order_id'] = 'Tilausnumero:';
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'] = '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 02:28:04 +02:00
$_['text_footer'] = 'Please reply to this email if you have any questions.';