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

28 lines
837 B
PHP
Executable File

<?php
return [
"update" => "Update",
"action" => "Action",
"new_donation_date" => "New donation date",
"phone" => "Phone",
"name" => "Name",
"blood_group" => "Blood group",
"new_blood_donation" => "New blood donation",
"dashboard" => "Dashboard",
"blood_donors" => "Blood donors",
"view" => "View",
"blood_donations" => "Blood donations",
"select_blood_group" => "Select blood group",
"search" => "Search",
"last_donated" => "Last Donated",
"add_donation" => "Add Donation",
"view_details" => "View Details",
"no_records_found" => "No records found",
"member_details" => "Member Details",
"willing_to_donate" => "Willing To Donate",
"no" => "No",
"yes" => "Yes",
"donation_date" => "Donation Date",
"donation_details" => "Donation Details",
];