mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
28 lines
1.7 KiB
PHP
28 lines
1.7 KiB
PHP
<?php
|
|
|
|
$lang["customers_account_number"] = "Account #";
|
|
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
|
|
$lang["customers_available_points"] = "Available Points";
|
|
$lang["customers_cannot_be_deleted"] = "Could not deleted selected customers, one or more of the selected customers has sales.";
|
|
$lang["customers_company_name"] = "Company";
|
|
$lang["customers_confirm_delete"] = "Are you sure you want to delete the selected customers?";
|
|
$lang["customers_customer"] = "Customer";
|
|
$lang["customers_discount"] = "Discount";
|
|
$lang["customers_error_adding_updating"] = "Error adding/updating customer";
|
|
$lang["customers_excel_import_failed"] = "Excel import failed";
|
|
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
|
|
$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
|
|
$lang["customers_excel_import_success"] = "Import of Customers successful";
|
|
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";
|
|
$lang["customers_new"] = "New Customer";
|
|
$lang["customers_none_selected"] = "You have not selected any customers to delete";
|
|
$lang["customers_one_or_multiple"] = "customer(s)";
|
|
$lang["customers_successful_adding"] = "You have successfully added customer";
|
|
$lang["customers_successful_deleted"] = "You have successfully deleted";
|
|
$lang["customers_successful_updating"] = "You have successfully updated customer";
|
|
$lang["customers_tax_code"] = "Tax Code";
|
|
$lang["customers_taxable"] = "Taxable";
|
|
$lang["customers_total"] = "Total";
|
|
$lang["customers_update"] = "Update Customer";
|
|
$lang["rewards_package"] = "Rewards Package";
|