mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 07:56:34 -04:00
83 lines
4.3 KiB
PHP
83 lines
4.3 KiB
PHP
<?php
|
|
return [
|
|
'taxes_add_exception' => 'Add Exception',
|
|
'taxes_cascade' => 'Cascade',
|
|
'taxes_cascade_sequence' => 'Cascade Sequence',
|
|
'taxes_city' => 'City',
|
|
'taxes_code' => 'Code',
|
|
'taxes_confirm_delete' => 'Are you sure you want to delete this Tax Code? This action cannot be undone',
|
|
'taxes_confirm_restore' => 'Are you sure you want to delete the selected Gift Card(s)?',
|
|
'taxes_default_tax_category' => 'Default Tax Category',
|
|
'taxes_default_tax_rate' => 'Default Tax Rate',
|
|
'taxes_error_adding_updating' => 'Tax Rate add or update failed',
|
|
'taxes_group_seq' => 'Group Seq',
|
|
'taxes_jurisdiction_name' => 'Jurisdiction Name',
|
|
'taxes_name' => 'Name',
|
|
'taxes_new' => 'New Tax',
|
|
'taxes_no_taxes' => '',
|
|
'taxes_no_taxes_to_display' => 'No Taxes Code available to display',
|
|
'taxes_reporting_authority' => 'Reporting Authority',
|
|
'taxes_round_half_down' => 'Half Down',
|
|
'taxes_round_half_even' => 'Half Even',
|
|
'taxes_round_half_odd' => 'Half Odd',
|
|
'taxes_round_half_up' => 'Half Up',
|
|
'taxes_rounding_code' => 'Rounding Code',
|
|
'taxes_sales_tax' => 'Sales Tax',
|
|
'taxes_sales_tax_by_invoice' => 'Sales Tax by Invoice',
|
|
'taxes_sequence' => 'Seq.',
|
|
'taxes_state' => 'State',
|
|
'taxes_successful_deleted' => 'You have successfully deleted',
|
|
'taxes_tax_categories' => 'Tax Categories',
|
|
'taxes_tax_categories_configuration' => 'Tax Categories Configuration',
|
|
'taxes_tax_categories_saved_successfully' => 'Tax Categories changes not saved',
|
|
'taxes_tax_categories_saved_unsuccessfully' => 'Tax Categories changes saved',
|
|
'taxes_tax_category' => 'Tax Category',
|
|
'taxes_tax_category_code' => 'Tax Category Name',
|
|
'taxes_tax_category_duplicate' => 'Duplicate tax category',
|
|
'taxes_tax_category_invalid_chars' => 'Invalid characters in tax category name',
|
|
'taxes_tax_category_name' => 'Tax Category Code',
|
|
'taxes_tax_category_new' => 'New Tax Category',
|
|
'taxes_tax_category_required' => 'Tax category is required',
|
|
'taxes_tax_code' => 'Tax Code',
|
|
'taxes_tax_code_cannot_be_deleted' => 'Tax Code delete failed',
|
|
'taxes_tax_code_duplicate' => 'Duplicate tax code',
|
|
'taxes_tax_code_invalid_chars' => 'Invalid characters in tax code',
|
|
'taxes_tax_code_name' => 'Tax Code Name',
|
|
'taxes_tax_code_required' => 'Tax Rate is a required field',
|
|
'taxes_tax_code_successful_deleted' => 'You have successfully updated Tax Code',
|
|
'taxes_tax_code_successful_updated' => 'You have successfully updated',
|
|
'taxes_tax_code_successful_updating' => 'You have successfully deleted Tax Code',
|
|
'taxes_tax_code_successfully_added' => 'You have successfully added',
|
|
'taxes_tax_code_type' => 'Tax Code Type',
|
|
'taxes_tax_codes' => 'Tax Codes',
|
|
'taxes_tax_codes_configuration' => 'Tax Codes Configuration',
|
|
'taxes_tax_codes_saved_successfully' => 'Tax Code changes not saved',
|
|
'taxes_tax_codes_saved_unsuccessfully' => 'Tax Code changes saved',
|
|
'taxes_tax_excluded' => 'Tax excluded',
|
|
'taxes_tax_group' => 'Tax Group',
|
|
'taxes_tax_group_not_unique' => '',
|
|
'taxes_tax_group_sequence' => 'Tax Group Sequence',
|
|
'taxes_tax_included' => 'Tax included',
|
|
'taxes_tax_jurisdiction' => 'Tax Jurisdiction',
|
|
'taxes_tax_jurisdiction_duplicate' => 'Duplicate tax jurisdiction',
|
|
'taxes_tax_jurisdiction_invalid_chars' => 'Invalid characters in jurisdiction name',
|
|
'taxes_tax_jurisdiction_required' => 'Tax jurisdiction is required',
|
|
'taxes_tax_jurisdictions' => 'Tax Jurisdictions',
|
|
'taxes_tax_jurisdictions_configuration' => 'Tax Jurisdictions Configuration',
|
|
'taxes_tax_jurisdictions_saved_successfully' => 'Tax Jurisdiction changes not saved',
|
|
'taxes_tax_jurisdictions_saved_unsuccessfully' => 'Tax Jurisdiction changes saved',
|
|
'taxes_tax_rate' => 'Tax Rate',
|
|
'taxes_tax_rate_configuration' => 'Tax Rates Configuration',
|
|
'taxes_tax_rate_error_adding_updating' => 'Tax Code add or update failed',
|
|
'taxes_tax_rate_numeric' => 'date must be a number',
|
|
'taxes_tax_rate_required' => 'Tax Code is a required field',
|
|
'taxes_tax_rate_successful_updated' => 'You have successfully updated',
|
|
'taxes_tax_rate_successfully_added' => 'You have successfully added',
|
|
'taxes_tax_rates' => 'Tax Rates',
|
|
'taxes_tax_rates_configuration' => 'Tax Rates Configuration',
|
|
'taxes_tax_rounding' => 'Tax Rounding',
|
|
'taxes_tax_type' => 'Tax Type',
|
|
'taxes_update' => 'Update Tax Rate',
|
|
'taxes_vat_tax' => 'VAT Tax',
|
|
];
|