Blame view

resources/lang/sv-SE/demo.php 517 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'         => 'Kontanter',
      'categories_uncat'      => 'Okatergoriserad',
      'categories_deposit'    => 'Insättning',
      'categories_sales'      => 'Försäljning',
      'currencies_usd'        => 'US-Dollar',
      'currencies_eur'        => 'Euro',
      'currencies_gbp'        => 'Brittiska pund',
      'currencies_try'        => 'Turkiska Lira',
      'taxes_exempt'          => 'Momsfria',
      'taxes_normal'          => 'Normal Moms',
      'taxes_sales'           => 'Moms',
  
  ];