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

23 lines
762 B
PHP
Raw Normal View History

2018-10-27 17:57:40 +03:00
<?php
return [
'reconcile' => 'Reconcile',
2020-08-20 12:55:59 +03:00
'unreconcile' => 'Unreconcile',
2018-10-27 17:57:40 +03:00
'reconciled' => 'Reconciled',
'opening_balance' => 'Opening Balance',
2018-10-27 17:57:40 +03:00
'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',
2022-06-01 10:15:55 +03:00
'reconciled_amount' => 'Reconciled',
'in_progress' => 'In Progress',
'save_draft' => 'Save as Draft',
'irreconcilable' => 'Irreconcilable',
2018-10-27 17:57:40 +03:00
];