32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
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/attribute.xml
|
||
|
|
trans('S', 'Shop.Demo.Catalog');
|
||
|
|
trans('M', 'Shop.Demo.Catalog');
|
||
|
|
trans('L', 'Shop.Demo.Catalog');
|
||
|
|
trans('XL', 'Shop.Demo.Catalog');
|
||
|
|
trans('Grey', 'Shop.Demo.Catalog');
|
||
|
|
trans('Taupe', 'Shop.Demo.Catalog');
|
||
|
|
trans('Beige', 'Shop.Demo.Catalog');
|
||
|
|
trans('White', 'Shop.Demo.Catalog');
|
||
|
|
trans('Off White', 'Shop.Demo.Catalog');
|
||
|
|
trans('Red', 'Shop.Demo.Catalog');
|
||
|
|
trans('Black', 'Shop.Demo.Catalog');
|
||
|
|
trans('Camel', 'Shop.Demo.Catalog');
|
||
|
|
trans('Orange', 'Shop.Demo.Catalog');
|
||
|
|
trans('Blue', 'Shop.Demo.Catalog');
|
||
|
|
trans('Green', 'Shop.Demo.Catalog');
|
||
|
|
trans('Yellow', 'Shop.Demo.Catalog');
|
||
|
|
trans('Brown', 'Shop.Demo.Catalog');
|
||
|
|
trans('Pink', 'Shop.Demo.Catalog');
|
||
|
|
trans('40x60cm', 'Shop.Demo.Catalog');
|
||
|
|
trans('60x90cm', 'Shop.Demo.Catalog');
|
||
|
|
trans('80x120cm', 'Shop.Demo.Catalog');
|
||
|
|
trans('Ruled', 'Shop.Demo.Catalog');
|
||
|
|
trans('Plain', 'Shop.Demo.Catalog');
|
||
|
|
trans('Squared', 'Shop.Demo.Catalog');
|
||
|
|
trans('Doted', 'Shop.Demo.Catalog');
|