Commit 4263203d authored by Taylor Otwell's avatar Taylor Otwell

added comments to pagination language.

parent 52b68c06
<?php return array(
/*
|--------------------------------------------------------------------------
| Pagination Elements
|--------------------------------------------------------------------------
|
| These simple language lines provide the text for the Paginator class.
| Each line corresponds with an element of the pagination links generated
| by the class, and may be changed freely by the developer.
|
*/
'first' => 'First',
'previous' => '&larr; Previous',
'first' => 'First',
'next' => 'Next &rarr;',
'last' => 'Last',
'status' => 'Page :current of :last',
'status' => 'Page :current of :last',
'next' => 'Next &rarr;',
'last' => 'Last',
);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment