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
39 lines
1.3 KiB
PHP
Executable File
39 lines
1.3 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"activate" => "Activate",
|
|
"activate_budgets" => "Activate budgets",
|
|
"add_new_budget" => "Add New Budget",
|
|
"add_budget" => "Add budget",
|
|
"are_you_sure" => "Are you sure you want to delete budget?",
|
|
"budget" => "Budget",
|
|
"budget_name" => "Budget Name",
|
|
"performance" => "Budget Performance Report",
|
|
"performance_detail" => "Budget Detail Performance Report",
|
|
"budgets" => "Budgets",
|
|
"cancel" => "Cancel",
|
|
"create" => "Create",
|
|
"dashboard" => "Dashboard",
|
|
"delete" => "Delete",
|
|
"edit" => "Edit",
|
|
"edit_budget" => "Edit budget",
|
|
"export_data_to_copy_csv_pdf_print" => "Export data to Copy, CSV, Excel, PDF & Print",
|
|
"finance_home" => "Finance Home",
|
|
"id" => "Id",
|
|
"inactive" => "Inactive",
|
|
"months" => "Months",
|
|
"period_count_months" => "No. of Months",
|
|
"period_count_quarters" => "No. of Quarters",
|
|
"period_count_years" => "No. of Years",
|
|
"period_start_month" => "Start Month",
|
|
"period_start_quarter" => "Start Quarter",
|
|
"period_start_year" => "Start Year",
|
|
"quarters" => "Quarters",
|
|
"select" => "-- select --",
|
|
"submit" => "Submit",
|
|
"view" => "View",
|
|
"view_inactive_budgets" => "View Inactive Budgets",
|
|
"view_budgets" => "View Budgets",
|
|
"years" => "Years",
|
|
];
|