10 lines
361 B
PHP
10 lines
361 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/stock_mvt_reason.xml
|
||
|
|
trans('Customer Order', 'Admin.Catalog.Feature');
|
||
|
|
trans('Product Return', 'Admin.Catalog.Feature');
|
||
|
|
trans('Employee Edition', 'Admin.Catalog.Feature');
|