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
|
|
|
|
|
|
|
|
'first' => 'First',
|
2011-10-04 21:43:39 -05:00
|
|
|
'previous' => '← Previous',
|
2011-10-05 01:36:00 -05:00
|
|
|
'status' => 'Page :current of :last',
|
|
|
|
|
'next' => 'Next →',
|
|
|
|
|
'last' => 'Last',
|
2011-10-04 21:43:39 -05:00
|
|
|
|
|
|
|
|
);
|