mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 19:51:30 +00:00
updated streamline-setup v2
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"symptoms" => "Symptoms",
|
||||
"dashboard" => "Dashboard",
|
||||
"clinical_data_home" => "Clinical Data Home",
|
||||
"submit" => "Submit",
|
||||
"cancel" => "Cancel",
|
||||
"home" => "Home",
|
||||
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
|
||||
"view" => "View",
|
||||
"symptom" => "Symptom",
|
||||
"prompt" => "Prompt",
|
||||
"reference_text" => "Reference Text",
|
||||
"edit" => "Edit",
|
||||
"delete" => "Delete",
|
||||
"are_you_sure" => "Are you sure",
|
||||
"activate_symptoms" => "Activate symptoms",
|
||||
"active" => "Active",
|
||||
"activate" => "Activate",
|
||||
"inactive" => "Inactive",
|
||||
"add_symptom" => "Add symptom",
|
||||
"create" => "Create",
|
||||
"reference_area" => "Reference Area",
|
||||
"add_more" => "Add more",
|
||||
"edit_symptom" => "Edit symptom",
|
||||
"reference_link" => "Reference link",
|
||||
"add_new_symptom" => "Add New Symptom",
|
||||
"edit_all_symptoms" => "Edit All Symptoms",
|
||||
"view_symptoms" => "View Symptoms",
|
||||
"view_inactive_symptoms" => "View Inactive Symptoms",
|
||||
"id" => "Id",
|
||||
"is_symptom_available" => "Is the Symptom available?",
|
||||
"yes"=>"Yes",
|
||||
"no"=>"No"
|
||||
];
|
||||
Reference in New Issue
Block a user