akaunting/resources/lang/en-GB/reconciliations.php

17 lines
478 B
PHP
Raw Normal View History

2018-10-27 17:57:40 +03:00
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
2019-11-16 10:21:14 +03:00
'transactions' => 'Transactions',
2018-10-27 17:57:40 +03:00
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
2018-11-29 17:34:21 +03:00
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
2018-10-27 17:57:40 +03:00
];