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

23 lines
762 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'reconcile' => 'Reconcile',
'unreconcile' => 'Unreconcile',
'reconciled' => 'Reconciled',
'opening_balance' => 'Opening Balance',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'transactions' => 'Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
2022-06-04 00:26:44 +00:00
'reconciled_amount' => 'Reconciled',
'in_progress' => 'In Progress',
'save_draft' => 'Save as Draft',
'irreconcilable' => 'Irreconcilable',
2020-12-26 23:32:05 +00:00
];