akaunting/resources/lang/hr-HR/transfers.php

13 lines
194 B
PHP
Raw Normal View History

2017-12-18 18:01:26 +03:00
<?php
return [
'from_account' => 'S računa',
'to_account' => 'Na račun',
2018-08-06 10:25:41 +03:00
'messages' => [
'delete' => ':from za :to (:amount)',
],
2017-12-18 18:01:26 +03:00
];