Blame view

resources/lang/it-IT/demo.php 490 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php
  
  return [
  
      'accounts_cash'         => 'Contanti',
      'categories_deposit'    => 'Deposito',
      'categories_sales'      => 'Vendite',
      'currencies_usd'        => 'Dollaro USA',
      'currencies_eur'        => 'Euro',
      'currencies_gbp'        => 'Sterlina Regno Unito',
      'currencies_try'        => 'Lira turca',
      'taxes_exempt'          => 'Esenti da imposte',
      'taxes_normal'          => 'Tassa normale',
      'taxes_sales'           => 'Imposta sulle vendite',
  
  ];