misc_pterodactyl-panel/resources/lang/en/pagination.php

18 lines
532 B
PHP
Raw Permalink Normal View History

<?php
2016-12-30 22:19:23 +00:00
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
2016-12-30 22:19:23 +00:00
'previous' => '&laquo; Previous',
2017-08-22 03:10:48 +00:00
'next' => 'Next &raquo;',
2016-12-30 22:19:23 +00:00
];