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

13 lines
195 B
PHP
Raw Normal View History

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