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
32 lines
971 B
PHP
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"
|
|
];
|
|
?>
|