akaunting/resources/lang/sr-RS/reconciliations.php

17 lines
589 B
PHP
Raw Normal View History

2018-11-12 11:14:09 +03:00
<?php
return [
'reconcile' => 'Ускладити',
'reconciled' => 'Усклађено',
'closing_balance' => 'Завршни салдо',
'unreconciled' => 'Неусаглашено',
'list_transactions' => 'Преглед трансакција',
'start_date' => 'Датум почетка',
'end_date' => 'Датум завршетка',
'cleared_amount' => 'Очишћен износ',
2018-12-11 16:47:45 +03:00
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
2018-11-12 11:14:09 +03:00
];