mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
updated streamline-setup v2
This commit is contained in:
+85
@@ -0,0 +1,85 @@
|
||||
<?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"
|
||||
];
|
||||
Reference in New Issue
Block a user