11 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			219 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'previous'              => '戻る',
 | |
|     'next'                  => '次',
 | |
|     'showing'               => ':first-:last of :total records.',
 | |
|     'page'                  => 'ページあたり',
 | |
| 
 | |
| ];
 |