Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/resources/lang/en/pagination.php
7459 views
1
<?php
2
3
return [
4
/*
5
|--------------------------------------------------------------------------
6
| Pagination Language Lines
7
|--------------------------------------------------------------------------
8
|
9
| The following language lines are used by the paginator library to build
10
| the simple pagination links. You are free to change them to anything
11
| you want to customize your views to better match your application.
12
|
13
*/
14
15
'previous' => '&laquo; Previous',
16
'next' => 'Next &raquo;',
17
];
18
19