29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Ändra språk',
 | |
|     'last_login'            => 'Senaste inloggningen :time',
 | |
| 
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} Du har inga notifikationer|{1} Du har :count notifikationer|[2,*] Du har :count notifikationer',
 | |
|         'new_apps'          => '{1} :count ny app är publicerad<unk> [2,*] :count nya appar publicerade',
 | |
|         'overdue_invoices'  => '{1} :count förfallna fakturor|[2,*] :count förfallna fakturor',
 | |
|         'upcoming_bills'    => '{1} :count kommande räkning|[2,*] :count kommande räkningar',
 | |
|         'view_all'          => 'Visa alla',
 | |
| 
 | |
|         'exports' => [
 | |
|             'completed' => '{1} :count färdig export<unk> [2,*] :count färdiga exporter',
 | |
|             'failed' => '{1} :count misslyckad export<unk> [2,*] :count misslyckade exporter',
 | |
|         ],
 | |
|         'imports' => [
 | |
|             'completed' => '{1} :count färdig import<unk> [2,*] :count färdiga importer',
 | |
|             'failed' => '{1} :count misslyckad import<unk> [2,*] :count misslyckade importer',
 | |
|         ],
 | |
|     ],
 | |
| 
 | |
|     'docs_link'             => 'https://akaunting.com/docs',
 | |
|     'support_link'          => 'https://akaunting.com/support',
 | |
| 
 | |
| ];
 |