2018-11-08 12:11:42 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'reconcile' => 'Reconcile',
|
|
|
|
'reconciled' => 'Reconciled',
|
|
|
|
'closing_balance' => 'Galutinis likutis',
|
|
|
|
'unreconciled' => 'Unreconciled',
|
|
|
|
'list_transactions' => 'Operacijos',
|
|
|
|
'start_date' => 'Pradžios data',
|
|
|
|
'end_date' => 'Pabaigos data',
|
|
|
|
'cleared_amount' => 'Cleared Amount',
|
2018-11-30 17:30:49 +03:00
|
|
|
'deposit' => 'Deposit',
|
|
|
|
'withdrawal' => 'Withdrawal',
|
2018-11-08 12:11:42 +03:00
|
|
|
|
|
|
|
];
|