Files
streamline-emr/docker/streamline-src/resources/lang/en/point_of_sale.php
T
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

87 lines
3.0 KiB
PHP
Executable File

<?php
return [
'point_of_sale' => 'Point Of Sale',
'home' => 'Home',
'dashboard' => 'Dashboard',
'sale_date' => 'Sale Date',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'patient_category' => 'Patient Category',
'phone_number' => 'Phone Number',
'patient_information' => 'Patient Information',
'select' => 'Select',
'select_items' => 'SELECT ITEMS',
'quantity' => 'Quantity',
'unit_cost' => 'Unit Cost',
'duration_in_days' => 'Duration In Days',
'cost' => 'Cost',
'patient_is_allergic' => 'Patient is Allergic',
'out_of_stock' => 'Out Of Stock',
'eye_glass_total' => 'EYE GLASS TOTAL',
'drug' => 'Drug',
'dosage' => 'Dosage',
'dispense' => 'Dispense',
'price' => 'Price',
'_select' => '-select-',
'_frequency' => 'Frequency',
'add_dose' => 'Add dose',
'duration' => 'Duration',
'close' => 'Close',
'cancel' => 'Cancel',
'sundry' => 'Sundry',
'add_new' => 'Add New',
'patient' => 'PATIENT',
'add_referral' => 'Add Referral',
'select_a_patient' => '-- select a patient --',
'selected_sundries_orders' => 'Selected sundries orders',
'ugx' => '.UGX',
'quantity_to_dispense' => 'Quantity To Dispense',
'selected' => 'Selected',
'no_drugs_have_been_searched_yet' => 'No drugs have been searched yet',
'drugs_total' => 'DRUGS TOTAL',
'sundries_total' => 'SUNDRIES TOTAL',
'selected_items' => 'SELECT ITEMS',
'drug_with_quantity' => 'DRUGS WITH QUANTITY',
'drug_with_prescription' => 'DRUGS WITH PRESCRIPTION',
'eye_glasses' => 'EYE GLASSES',
'sundries' => 'SUNDRIES',
'all' => 'ALL',
'items' => 'ITEMS',
'drugs' => 'Drugs',
'do_you_wish_to_proceed' => 'Do you Wish to Proceed ?',
'proceed' => 'Proceed',
'confirm_selection' => 'Confirm Selection',
'patient_order_request' => 'Patient Order Request',
'print' => 'Print',
'tel' => 'Tel',
'email' => 'Email',
'cashier' => 'Cashier',
'new_patient' => 'New Patient',
'existing_patient' => 'Existing Patient',
'date' => 'Date',
'patient_name' => 'Patient Name',
'patient_number' => 'Patient Number',
'description' => 'Description',
'insured' => '(Insured)',
'total_cost' => 'Total Cost',
'total_to_pay' => 'Total to pay',
'approve_and_print_order' => 'Approve and Print Order',
'insurance_to_pay' => 'Insurance to pay',
'staff_guarantor_to_pay' => 'Staff guarantor to pay',
'to_pay' => 'To Pay',
'drugs_with_quantity' => 'DRUGS WITH QUANTITY',
'drugs_with_prescription' => 'DRUGS WITH PRESCRIPTION',
'balance_to_pay' => 'Balance to pay',
'hospital_to_pay' => 'Hospital to pay',
'patient_to_pay' => 'Patient to pay',
'streamline' => '&copy; Stre@mline',
'services' => 'Services',
'treatments' => 'Treatments',
'record_created_on' => 'Record Created On',
'record_created_by' => 'Record Created By',
'patient_names' => 'Patient Name',
'print_date' => 'Print Date',
'record_date' => 'Record Date',
'dispensed_by' => 'Dispensed By',
];