server/src/resources/lang/en/pagination.php
changeset 2 00e2916104fe
parent 1 01a844d292ac
equal deleted inserted replaced
1:01a844d292ac 2:00e2916104fe
     1 <?php
     1 <?php
     2 
     2 
     3 return [
     3 return [
     4 
     4 
     5 	/*
     5     /*
     6 	|--------------------------------------------------------------------------
     6     |--------------------------------------------------------------------------
     7 	| Pagination Language Lines
     7     | Pagination Language Lines
     8 	|--------------------------------------------------------------------------
     8     |--------------------------------------------------------------------------
     9 	|
     9     |
    10 	| The following language lines are used by the paginator library to build
    10     | The following language lines are used by the paginator library to build
    11 	| the simple pagination links. You are free to change them to anything
    11     | the simple pagination links. You are free to change them to anything
    12 	| you want to customize your views to better match your application.
    12     | you want to customize your views to better match your application.
    13 	|
    13     |
    14 	*/
    14     */
    15 
    15 
    16 	'previous' => '&laquo; Previous',
    16     'previous' => '&laquo; Previous',
    17 	'next'     => 'Next &raquo;',
    17     'next' => 'Next &raquo;',
    18 
    18 
    19 ];
    19 ];