Files
spa-api/application/language/en/pagination.php

19 lines
460 B
PHP
Raw Normal View History

2011-10-10 21:34:15 -05:00
<?php
2011-10-04 21:43:39 -05:00
2011-10-10 21:34:15 -05:00
return array(
2011-10-05 01:36:00 -05:00
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the pagination links. They may be easily changed by the developer to
| anything they wish.
|
*/
2011-11-22 21:21:36 -06:00
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
2011-10-04 21:43:39 -05:00
);