Files
streamline-emr/docker/streamline-src/resources/lang/en/symptoms.php
T
alec.turner a424394109 Build modified streamline images
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
2024-03-10 16:17:50 -07:00

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