Blame view

resources/lang/he-IL/demo.php 535 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'         => 'מזומנים',
      'categories_deposit'    => 'פיקדון',
      'categories_sales'      => 'מכירות',
      'currencies_usd'        => 'דולר אמריקאי',
      'currencies_eur'        => 'יורו',
      'currencies_gbp'        => 'לירה שטרלינג',
      'currencies_try'        => 'לירה טורקית',
      'taxes_exempt'          => 'פטור ממס',
      'taxes_normal'          => 'מס רגיל',
      'taxes_sales'           => 'מיסים מכירות',
  
  ];