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

32 lines
971 B
PHP

<?php
return [
"add_risk" => "Add Risk",
"risk" => "Risks",
"index" => "All Risks",
"dashboard" => "Dashboard",
"patients" => "Patients",
"view" => "View",
"create" => "Create",
"risk_name" => "Risk Name",
"risk_code" => "Risk Code",
"risk_factor" => "Risk Multiplication Factor",
"risk_amount" => "Risk Absolute Amount",
"insurance_scheme_admin" => "Insurance Scheme Administration",
"submit" => "Submit",
"cancel" => "Cancel",
"inpatient_bed_categories" => "Inpatient bed categories",
"export_data_to_csv_excel_print" => "Export data to Copy, CSV, Excel, PDF & Print",
"edit" => "Edit",
"delete" => "Delete",
"are_you_sure" => "Are you sure?",
"edit_risk" => "Edit Risk",
"inactive_risks" => "Inactive Risks",
"activate" => "Activate",
"name" => "Name",
"creator" => "Created By",
"date" => "Date Created",
"type" => "Type",
"inactive" => "Deleted Risks"
];
?>