Blame view

resources/lang/da-DK/currencies.php 507 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'                  => 'Kode',
      'rate'                  => 'Sats',
      'default'               => 'Standardvaluta',
      'decimal_mark'          => 'Decimalseparator',
      'thousands_separator'   => 'Tusinder Separator',
      'precision'             => 'Præcision',
      'symbol' => [
          'symbol'            => 'Symbol',
          'position'          => 'Symbol Position',
          'before'            => 'Før beløbet',
          'after'             => 'Efter beløb',
      ]
  
  ];