mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-23 01:45:05 -05:00
25 lines
1.6 KiB
PHP
Executable File
25 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
$lang["customers_account_number"] = "Btwnummer";
|
|
$lang["customers_account_number_duplicate"] = "Deze VAT nummer is reeds aanwezig in de database";
|
|
$lang["customers_cannot_be_deleted"] = "De geselecteerde klanten konden niet worden verwijderd. Eén of meerdere klanten hebben verkoopsgegevens in de database zitten.";
|
|
$lang["customers_company_name"] = "Bedrijfsnaam";
|
|
$lang["customers_confirm_delete"] = "Bent u zeker dat u de geselecteerde klanten wil verwijderen?";
|
|
$lang["customers_customer"] = "Klant";
|
|
$lang["customers_discount"] = "Discount";
|
|
$lang["customers_error_adding_updating"] = "Fout bij het toevoegen/bewerken van een klant";
|
|
$lang["customers_new"] = "Nieuwe Klant";
|
|
$lang["customers_none_selected"] = "U hebt geen klanten geselecteerd";
|
|
$lang["customers_one_or_multiple"] = "klant(en) verwijderd";
|
|
$lang["customers_successful_adding"] = "Klant succesvol aangemaakt";
|
|
$lang["customers_successful_deleted"] = "Er werd(en)";
|
|
$lang["customers_successful_updating"] = "Wijzigingen klantgegevens bewaard voor ";
|
|
$lang["customers_taxable"] = "Belastbaar";
|
|
$lang["customers_total"] = "Total";
|
|
$lang["customers_update"] = "Bewerk Klant";
|
|
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";
|
|
$lang["customers_excel_import_failed"] = "Excel import mislukt";
|
|
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
|
$lang["customers_excel_import_success"] = "Import of Customers successful";
|
|
$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
|