mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
84 lines
2.8 KiB
PHP
Executable File
84 lines
2.8 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",
|
|
"slug" => "Slug",
|
|
"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",
|
|
"edit_ward" => "Edit ward",
|
|
"delete_ward" => "Delete ward",
|
|
"view_wards" => "View wards",
|
|
"inactive_wards" => "Deleted wards",
|
|
"is_ward_available" => "Is the Ward available?",
|
|
"yes"=>"Yes",
|
|
"no"=>"No"
|
|
];
|