48 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'title'                 => 'API Token',
 | |
|     'api_token'             => 'Token',
 | |
|     'top_paid'              => 'Top betalt',
 | |
|     'new'                   => 'Ny',
 | |
|     'top_free'              => 'Top gratis',
 | |
|     'free'                  => 'GRATIS',
 | |
|     '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',
 | |
|     ],
 | |
| ];
 |