Files
streamline-emr/docker/_streamline-src/resources/lang/en/symptoms.php
T

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"
];