mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 01:37:59 -05:00
36 lines
1.7 KiB
PHP
36 lines
1.7 KiB
PHP
<?php
|
|
|
|
$lang["taxes_default_tax_category"] = "Default Tax Category";
|
|
$lang["taxes_error_adding_updating"] = "Error adding/updating tax code";
|
|
$lang["taxes_new"] = "New Tax Code";
|
|
$lang["taxes_no_taxes_to_display"] = "No taxes code available to display";
|
|
$lang["taxes_rounding_code"] = "Rounding Code";
|
|
$lang["taxes_round_half_up"] = "Half Up";
|
|
$lang["taxes_round_half_down"] = "Half Down";
|
|
$lang["taxes_round_half_even"] = "Half Even";
|
|
$lang["taxes_round_half_odd"] = "Half Odd";
|
|
$lang["taxes_sales_tax"] = "Sales Tax";
|
|
$lang["taxes_sales_tax_by_invoice"] = "Sales Tax by Invoice";
|
|
$lang["taxes_successful_deleted"] = "You have successfully deleted";
|
|
$lang["taxes_tax_code"] = "Tax Code";
|
|
$lang["taxes_tax_code_name"] = "Tax Code Name";
|
|
$lang["taxes_tax_code_successful_deleted"] = "You have successfully deleted tax code";
|
|
$lang["taxes_tax_code_successful_updating"] = "You have successfully updated tax code";
|
|
$lang["taxes_tax_code_type"] = "Tax Code Type";
|
|
$lang["taxes_tax_rate"] = "Tax Rate";
|
|
$lang["taxes_tax_rate_numeric"] = "Tax rate must be a number";
|
|
$lang["taxes_tax_code_required"] = "Tax code is a required field";
|
|
$lang["taxes_tax_rate_required"] = "Tax rate is a required field";
|
|
$lang["taxes_vat_tax"] = "VAT Tax";
|
|
$lang["taxes_tax_category"] = "Tax Category";
|
|
$lang["taxes_tax_code_successfully_added"] = "You have successfully added";
|
|
$lang["taxes_tax_code_successful_deleted"] = "You have successfully deleted";
|
|
$lang["taxes_tax_code_cannot_be_deleted"] = "Could not delete selected tax code";
|
|
$lang["taxes_tax_code_successful_updated"] = "You have successfully updated";
|
|
$lang["taxes_confirm_delete"] = "Confirm deletion of tax code";
|
|
$lang["taxes_update"] = "Update Sales Category Tax";
|
|
$lang["taxes_add_exception"] = "Add Exception";
|
|
|
|
|
|
|