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

70 lines
2.8 KiB
PHP
Executable File

<?php
return [
'home' => 'Home',
'finance_home' => 'Finance Home',
'add_family_deposits' => 'Add Family Deposit',
'family_head' => 'Family Head',
'family_accounts' => 'Family Accounts',
'family_of' => 'Family of',
'amount_deposited' => 'Amount Deposited',
'family_deposit' => 'Family Deposit',
'deposited_on' => 'Deposited On',
'deposited_by' => 'Deposited By',
'family_members' => 'Family Members :',
'total_deposits' => 'Total deposits',
'current_balance' => 'Current balance',
'action' => 'Action',
'last_depost' => 'Last Deposit',
'total' => 'Total',
'number' => 'Number: ',
'contact' => 'Contact: ',
'tel' => 'Tel:',
'from' => 'From:',
'to' => 'To:',
'email' => 'Email:',
'print' => 'Print',
'save' => 'Save',
'cancel' => 'Cancel',
'add' => 'Add',
'edit' => 'Edit',
'deactivate' => 'Deactivate',
'cashier' => 'Cashier:',
'submit' => 'Submit:',
'showing_deposit_of' => 'Showing deposit of ',
'showing_deposit_from' => 'Showing deposit from ',
'showing_consumption_of' => 'Showing consumption of ',
'showing_consumption_from' => 'Showing consumption from ',
'inactive_family_accounts'=>'Inactive Family Accounts',
'activate_family_accounts'=>'Activate Family Accounts',
'activate'=>'Activate',
'date' => 'Date:',
'deposit_date' => 'Deposit date :',
'receipt_number' => 'Receipt Number :',
'residence' => 'Residence: ',
'family_account_deposit_receipt' => 'Family Account Deposit Receipt',
'family_account_deposit_report' => 'Family Accounts Deposit Report',
'family_account_consumption_report' => 'Family Accounts Consumption Report',
'family_account_deposit_details' => 'Family Accounts Deposits Details',
'family_account_consumption_details' => 'Family Account Consumption Details',
'consumption_details_for_the_family_of' => 'Consumption details for the family of ',
'deposit_details_for_the_family_of' => 'Deposit details for the family of ',
'streamline' => '&copy; Stre@mline',
'add_family_account' => 'Add Family Account',
'edit_family_account' => 'Edit Family Account',
'view_family_accounts' => 'View Family Accounts',
'create_family_account' => 'Create Family Account',
'reason' => 'Reason',
'amount_consumed' => 'Amount Consumed',
'account_balance' => 'Account Balance',
'last_deposit' => 'Last Deposit',
'received_by' => 'Received By',
'credit_mininum' => 'Credit Mininum',
'credit_limit' => 'Credit Limit',
'opening_amount' => 'Opening Amount',
'family_credit_limit' => 'Family Credit Limit',
'family_minimum_balance' => 'Family Minimum Balance',
'add_family_deposit' => 'Add Family Deposit',
'minimum_balance' => 'Minimum Balance',
'dashboard' => 'Dashboard'
];