13 lines
604 B
PHP
13 lines
604 B
PHP
<?php
|
|
return array(
|
|
'Order status notification' => 'Order\'s status change notification',
|
|
'Home' => 'Home',
|
|
'Tools' => 'Tools',
|
|
'To notify' => 'Notify to customer',
|
|
'Status' => 'Order status',
|
|
'Status list' => 'Order status list',
|
|
'Purpose of feature' => 'Please select order status you want to notify the customer : an email will be sent when the order will get to this status.',
|
|
'Change on your order %ref on %store_name' => 'Change on your order %ref on %store_name',
|
|
'Hello, your order has just changed to' => 'Hello, your order has just changed to status : ',
|
|
);
|