19 lines
460 B
PHP
19 lines
460 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Pagination Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used by the paginator library to build
|
|
| the pagination links. They may be easily changed by the developer to
|
|
| anything they wish.
|
|
|
|
|
*/
|
|
|
|
'previous' => '« Previous',
|
|
'next' => 'Next »',
|
|
|
|
); |