Blame view

resources/lang/ru-RU/demo.php 650 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'         => 'Средства',
      'categories_uncat'      => 'Без категории',
      'categories_deposit'    => 'Депозит',
      'categories_sales'      => 'Продажи',
      'currencies_usd'        => 'Доллар США',
      'currencies_eur'        => 'Евро',
      'currencies_gbp'        => 'Британский Фунт',
      'currencies_try'        => 'Турецкая Лира',
      'taxes_exempt'          => 'Налоговые освобождения',
      'taxes_normal'          => 'Обычный налог',
      'taxes_sales'           => 'Налог с продаж',
  
  ];