FleetCart/Modules/Attribute/Resources/lang/en/attribute_sets.php
2023-06-11 13:14:03 +01:00

16 lines
325 B
PHP

<?php
return [
'attribute_set' => 'Attribute Set',
'attribute_sets' => 'Attribute Sets',
'table' => [
'name' => 'Name',
],
'tabs' => [
'group' => [
'attribute_set_information' => 'Attribute Set Information',
],
'general' => 'General',
],
];