33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
|
<?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!';
|