20 lines
1008 B
PHP
20 lines
1008 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/langs/en/data/order_state.xml
|
||
|
|
trans('Awaiting check payment', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Payment accepted', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Processing in progress', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Shipped', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Delivered', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Canceled', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Refunded', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Payment error', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('On backorder (paid)', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('On backorder (not paid)', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Awaiting bank wire payment', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Remote payment accepted', 'Admin.Orderscustomers.Feature');
|
||
|
|
trans('Awaiting Cash On Delivery validation', 'Admin.Orderscustomers.Feature');
|