Files
spa-api/resources/lang/en/pagination.php

20 lines
534 B
PHP
Raw Normal View History

2014-03-15 10:14:55 +00:00
<?php
2014-08-28 13:07:32 +03:00
return [
2015-02-22 20:47:03 -06:00
/*
|--------------------------------------------------------------------------
| 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.
|
*/
2018-10-05 18:13:18 +02:00
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
2014-08-28 13:07:32 +03:00
];