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

13 lines
210 B
PHP
Raw Normal View History

2018-11-12 11:14:09 +03:00
<?php
return [
'from_account' => 'Са рачуна',
'to_account' => 'На рачун',
'messages' => [
'delete' => ':from за :to (:amount)',
],
];