Files
opensourcepos/application/language/de/taxes_lang.php
2017-04-18 19:12:41 +02:00

32 lines
1.1 KiB
PHP

<?php
$lang["taxes_add_exception"] = "";
$lang["taxes_confirm_delete"] = "";
$lang["taxes_default_tax_category"] = "";
$lang["taxes_error_adding_updating"] = "";
$lang["taxes_new"] = "";
$lang["taxes_no_taxes_to_display"] = "";
$lang["taxes_round_half_down"] = "";
$lang["taxes_round_half_even"] = "";
$lang["taxes_round_half_odd"] = "";
$lang["taxes_round_half_up"] = "";
$lang["taxes_rounding_code"] = "";
$lang["taxes_sales_tax"] = "";
$lang["taxes_sales_tax_by_invoice"] = "";
$lang["taxes_successful_deleted"] = "";
$lang["taxes_tax_category"] = "";
$lang["taxes_tax_code"] = "";
$lang["taxes_tax_code_cannot_be_deleted"] = "";
$lang["taxes_tax_code_name"] = "";
$lang["taxes_tax_code_required"] = "";
$lang["taxes_tax_code_successful_deleted"] = "";
$lang["taxes_tax_code_successful_updated"] = "";
$lang["taxes_tax_code_successful_updating"] = "";
$lang["taxes_tax_code_successfully_added"] = "";
$lang["taxes_tax_code_type"] = "";
$lang["taxes_tax_rate"] = "";
$lang["taxes_tax_rate_numeric"] = "";
$lang["taxes_tax_rate_required"] = "";
$lang["taxes_update"] = "";
$lang["taxes_vat_tax"] = "";