26 lines
971 B
PHP
26 lines
971 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/feature_value.xml
|
|
trans('Polyester', 'Shop.Demo.Catalog');
|
|
trans('Wool', 'Shop.Demo.Catalog');
|
|
trans('Ceramic', 'Shop.Demo.Catalog');
|
|
trans('Cotton', 'Shop.Demo.Catalog');
|
|
trans('Recycled cardboard', 'Shop.Demo.Catalog');
|
|
trans('Matt paper', 'Shop.Demo.Catalog');
|
|
trans('Long sleeves', 'Shop.Demo.Catalog');
|
|
trans('Short sleeves', 'Shop.Demo.Catalog');
|
|
trans('Removable cover', 'Shop.Demo.Catalog');
|
|
trans('120 pages', 'Shop.Demo.Catalog');
|
|
trans('White', 'Shop.Demo.Catalog');
|
|
trans('Black', 'Shop.Demo.Catalog');
|
|
trans('S', 'Shop.Demo.Catalog');
|
|
trans('M', 'Shop.Demo.Catalog');
|
|
trans('L', 'Shop.Demo.Catalog');
|
|
trans('XL', 'Shop.Demo.Catalog');
|
|
trans('40x60cm', 'Shop.Demo.Catalog');
|
|
trans('60x90cm', 'Shop.Demo.Catalog');
|
|
trans('80x120cm', 'Shop.Demo.Catalog');
|