15 lines
296 B
PHP
Executable File
15 lines
296 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Pagination Language Lines
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'previous' => '« Previous',
|
|
'next' => 'Next »',
|
|
|
|
];
|