Files
prestashop/classes/lang/KeysReference/AttributeGroupLang.php
2026-04-09 18:31:51 +02:00

11 lines
381 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/attribute_group.xml
trans('Size', 'Shop.Demo.Catalog');
trans('Color', 'Shop.Demo.Catalog');
trans('Dimension', 'Shop.Demo.Catalog');
trans('Paper Type', 'Shop.Demo.Catalog');