15 lines
		
	
	
		
			523 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			523 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'change_language'       => 'Ndrysho Gjuhen',
 | |
|     'last_login'            => 'Identifikimi i fundit :time',
 | |
|     'notifications' => [
 | |
|         'counter'           => '{0} Ju nuk keni njoftim |{1} Ju keni :count njoftim |[2,*] Ju keni :count njoftime',
 | |
|         'overdue_invoices'  => '{1} :count faturë e vonuar |[2,*] :count fatura të vonuara',
 | |
|         'upcoming_bills'    => '{1} :count faturë e ardhshme |[2,*] :count fatura të ardhshme',
 | |
|         'view_all'          => 'Shiko te Gjitha'
 | |
|     ],
 | |
| 
 | |
| ];
 |