freenetis-github/system/i18n/en_US/pagination.php @ c1bdc1c4
8baed187 | Michal Kliment | <?php defined('SYSPATH') or die('No direct access allowed.');
|
|
$lang = array
|
|||
(
|
|||
'page' => 'page',
|
|||
'pages' => 'pages',
|
|||
'item' => 'item',
|
|||
'items' => 'items',
|
|||
'of' => 'of',
|
|||
'first' => 'first',
|
|||
'last' => 'last',
|
|||
'previous' => 'previous',
|
|||
'next' => 'next',
|
|||
);
|