10 lines
		
	
	
		
			211 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			211 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'previous'              => 'Anterior',
 | |
|     'next'                  => 'Següent',
 | |
|     'showing'               => '(:first-:last de :total)',
 | |
|     'page'                  => 'per pàgina',
 | |
| ];
 |