demo.php 523 Bytes
<?php

return [

    'accounts_cash'         => 'Hotovost',
    'categories_uncat'      => 'Bez kategorie',
    'categories_deposit'    => 'Vklad',
    'categories_sales'      => 'Prodeje',
    'currencies_usd'        => 'Americký dolar',
    'currencies_eur'        => 'Euro',
    'currencies_gbp'        => 'Britská libra',
    'currencies_try'        => 'Turecká Lira',
    'taxes_exempt'          => 'Osvobození od daně',
    'taxes_normal'          => 'Normální daň',
    'taxes_sales'           => 'DPH',

];