mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 15:36:13 -04:00
81 lines
4.8 KiB
PHP
81 lines
4.8 KiB
PHP
<?php
|
|
$lang["taxes_add_exception"] = "Voeg uitzondering toe";
|
|
$lang["taxes_cascade"] = "Cascade";
|
|
$lang["taxes_cascade_sequence"] = "Cascade Sequentie";
|
|
$lang["taxes_city"] = "Stad";
|
|
$lang["taxes_code"] = "Code";
|
|
$lang["taxes_confirm_delete"] = "Bent u zeker dat u deze code wil verwijderen? Dit kan niet ongedaan gemaakt worden";
|
|
$lang["taxes_confirm_restore"] = "Weet u zeker dat u geselecteerde belastingcode(s) wilt terugzetten?";
|
|
$lang["taxes_default_tax_category"] = "Standaard BTW Categorie";
|
|
$lang["taxes_default_tax_rate"] = "Standaard BTW-tarief";
|
|
$lang["taxes_error_adding_updating"] = "BTW-code toevoegen of bijwerken mislukt";
|
|
$lang["taxes_group_seq"] = "Groep Seq";
|
|
$lang["taxes_jurisdiction_name"] = "Rechtsgebied Naam";
|
|
$lang["taxes_name"] = "Naam";
|
|
$lang["taxes_new"] = "Nieuwe BTW";
|
|
$lang["taxes_no_taxes"] = "";
|
|
$lang["taxes_no_taxes_to_display"] = "Geen BTW-code beschikbaar om weer te geven";
|
|
$lang["taxes_reporting_authority"] = "Rapportage-Instantie";
|
|
$lang["taxes_round_half_down"] = "Half Omlaag";
|
|
$lang["taxes_round_half_even"] = "De Helft Zelfs";
|
|
$lang["taxes_round_half_odd"] = "Half Oneven";
|
|
$lang["taxes_round_half_up"] = "Half Omhoog";
|
|
$lang["taxes_rounding_code"] = "Afronding Code";
|
|
$lang["taxes_sales_tax"] = "Verkoopbelasting";
|
|
$lang["taxes_sales_tax_by_invoice"] = "Verkoopbelasting per factuur";
|
|
$lang["taxes_sequence"] = "Seq.";
|
|
$lang["taxes_state"] = "Staat";
|
|
$lang["taxes_successful_deleted"] = "Je hebt succesvol verwijderd";
|
|
$lang["taxes_tax_categories"] = "BTW Categorieën";
|
|
$lang["taxes_tax_categories_configuration"] = "BTW Categorieën Configuratie";
|
|
$lang["taxes_tax_categories_saved_successfully"] = "BTW-Categorie wijzigingen opgeslagen";
|
|
$lang["taxes_tax_categories_saved_unsuccessfully"] = "BTW-Categorie wijzigingen niet opgeslagen";
|
|
$lang["taxes_tax_category"] = "BTW-Categorie";
|
|
$lang["taxes_tax_category_code"] = "BTW-Categorie Code";
|
|
$lang["taxes_tax_category_duplicate"] = "Dubbele BTW-categorie";
|
|
$lang["taxes_tax_category_invalid_chars"] = "Ongeldige tekens in de naam van de BTW-categorie";
|
|
$lang["taxes_tax_category_name"] = "BTW-Categorie Naam";
|
|
$lang["taxes_tax_category_new"] = "Nieuwe BTW-Categorie";
|
|
$lang["taxes_tax_category_required"] = "BTW-Categorie is verplicht";
|
|
$lang["taxes_tax_code"] = "BTW Code";
|
|
$lang["taxes_tax_code_cannot_be_deleted"] = "BTW-Code verwijderen mislukt";
|
|
$lang["taxes_tax_code_duplicate"] = "Dubbele BTW-Code";
|
|
$lang["taxes_tax_code_invalid_chars"] = "Ongeldige tekens in BTW-Code";
|
|
$lang["taxes_tax_code_name"] = "BTW-Code Naam";
|
|
$lang["taxes_tax_code_required"] = "BTW-Code is een verplicht veld";
|
|
$lang["taxes_tax_code_successful_deleted"] = "Je hebt met succes de BTW-Code verwijderd";
|
|
$lang["taxes_tax_code_successful_updated"] = "U heeft succesvol bijgewerkt";
|
|
$lang["taxes_tax_code_successful_updating"] = "Je hebt met succes de BTW-Code bijgewerkt";
|
|
$lang["taxes_tax_code_successfully_added"] = "Je hebt succesvol toegevoegd";
|
|
$lang["taxes_tax_code_type"] = "BTW Code Type";
|
|
$lang["taxes_tax_codes"] = "BTW Codes";
|
|
$lang["taxes_tax_codes_configuration"] = "BTW-Codes Configuratie";
|
|
$lang["taxes_tax_codes_saved_successfully"] = "BTW-Code wijzigingen opgeslagen";
|
|
$lang["taxes_tax_codes_saved_unsuccessfully"] = "BTW-Code wijzigingen niet opgeslagen";
|
|
$lang["taxes_tax_excluded"] = "Exclusief BTW";
|
|
$lang["taxes_tax_group"] = "BTW Groep";
|
|
$lang["taxes_tax_group_not_unique"] = "BTW-Groep %1 is niet uniek";
|
|
$lang["taxes_tax_group_sequence"] = "BTW-Groep Volgorde";
|
|
$lang["taxes_tax_included"] = "BTW Inbegrepen";
|
|
$lang["taxes_tax_jurisdiction"] = "BTW Bevoegdheid";
|
|
$lang["taxes_tax_jurisdiction_duplicate"] = "Dubbele BTW Bevoegdheid";
|
|
$lang["taxes_tax_jurisdiction_invalid_chars"] = "Ongeldige tekens in de naam van het bevoegd gerecht";
|
|
$lang["taxes_tax_jurisdiction_required"] = "BTW bevoegdheid is vereist";
|
|
$lang["taxes_tax_jurisdictions"] = "BTW-Rechtsgebieden";
|
|
$lang["taxes_tax_jurisdictions_configuration"] = "BTW-Rechtsgebied Configuratie";
|
|
$lang["taxes_tax_jurisdictions_saved_successfully"] = "BTW-Rechtsgebied wijzigingen opgeslagen";
|
|
$lang["taxes_tax_jurisdictions_saved_unsuccessfully"] = "BTW-Rechtsgebied wijzigingen niet opgeslagen";
|
|
$lang["taxes_tax_rate"] = "BTW-Tarief";
|
|
$lang["taxes_tax_rate_configuration"] = "BTW-Tarief Configuratie";
|
|
$lang["taxes_tax_rate_error_adding_updating"] = "BTW-Tarief toevoegen of bijwerken mislukt";
|
|
$lang["taxes_tax_rate_numeric"] = "BTW-tarief moet een getal zijn";
|
|
$lang["taxes_tax_rate_required"] = "BTW-Tarief is een verplicht veld";
|
|
$lang["taxes_tax_rate_successful_updated"] = "Je hebt met succes bijgewerkt";
|
|
$lang["taxes_tax_rate_successfully_added"] = "Je hebt succesvol toegevoegd";
|
|
$lang["taxes_tax_rates"] = "BTW-Tarieven";
|
|
$lang["taxes_tax_rates_configuration"] = "BTW-Tarieven Configuratie";
|
|
$lang["taxes_tax_rounding"] = "BTW-Afronding";
|
|
$lang["taxes_tax_type"] = "BTW Type";
|
|
$lang["taxes_update"] = "BTW-Tarief Bijwerken";
|
|
$lang["taxes_vat_tax"] = "BTW Belasting";
|