akaunting/resources/lang/fr-FR/transfers.php

13 lines
201 B
PHP
Raw Normal View History

2017-09-21 16:12:11 +03:00
<?php
return [
'from_account' => 'Du compte',
'to_account' => 'Vers le compte',
2018-08-06 10:25:41 +03:00
'messages' => [
'delete' => ':from vers :to (:amount)',
],
2017-09-21 16:12:11 +03:00
];