Blame view

resources/lang/da-DK/modules.php 1.78 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'              => 'Top betalt',
      'new'                   => 'Ny',
      'top_free'              => 'Top gratis',
      'free'                  => 'GRATIS',
      'search'                => 'Søg',
      'install'               => 'Installer',
      'buy_now'               => 'Køb nu',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Klik her</a> for at få din API-token.',
      'no_apps'               => 'Der er ingen apps i denne kategori endnu.',
      'developer'             => 'Er du udvikler? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">her</a> kan du lære hvordan du opretter en app og begynde at sælge i dag!',
  
      'about'                 => 'Om',
  
      'added'                 => 'Tilføjet',
      'updated'               => 'Opdateret',
      'compatibility'         => 'Kompatibilitet',
  
      'installed'             => ':module installeret',
      'uninstalled'           => ':module afinstalleret',
      //'updated'               => ':module updated',
      'enabled'               => ':module aktiveret',
      'disabled'              => ':module deaktiveret',
  
      'tab' => [
          'installation'      => 'Installation',
          'faq'               => 'FAQ',
          'changelog'         => 'Ændringslog',
      ],
  
      'installation' => [
          'header'            => 'App installation',
          'download'          => 'Downloading :modul filen.',
          'unzip'             => 'Udpakker :module filer.',
          'install'           => 'Installere :module filer.',
      ],
  
      'button' => [
          'uninstall'         => 'Afinstaller',
          'disable'           => 'Deaktiver',
          'enable'            => 'Aktivér',
      ],
  ];