2019-12-25 14:32:47 +03:00

14 lines
332 B
PHP

<?php
return [
'accounts_cash' => 'Hotovost',
'categories_deposit' => 'Vklad',
'categories_sales' => 'Prodeje',
'currencies_usd' => 'Americký dolar',
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britská libra',
'currencies_try' => 'Turecká Lira',
];