mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
36 lines
1.1 KiB
PHP
Executable File
36 lines
1.1 KiB
PHP
Executable File
<?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"
|
|
]; |