11 lines
		
	
	
		
			228 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			228 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'previous'              => '« Fyrri',
 | |
|     'next'                  => 'Næsta »',
 | |
|     'showing'               => ':first-:last of :total records.',
 | |
|     'page'                  => 'per page.',
 | |
| 
 | |
| ];
 |