Files
nl-admin-api/lang/en/pagination.php

21 lines
508 B
PHP
Raw Normal View History

2014-03-15 10:14:55 +00:00
<?php
return array(
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
2013-01-11 15:14:07 -06:00
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
2013-02-08 14:24:18 -06:00
'next' => 'Next &raquo;',
2014-03-15 10:14:55 +00:00
);