akaunting/resources/lang/ro-RO/reconciliations.php

17 lines
503 B
PHP
Raw Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
2019-02-04 19:07:34 +03:00
'list_transactions' => 'Afișeayă tranzacție',
'start_date' => 'Data de început',
'end_date' => 'Data de sfârșit',
2018-11-08 12:11:42 +03:00
'cleared_amount' => 'Cleared Amount',
2019-02-04 19:07:34 +03:00
'deposit' => 'Depozit',
'withdrawal' => 'Withdrawal',
2018-11-08 12:11:42 +03:00
];