11 lines
213 B
PHP
11 lines
213 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => 'Previous',
|
|
'next' => 'Next',
|
|
'showing' => ':first-:last of :total records.',
|
|
'page' => 'per page.',
|
|
|
|
];
|