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