first commit
This commit is contained in:
15
extension/opencart/admin/language/en-gb/total/coupon.php
Normal file
15
extension/opencart/admin/language/en-gb/total/coupon.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Coupon';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified coupon total!';
|
||||
$_['text_edit'] = 'Edit Coupon';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify coupon total!';
|
15
extension/opencart/admin/language/en-gb/total/credit.php
Normal file
15
extension/opencart/admin/language/en-gb/total/credit.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Store Credit';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified store credit total!';
|
||||
$_['text_edit'] = 'Edit Store Credit Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify store credit total!';
|
21
extension/opencart/admin/language/en-gb/total/handling.php
Normal file
21
extension/opencart/admin/language/en-gb/total/handling.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Handling Fee';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified handling fee total!';
|
||||
$_['text_edit'] = 'Edit Handling Fee Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Order Total';
|
||||
$_['entry_fee'] = 'Fee';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Low Order Fee';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified low order fee total!';
|
||||
$_['text_edit'] = 'Edit Low Order Fee Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_total'] = 'Order Total';
|
||||
$_['entry_fee'] = 'Fee';
|
||||
$_['entry_tax_class'] = 'Tax Class';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Help
|
||||
$_['help_total'] = 'The checkout total the order must reach before this order total is deactivated.';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify low order fee total!';
|
15
extension/opencart/admin/language/en-gb/total/reward.php
Normal file
15
extension/opencart/admin/language/en-gb/total/reward.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Reward Points';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified reward points total!';
|
||||
$_['text_edit'] = 'Edit Reward Points Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify reward points total!';
|
16
extension/opencart/admin/language/en-gb/total/shipping.php
Normal file
16
extension/opencart/admin/language/en-gb/total/shipping.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Shipping';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified shipping total!';
|
||||
$_['text_edit'] = 'Edit Shipping Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_estimator'] = 'Shipping Estimator';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify shipping total!';
|
15
extension/opencart/admin/language/en-gb/total/sub_total.php
Normal file
15
extension/opencart/admin/language/en-gb/total/sub_total.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Sub-Total';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified sub-total total!';
|
||||
$_['text_edit'] = 'Edit Sub-Total Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify sub-total total!';
|
15
extension/opencart/admin/language/en-gb/total/tax.php
Normal file
15
extension/opencart/admin/language/en-gb/total/tax.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Taxes';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified taxes total!';
|
||||
$_['text_edit'] = 'Edit Tax Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify taxes total!';
|
15
extension/opencart/admin/language/en-gb/total/total.php
Normal file
15
extension/opencart/admin/language/en-gb/total/total.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Total';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified total totals!';
|
||||
$_['text_edit'] = 'Edit Total Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify total totals!';
|
15
extension/opencart/admin/language/en-gb/total/voucher.php
Normal file
15
extension/opencart/admin/language/en-gb/total/voucher.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Gift Voucher';
|
||||
|
||||
// Text
|
||||
$_['text_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified gift voucher total!';
|
||||
$_['text_edit'] = 'Edit Gift Voucher Total';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify gift voucher total!';
|
Reference in New Issue
Block a user