Blame view

resources/lang/nb-NO/modules.php 1.77 KB
b7c7a5f6   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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
  <?php
  
  return [
  
      'title'                 => 'API-token',
      'api_token'             => 'Token',
      'top_paid'              => 'Topp betalte',
      'new'                   => 'Ny',
      'top_free'              => 'Topp gratis',
      'free'                  => 'GRATIS',
      'search'                => 'Søk',
      'install'               => 'Installer',
      'buy_now'               => 'Kjøp nå',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Klikk her</a> for å få din API-token.',
      'no_apps'               => 'Det er ingen applikasjoner i denne kategorien ennå.',
      'developer'             => 'Er du en utvikler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Her</a> kan du lære hvordan du lager en applikasjon for salg.',
  
      'about'                 => 'Om',
  
      'added'                 => 'Lagt til',
      'updated'               => 'Oppdatert',
      'compatibility'         => 'Kompatibilitet',
  
      'installed'             => ':module installert',
      'uninstalled'           => ':module avinstallert',
      //'updated'               => ':module updated',
      'enabled'               => ':module aktivert',
      'disabled'              => ':module deaktivert',
  
      'tab' => [
          'installation'      => 'Installering',
          'faq'               => 'FAQ',
          'changelog'         => 'Endringslogg',
      ],
  
      'installation' => [
          'header'            => 'Applikasjonsinstallering',
          'download'          => 'Laster ned :module.',
          'unzip'             => 'Pakker ut :module.',
          'install'           => 'Installerer :module.',
      ],
  
      'button' => [
          'uninstall'         => 'Avinstaller',
          'disable'           => 'Deaktiver',
          'enable'            => 'Aktiver',
      ],
  ];