Files
hpt_inventory/lang/en/lang.php
2026-06-15 11:25:16 +07:00

50 lines
2.0 KiB
PHP

<?php
return [
"laboratory" => "Organization",
"forget_password" => "Forget password",
"sign_in" => "Sign in",
"keep_me_sign_in" => "Keep me signed in",
"dashboard" => "Dashboard",
"add_new" => "Add new",
"search" => "Search",
"payment" => "Payment",
"new_payment" => "New Payment",
"vaccination" => "Vaccination",
"invoice_list" => "Invoice List",
"logistics" => "Logistics",
"inventory" => "Inventory",
"stock_in" => "Stock In",
"stock_out" => "Stock Out",
"need_restock" => "Need Restock",
"expired_items" => "Expired Items",
"supplier" => "Supplier",
"report" => "Report",
"individual_report" => "Invidual Report",
"aggregate_report" => "Aggregate Report",
"doctor_report" => "Doctor Report",
"bacteriology_report" => "Bacteriology Report",
"administrator" => "Administrator",
"laboratory-profile" => "Lab Profile",
"department" => "Department",
"test_profile" => "Test Profile",
"result_config" => "Result Config",
"user_account" => "User Account",
"copyright" => "Copyright © 2022 LABONAK. All rights reserved.",
"lis" => "Organization Information System",
"new_laboratory" => "New Organization",
"lab_name_en" => "Organization Name (English)",
"lab_name_kh" => "Organization Name (Khmer)",
"lab_short_name" => "Short name",
"address_en" => "Address (English)",
"address_kh" => "Address (Khmer)",
"save" => "Save",
"cancel" => "Cancel",
"new_department" => "New department",
"sort_order" => "Sort Order",
"category" => "Category",
"edit_laboratory" => "",
];
?>