Blame view

resources/lang/cs-CZ/demo.php 523 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?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',
  
  ];