Blame view

resources/lang/sq-AL/currencies.php 509 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php
  
  return [
  
      'code'                  => 'Kodi',
      'rate'                  => 'Normë',
      'default'               => 'Valuta e Parazgjedhur',
      'decimal_mark'          => 'Marku Decimal',
      'thousands_separator'   => 'Mijëra Ndarës',
      'precision'             => 'Saktësia',
      'symbol' => [
          'symbol'            => 'Simboli',
          'position'          => 'Pozicioni i Simbolit',
          'before'            => 'Para Shuma',
          'after'             => 'Pas Shuma',
      ]
  
  ];