Files
streamline-emr/docker/streamline-src/resources/lang/en/lab_forms.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

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