17 lines
		
	
	
		
			643 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			643 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Canvia l\'idioma',
 | |
|     'last_login'            => 'Última connexió: :time',
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} No tens cap notificació|{1} Tens :count notificació|[2,*] Tens :count notificacions',
 | |
|         'overdue_invoices'  => '{1} :count factura vençuda|[2,*] :count factures vençudes',
 | |
|         'upcoming_bills'    => '{1} :count pròxima factura|[2,*] :count pròximes factures',
 | |
|         'view_all'          => 'Veure tot'
 | |
|     ],
 | |
|     'docs_link'             => 'https://akaunting.com/docs',
 | |
|     'support_link'          => 'https://akaunting.com/support',
 | |
| 
 | |
| ];
 |