Files
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

27 lines
826 B
PHP
Executable File

<?php
return [
"activate" => "Activate",
"activate_outcomes" => "Activate outcomes",
"add_new_outcome" => "Add New Outcome",
"add_outcome" => "Add outcome",
"are_you_sure" => "Are you sure",
"cancel" => "Cancel",
"clinical_data_home" => "Clinical Data Home",
"create" => "Create",
"dashboard" => "Dashboard",
"delete" => "Delete",
"edit" => "Edit",
"edit_all_outcomes" => "Edit All Outcomes",
"edit_outcome" => "Edit outcome",
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
"id" => "Id",
"inactive" => "Inactive",
"outcome" => "Outcome",
"outcomes" => "Outcomes",
"submit" => "Submit",
"view" => "View",
"view_inactive_outcomes" => "View Inactive Outcomes",
"view_outcomes" => "View Outcomes",
];