Blame view

thread/modules/location/messages/uk/app.php 634 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  <?php
  
  /**
   * @author FilamentV <vortex.filament@gmail.com>
   * @copyright (c), Thread
   */
  return [
      'location' => 'Локалізація',
      'Country' => 'Країни',
      'City' => 'Міста',
      'Currency' => 'Валюти',
      'Language' => 'Мови',
      'location_country_id' => 'Країна',
      //Country
      'alpha2' => 'alpha2',
      'alpha3' => 'alpha3',
      'iso' => 'iso',
      //Currency
      'Course' => 'Курс',
      'code1' => 'code1',
      'code2' => 'code2',
      '(Html code) to display symbol' => '(Html code) для відображення символу',
      //
      'region' => 'Область'
  ];