14 lines
299 B
PHP
14 lines
299 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Pagination "Next" and "Previous" Language
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'previous' => '« Previous',
|
|
'next' => 'Next »',
|
|
|
|
); |