Blame view

thread/modules/location/messages/en/app.php 561 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' => 'Location',
      'Country' => 'Country',
      'City' => 'City',
      'Currency' => 'Currency',
      'Language' => 'Language',
      'location_country_id' => 'Country',
      //Country
      'alpha2' => 'alpha2',
      'alpha3' => 'alpha3',
      'iso' => 'iso',
      //Currency
      'Course' => 'Course',
      'code1' => 'code1',
      'code2' => 'code2',
      '(Html code) to display symbol' => '(Html code) to display symbol',
      //
      'region' => 'Region'
  ];