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
49 lines
1.6 KiB
PHP
Executable File
49 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"add_sundry" => "Add sundry",
|
|
"dashboard" => "Dashboard",
|
|
"sundries" => "Sundries",
|
|
"create" => "Create",
|
|
"streamline_setup" => "Stre@mline setup (Step 8 of 10)",
|
|
"sundry_name" => "Sundry name",
|
|
"buying_price" => "Buying price",
|
|
"non_insured_price" => "Cash price",
|
|
"insurance_coverage" => "Insurance coverage",
|
|
"yes" => "Yes",
|
|
"no" => "No",
|
|
"insured_price" => "Insured price",
|
|
"income_account" => "Income Account",
|
|
"cost_of_goods" => "Cost Of Goods Account",
|
|
"inventory_asset_account" => "Inventory Asset Account",
|
|
"select_from_list" => "Select any from list",
|
|
"next" => "Next",
|
|
"skip" => "Skip",
|
|
"submit" => "Submit",
|
|
"cancel" => "Cancel",
|
|
"edit_sundry" => "Edit sundry",
|
|
"edit" => "Edit",
|
|
"activate" => "Activate",
|
|
"activate_sundries" => "Activate sundries",
|
|
"are_you_sure" => "Are you sure?",
|
|
"delete" => "Delete",
|
|
"submit_sundries" => "Submit Sundries",
|
|
"select_sundries_above" => "Select sundries above",
|
|
"total" => "Total",
|
|
"paid" => "Paid",
|
|
"is_sundry_available" => "Is the Sundry available?",
|
|
"pending_sundries" => "Pending sundries",
|
|
"selected_sundries_orders" => "Selected sundries orders",
|
|
"select" => "Select",
|
|
"sundry" => "Sundry",
|
|
"quantity" => "Quantity",
|
|
"unit_cost" => "Unit Cost",
|
|
"total_cost" => "Total Cost",
|
|
"confirm_sundries" => "Confirm Sundries",
|
|
"select_sundries" => "Select Sundries",
|
|
"patient_home" => "Patient Home",
|
|
"ordering_sundries" => "Ordering sundries",
|
|
"order_sundries" => "Order sundries for",
|
|
"for_episode" => "for Episode started on",
|
|
];
|