akaunting/resources/lang/it-IT/transfers.php

13 lines
195 B
PHP
Raw Normal View History

2017-12-22 15:25:43 +03:00
<?php
return [
'from_account' => 'Dal conto',
'to_account' => 'Al Conto',
2018-08-29 16:47:58 +03:00
'messages' => [
2018-11-08 12:11:42 +03:00
'delete' => ':from da :to a (:amount)',
2018-08-29 16:47:58 +03:00
],
2017-12-22 15:25:43 +03:00
];