FleetCart/Modules/Attribute/Resources/lang/en/attribute_sets.php

16 lines
325 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'attribute_set' => 'Attribute Set',
'attribute_sets' => 'Attribute Sets',
'table' => [
'name' => 'Name',
],
'tabs' => [
'group' => [
'attribute_set_information' => 'Attribute Set Information',
],
'general' => 'General',
],
];