ultimatepos/lang/en/brand.php

27 lines
757 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Brand Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Brand CRUD operations.
|
*/
'brands' => 'Brands',
'manage_your_brands' => 'Manage your brands',
'all_your_brands' => 'All your brands',
'note' => 'Note',
'brand_name' => 'Brand name',
'short_description' => 'Short description',
'added_success' => 'Brand added successfully',
'updated_success' => 'Brand updated successfully',
'deleted_success' => 'Brand deleted successfully',
'add_brand' => 'Add brand',
'edit_brand' => 'Edit brand',
];