Files
opensourcepos/app/Language/en/Suppliers.php
BudsieBuds c39b733c90 Language fallback improvement
- Changes for following best practice for CI4 localization
- Norwegian and Urdu languages now working again
- Sort languages by alphabet in config
2024-06-15 17:19:15 +02:00

25 lines
1016 B
PHP

<?php
return [
"account_number" => "Account Number",
"agency_name" => "Agency Name",
"cannot_be_deleted" => "Could not delete selected Supplier(s). One or more have Sales.",
"category" => "Category",
"company_name" => "Company Name",
"company_name_required" => "Company Name is a required field.",
"confirm_delete" => "Are you sure you want to delete the selected Supplier(s)?",
"confirm_restore" => "Are you sure you want to restore selected Supplier(s)?",
"cost" => "Cost Supplier",
"error_adding_updating" => "Supplier update or add failed.",
"goods" => "Goods Supplier",
"new" => "New Supplier",
"none_selected" => "You have not selected Supplier(s) to delete.",
"one_or_multiple" => "Supplier(s)",
"successful_adding" => "You have successfully added Supplier",
"successful_deleted" => "You have successfully deleted",
"successful_updating" => "You have successfully updated Supplier",
"supplier" => "Supplier",
"supplier_id" => "Id",
"tax_id" => "Tax Id",
"update" => "Update Supplier",
];