17 lines
464 B
PHP
17 lines
464 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'accounts_cash' => 'Hotovost',
|
||
|
'categories_deposit' => 'Vklad',
|
||
|
'categories_sales' => 'Predaje',
|
||
|
'currencies_usd' => 'Americký dolar',
|
||
|
'currencies_eur' => 'Euro',
|
||
|
'currencies_gbp' => 'Britská libra',
|
||
|
'currencies_try' => 'Turecká Lira',
|
||
|
'taxes_exempt' => 'Oslobodené od daně',
|
||
|
'taxes_normal' => 'Daň',
|
||
|
'taxes_sales' => 'DPH',
|
||
|
|
||
|
];
|