first upload all files
This commit is contained in:
27
Modules/Coupon/Resources/lang/en/coupons.php
Normal file
27
Modules/Coupon/Resources/lang/en/coupons.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'coupon' => 'Coupon',
|
||||
'coupons' => 'Coupons',
|
||||
'table' => [
|
||||
'name' => 'Name',
|
||||
'code' => 'Code',
|
||||
'discount' => 'Discount',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'coupon_information' => 'Coupon Information',
|
||||
],
|
||||
'general' => 'General',
|
||||
'usage_restrictions' => 'Usage Restrictions',
|
||||
'usage_limits' => 'Usage Limits',
|
||||
],
|
||||
'form' => [
|
||||
'price_types' => [
|
||||
'0' => 'Fixed',
|
||||
'1' => 'Percent',
|
||||
],
|
||||
'allow_free_shipping' => 'Allow free shipping',
|
||||
'enable_the_coupon' => 'Enable the coupon',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user