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

24 lines
707 B
PHP
Executable File

<?php
return [
"please_compulsory_fields" => "Please fill in all compulsory fields",
"cancel" => "Cancel",
"submit" => "Submit",
"specimen_name" => "Specimen name",
"create" => "Create",
"dashboard" => "Dashboard",
"add_specimen" => "Add specimen",
"specimens" => "Specimens",
"add_another" => "Add Another",
"edit" => "Edit",
"edit_specimen" => "Edit specimen",
"name" => "Name",
"inactive_specimens" => "Inactive specimens",
"activate" => "Activate",
"lab_specimens" => "Lab specimens",
"delete" => "Delete",
"are_you_sure" => "Are you sure?",
"view_specimen" => "View specimens",
"activate_specimen" => "Activate specimen",
];