14 lines
330 B
PHP
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',
|
|
|
|
];
|