17 lines
		
	
	
		
			642 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			642 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Skift sprog',
 | |
|     'last_login'            => 'Sidste login :time',
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} du har ingen notifikationer|{1} Du har :count notifikation|[2, *] Du har :count notifikationer',
 | |
|         'overdue_invoices'  => '{1} :count forfalden regning|[2,*] :count forfaldne regninger',
 | |
|         'upcoming_bills'    => '{1} :count kommende regning|[2,*] :count kommende regninger',
 | |
|         'view_all'          => 'Vis alle'
 | |
|     ],
 | |
|     'docs_link'             => 'https://akaunting.com/docs',
 | |
|     'support_link'          => 'https://akaunting.com/support',
 | |
| 
 | |
| ];
 |