mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
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
27 lines
826 B
PHP
Executable File
27 lines
826 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"activate" => "Activate",
|
|
"activate_outcomes" => "Activate outcomes",
|
|
"add_new_outcome" => "Add New Outcome",
|
|
"add_outcome" => "Add outcome",
|
|
"are_you_sure" => "Are you sure",
|
|
"cancel" => "Cancel",
|
|
"clinical_data_home" => "Clinical Data Home",
|
|
"create" => "Create",
|
|
"dashboard" => "Dashboard",
|
|
"delete" => "Delete",
|
|
"edit" => "Edit",
|
|
"edit_all_outcomes" => "Edit All Outcomes",
|
|
"edit_outcome" => "Edit outcome",
|
|
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"id" => "Id",
|
|
"inactive" => "Inactive",
|
|
"outcome" => "Outcome",
|
|
"outcomes" => "Outcomes",
|
|
"submit" => "Submit",
|
|
"view" => "View",
|
|
"view_inactive_outcomes" => "View Inactive Outcomes",
|
|
"view_outcomes" => "View Outcomes",
|
|
];
|