Files
streamline-emr/docker/_streamline-src/resources/lang/en/referral_hospitals.php
T

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",
];