Files

26 lines
1.0 KiB
PHP
Raw Permalink Normal View History

<?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/category.xml
trans('Root', 'Admin.Catalog.Feature');
trans('root', 'Admin.Catalog.Feature');
trans('Home', 'Admin.Catalog.Feature');
trans('home', 'Admin.Catalog.Feature');
// install-dev/fixtures/fashion/langs/en/data/category.xml
trans('Clothes', 'Admin.Catalog.Feature');
trans('clothes', 'Admin.Catalog.Feature');
trans('Men', 'Admin.Catalog.Feature');
trans('men', 'Admin.Catalog.Feature');
trans('Women', 'Admin.Catalog.Feature');
trans('women', 'Admin.Catalog.Feature');
trans('Accessories', 'Admin.Catalog.Feature');
trans('accessories', 'Admin.Catalog.Feature');
trans('Stationery', 'Admin.Catalog.Feature');
trans('stationery', 'Admin.Catalog.Feature');
trans('Home Accessories', 'Admin.Catalog.Feature');
trans('home-accessories', 'Admin.Catalog.Feature');
trans('Art', 'Admin.Catalog.Feature');
trans('art', 'Admin.Catalog.Feature');