summaryrefslogtreecommitdiff
path: root/kohana/i18n/en_US/pagination.php
blob: 4ce2c196a076dc75931bed32037274a51fccc9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php defined('SYSPATH') or die('No direct access allowed.');

$lang = array
(
	'undefined_group' => 'The %s group is not defined in your pagination configuration.',
	'page'     => 'page',
	'pages'    => 'pages',
	'item'     => 'item',
	'items'    => 'items',
	'of'       => 'of',
	'first'    => 'first',
	'last'     => 'last',
	'previous' => 'previous',
	'next'     => 'next',
);