mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
20 lines
596 B
PHP
Executable File
20 lines
596 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"add_referral_hospital" => "Add Referral Hospital",
|
|
"dashboard" => "Dashboard",
|
|
"referral_hospital" => "Referral Hospital",
|
|
"create" => "Create",
|
|
"hospital_name" => "Hospital Name",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"edit_referral_hospital" => "Edit Referral Hospital",
|
|
"edit" => "Edit",
|
|
"activate_referral_hospital" => "Activate Referral Hospitals",
|
|
"activate" => "Activate",
|
|
"are_you_sure" => "Are you sure?",
|
|
"delete" => "Delete",
|
|
"view" => "View",
|
|
"view_referral_hospital" => "View Referral Hospitals",
|
|
];
|