Files
streamline-emr/docker/streamline-src/resources/lang/en/wards.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

86 lines
2.9 KiB
PHP
Executable File

<?php
return [
"add_ward" => "Add ward",
"dashboard" => "Dashboard",
"wards" => "Wards",
"create" => "Create",
"streamline_setup" => "Stre@mline setup (Step 3 of 10)",
"ward_name" => "Ward name",
"hmis_ward" => "HMIS Ward",
"hmis_wards" => "Hmis Wards",
"select_type" => "Select HMIS Ward",
"select_ward_type" => "Select Ward Type",
"slug" => "Slug",
"type" => "Type",
"ward_beds" => "Ward beds",
"add_another" => "Add Another",
"select_any" => "Select any from list",
"next" => "Next",
"skip" => "Skip",
"submit" => "Submit",
"cancel" => "Cancel",
"edit" => "Edit",
"edit_ward" => "Edit ward",
"activate_wards" => "Activate wards",
"activate" => "Activate",
"are_you_sure" => "Are you sure?",
"delete" => "Delete",
"list_of_wards" => "LIST OF WARDS",
"view_wards" => "View Wards",
"select" => "Select",
"select_ward" => "Select ward",
"error_occurred" => "An error occured. Contact the system administrator",
"bed_category_saved" => "Bed Category Saved",
"comments_saved" => "Comment has been saved",
"bed_no_saved" => "Bed Number Saved",
"historical_anaesthetics" => "Historical Anaesthetics",
"surgery" => "SURGERY",
"anaesthetics" => "ANAESTHETICS",
"theatre_module" => "Theatre Module",
"maternity_summary" => "MATERNITY SUMMARY",
"delivery_record" => "DELIVERY RECORD",
"maternity_admission" => "MATERNITY ADMISSION",
"inpatient_billing" => "In-Patient Billing",
"inpatient_sheet" => "In-Patient Sheet",
"consultation" => "Consultation",
"triage" => "Triage",
"female" => "Female",
"male" => "Male",
"comments" => "Comments",
"primary_diagnosis" => "Primary diagnosis",
"age" => "Age",
"sex" => "Sex",
"names" => "Names",
"admission" => "Admission",
"bed_category" => "Bed Category",
"bed" => "Bed",
"showing_results_from" => "Showing results from",
"no_ward_selected" => "No ward selected",
"all_records" => "All records",
"last_24_hours" => "Last 24 hours",
"custom_date" => "Custom Date",
"custom_range" => "Custom Range",
"date" => "Date",
"from" => "From",
"to" => "To",
"patient_management" => "PATIENT MANAGEMENT",
"wards_home" => "Wards Home",
"ward_patient_list" => "Ward Patient List",
"ward_list" => "Ward List",
"hmis_ward_list" => "Hmis Ward List",
"hmis_create_ward" => "Create Hmis ward",
"hmis_edit_ward" => "Edit Hmis ward",
"hmis_delete_ward" => "Delete Hmis ward",
"hmis_view_wards" => "View Hmis wards",
"hmis_inactive_wards" => "Deleted Hmis wards",
"create_ward" => "Create ward",
"yesterday" => "Yesterday",
"delete_ward" => "Delete ward",
"today" => "Today",
"inactive_wards" => "Deleted wards",
"is_ward_available" => "Is the Ward available?",
"yes"=>"Yes",
"no"=>"No"
];