remove unnecessary paginator language lines.

This commit is contained in:
Taylor Otwell
2011-11-22 23:15:11 -06:00
parent 927e675cb8
commit 8d8aa750d1
2 changed files with 3 additions and 9 deletions

View File

@@ -11,15 +11,9 @@ return array(
| the pagination links. They may be easily changed by the developer to
| anything they wish.
|
| The "status" line has two place-holders, :current and :last, for which
| the current and last page numbers are substituted, respectively.
|
*/
'first' => 'First',
'previous' => '« Previous',
'status' => 'Page :current of :last',
'next' => 'Next »',
'last' => 'Last',
);