17 lines
		
	
	
		
			660 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			660 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Taal wijzigen',
 | |
|     'last_login'            => 'Laatste login :time',
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} U heeft geen melding |{1} U heeft :count notificatie| [2,*] U heeft :count notificaties',
 | |
|         'overdue_invoices'  => '{1} :count achterstallig factuur | [2,*] :count achterstallige facturen',
 | |
|         'upcoming_bills'    => '{1} :count aankomende factuur | [2,*] :count aankomende facturen',
 | |
|         'view_all'          => 'Alles Weergeven'
 | |
|     ],
 | |
|     'docs_link'             => 'https://akaunting.com/docs',
 | |
|     'support_link'          => 'https://akaunting.com/support',
 | |
| 
 | |
| ];
 |