2019-03-07 16:37:05 +03:00

14 lines
330 B
PHP

<?php
return [
'accounts_cash' => 'Efectivo',
'categories_deposit' => 'Depósito',
'categories_sales' => 'Ventas',
'currencies_usd' => 'Dólar EEUU',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libra Esterlina',
'currencies_try' => 'Libra Turca',
];