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

20 lines
502 B
PHP
Raw Normal View History

2014-03-15 10:14:55 +00:00
<?php
2014-08-28 13:07:32 +03:00
return [
/*
|--------------------------------------------------------------------------
| 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',
'next' => 'Next &raquo;',
2014-08-28 13:07:32 +03:00
];