9 lines
534 B
PHP
9 lines
534 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* For the full copyright and license information, please view the
|
||
|
|
* docs/licenses/LICENSE.txt file that was distributed with this source code.
|
||
|
|
*/
|
||
|
|
// install-dev/fixtures/fashion/langs/en/data/order_message.xml
|
||
|
|
trans('Delay', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,', 'Admin.Orderscustomers.Feature');
|