mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-28 04:46:33 -05:00
24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
<?php
|
|
|
|
$lang["suppliers_account_number"] = "Account Number";
|
|
$lang["suppliers_agency_name"] = "Agency Name";
|
|
$lang["suppliers_cannot_be_deleted"] = "Could not delete selected Supplier(s). One or more have Sales.";
|
|
$lang["suppliers_category"] = "Category";
|
|
$lang["suppliers_company_name"] = "Company Name";
|
|
$lang["suppliers_company_name_required"] = "Company Name is a required field.";
|
|
$lang["suppliers_confirm_delete"] = "Are you sure you want to delete the selected Supplier(s)?";
|
|
$lang["suppliers_confirm_restore"] = "Are you sure you want to restore selected Supplier(s)?";
|
|
$lang["suppliers_cost"] = "Cost Supplier";
|
|
$lang["suppliers_error_adding_updating"] = "Supplier update or add failed.";
|
|
$lang["suppliers_goods"] = "Goods Supplier";
|
|
$lang["suppliers_new"] = "New Supplier";
|
|
$lang["suppliers_none_selected"] = "You have not selected Supplier(s) to delete.";
|
|
$lang["suppliers_one_or_multiple"] = "Supplier(s)";
|
|
$lang["suppliers_successful_adding"] = "You have successfully added Supplier";
|
|
$lang["suppliers_successful_deleted"] = "You have successfully deleted";
|
|
$lang["suppliers_successful_updating"] = "You have successfully updated Supplier";
|
|
$lang["suppliers_supplier"] = "Supplier";
|
|
$lang["suppliers_supplier_id"] = "Id";
|
|
$lang["suppliers_tax_id"] = "Tax Id";
|
|
$lang["suppliers_update"] = "Update Supplier";
|