diff options
Diffstat (limited to 'public/admin/language/en-gb/localisation/tax_rate.php')
-rw-r--r-- | public/admin/language/en-gb/localisation/tax_rate.php | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/localisation/tax_rate.php b/public/admin/language/en-gb/localisation/tax_rate.php new file mode 100644 index 0000000..f66f6f1 --- /dev/null +++ b/public/admin/language/en-gb/localisation/tax_rate.php @@ -0,0 +1,33 @@ +<?php +// Heading +$_['heading_title'] = 'Tax Rates'; + +// Text +$_['text_success'] = 'Success: You have modified tax rates!'; +$_['text_list'] = 'Tax Rate List'; +$_['text_add'] = 'Add Tax Rate'; +$_['text_edit'] = 'Edit Tax Rate'; +$_['text_percent'] = 'Percentage'; +$_['text_amount'] = 'Fixed Amount'; + +// Column +$_['column_name'] = 'Tax Name'; +$_['column_rate'] = 'Tax Rate'; +$_['column_type'] = 'Type'; +$_['column_geo_zone'] = 'Geo Zone'; +$_['column_date_added'] = 'Date Added'; +$_['column_date_modified'] = 'Date Modified'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Tax Name'; +$_['entry_rate'] = 'Tax Rate'; +$_['entry_type'] = 'Type'; +$_['entry_customer_group'] = 'Customer Group'; +$_['entry_geo_zone'] = 'Geo Zone'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify tax rates!'; +$_['error_tax_rule'] = 'Warning: This tax rate cannot be deleted as it is currently assigned to %s tax classes!'; +$_['error_name'] = 'Tax Name must be between 3 and 32 characters!'; +$_['error_rate'] = 'Tax Rate required!';
\ No newline at end of file |