14 lines
332 B
PHP
Raw Normal View History

2017-12-13 14:48:50 +03:00
<?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',
];