mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 01:07:58 -05:00
Added translation using Weblate (Tagalog)
This commit is contained in:
22
application/language/tl/suppliers_lang.php
Normal file
22
application/language/tl/suppliers_lang.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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";
|
||||
Reference in New Issue
Block a user