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

24 lines
494 B
PHP

<?php
return [
'brand' => 'Brand',
'brands' => 'Brands',
'table' => [
'logo' => 'Logo',
'name' => 'Name',
],
'tabs' => [
'group' => [
'brand_information' => 'Brand Information',
],
'general' => 'General',
'seo' => 'SEO',
'images' => 'Images',
],
'form' => [
'enable_the_brand' => 'Enable the brand',
'logo' => 'Logo',
'banner' => 'Banner',
],
];