mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
56 lines
1.9 KiB
PHP
Executable File
56 lines
1.9 KiB
PHP
Executable File
<?php
|
|
|
|
return [
|
|
"add_sundry" => "Add sundry",
|
|
"dashboard" => "Dashboard",
|
|
"sundries" => "Sundries",
|
|
"create" => "Create",
|
|
"streamline_setup" => "Stre@mline setup (Step 10 of 12)",
|
|
"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",
|
|
"form"=>"Form",
|
|
"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",
|
|
'sundry_forms'=> "Sundry Forms",
|
|
"add_sundry_form"=>"Add Sundry Form",
|
|
"sundry_form"=>"Sundry Forms",
|
|
"activate_sundry_form"=>"Activate Sundry Form",
|
|
"sundry_form_name"=>"Sundry Form Name",
|
|
"edit_sundry_form"=>"Edit Sundry Form",
|
|
];
|