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

13 lines
192 B
PHP
Raw Normal View History

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