11 lines
178 B
PHP
11 lines
178 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'first' => 'First',
|
|
'previous' => '← Previous',
|
|
'status' => 'Page :current of :last',
|
|
'next' => 'Next →',
|
|
'last' => 'Last',
|
|
|
|
); |