Blame view

resources/lang/sv-SE/modules.php 1.8 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'              => 'Bästa betal',
      'new'                   => 'Nytt',
      'top_free'              => 'Bästa gratis',
      'free'                  => 'Fri',
      'search'                => 'Sök',
      'install'               => 'Installera',
      'buy_now'               => 'Köp nu',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Klicka här</a> att få din API-token.',
      'no_apps'               => 'Det finns inga appar i den här kategorin ännu.',
      'developer'             => 'Är du en utvecklare? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">här</a> du kan lära dig hur du skapar en app och börja sälja idag!',
  
      'about'                 => 'Om',
  
      'added'                 => 'Tillagd',
      'updated'               => 'Uppdaterad',
      'compatibility'         => 'Kompatibilitet',
  
      'installed'             => ':module installerad',
      'uninstalled'           => ':module avinstallerad',
      //'updated'               => ':module updated',
      'enabled'               => ':module aktiverad',
      'disabled'              => ':module inaktiverad',
  
      'tab' => [
          'installation'      => 'Installation',
          'faq'               => 'Vanliga frågor',
          'changelog'         => 'Ändringslog',
      ],
  
      'installation' => [
          'header'            => 'App-Installation',
          'download'          => 'Laddar ner :module fil.',
          'unzip'             => 'Packar upp :module filer.',
          'install'           => 'Installerar :module filer.',
      ],
  
      'button' => [
          'uninstall'         => 'Avinstallera',
          'disable'           => 'Inaktivera',
          'enable'            => 'Aktivera',
      ],
  ];