11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'previous'              => 'Anterior',
 | |
|     'next'                  => 'Próximo',
 | |
|     'showing'               => ':first-:last de :total de registros.',
 | |
|     'page'                  => 'por página.',
 | |
| 
 | |
| ];
 |