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

13 lines
198 B
PHP
Raw Normal View History

2018-01-13 15:21:46 +03:00
<?php
return [
'from_account' => 'De la Cuenta',
'to_account' => 'A la Cuenta',
2018-06-20 18:47:39 +03:00
'messages' => [
2018-06-25 10:49:36 +03:00
'delete' => ':from a :to (:amount)',
2018-06-20 18:47:39 +03:00
],
2018-01-13 15:21:46 +03:00
];