summaryrefslogtreecommitdiff
path: root/kohana/i18n/en_US/pagination.php
blob: 26d65615727868736f3d4c3749a745514889a0b1 (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',
);