Monkey Albino

Linux altar53.supremepanel53.com 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
/ home/ bdapparelinfo/ dhakazone.com/ admin/ language/ en-gb/ localisation/

/home/bdapparelinfo/dhakazone.com/admin/language/en-gb/localisation/tax_rate.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!';