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,31 @@
<?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');