Files
streamline-emr/docker/streamline-src/resources/lang/en/patient_accounts.php

54 lines
2.0 KiB
PHP

<?php
return [
"refund_deposit" => "Refund Deposit",
"make_deposit" => "Make Deposit",
"add_deposit" => "Add Deposit",
"current_balance" => "Current Balance",
"patient_names" => "Patient Names",
"amount_consumed" => "Amount Consumed",
"date_consumed" => "Date Consumed",
"reason" => "Reason",
"consumption" => "Consumption",
"refund_amount" => "Refund Amount",
"refund_date" => "Refund Date",
"received_by" => "Received By",
"refunds" => "Refunds",
"deposit_amount" => "Deposit Amount",
"deposit_date" => "Deposit Date",
"deposits" => "Deposits",
"print_statement" => "Print Statement",
"last_24_hours" => "Last 24 hours",
"custom_date" => "Custom Date",
"custom_range" => "Custom Range",
"patient_account_statement" => "Patient Account Statement",
"statement" => "Statement",
"cancel_refund" => "Cancel refund",
"refund_record_date" => "Refund Record Date",
"refund_transaction_date" => "Refund Transaction Date",
"refunded_by" => "Refunded By",
"refunded_reason" => "Refunded Reason",
"to" => "To",
"reports" => "Reports",
"patient_accounts_refunds" => "Patient Accounts Refunds",
"account_balance" => "Account Balance",
"account_to_pay_from" => "Account To Pay From",
"refund_patient_accounts" => "Refund Patient Accounts",
"printed_on" => "Printed On",
"by" => "By",
"patient_paid_with" => "Patient Paid With",
"details" => "Details",
"amounts" => "Amounts",
"transaction_date" => "Transaction Date",
"years" => "Years",
"email" => "Email",
"phone_number" => "Phone Number",
"patient_accounts_consumption_reports" => "Patient Accounts Consumption Reports",
"patient_accounts_refunds_reports" => "Patient Accounts Refunds Reports",
"patient_accounts_deposits_reports" => "Patient Accounts Deposits Reports",
"cash_to_pay" => "Cash to Pay",
"add_payment_method" => "Add Payment Method",
"cancel_deposit" => "Cancel Deposit",
"patient_accounts_deposits" => "Patient Accounts Deposits",
];