12 lines
485 B
PHP
12 lines
485 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/carrier.xml
|
|
trans('Pick up in-store', 'Admin.Shipping.Feature');
|
|
// install-dev/fixtures/fashion/langs/en/data/carrier.xml
|
|
trans('Delivery next day!', 'Admin.Shipping.Feature');
|
|
trans('Buy more to pay less!', 'Admin.Shipping.Feature');
|
|
trans('The lighter the cheaper!', 'Admin.Shipping.Feature');
|