akaunting/resources/lang/es-ES/transfers.php

13 lines
192 B
PHP
Raw Normal View History

2017-09-24 14:42:02 +00:00
<?php
return [
'from_account' => 'De Cuenta',
'to_account' => 'A Cuenta',
2018-06-20 15:47:39 +00:00
'messages' => [
'delete' => ':from a :to (:amount)',
],
2017-09-24 14:42:02 +00:00
];