Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?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');