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
17 lines
447 B
PHP
Executable File
17 lines
447 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"lab_form_name" => "Lab Form Name",
|
|
"home" => "Home",
|
|
"add_lab_form" => "Add Lab Form",
|
|
"edit_lab_form" => "Edit Lab Form",
|
|
"view_lab_form" => "Lab Form",
|
|
"edit" => "Edit",
|
|
"delete" => "Delete",
|
|
"are_you_sure" => "Are you sure?",
|
|
"add_lab" => "Add Lab",
|
|
"clear_stock" => "Clear Stock",
|
|
"delete_multiple_labs" => "Delete Multiple Labs",
|
|
"add_multiple_labs" => "Add Multiple Labs",
|
|
];
|