repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint/7.0'
[ninja.git]
/
system
/
i18n
/
en_US
/
pagination.php
blob
26d65615727868736f3d4c3749a745514889a0b1
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct access allowed.'
);
2
3
$lang
=
array
4
(
5
'undefined_group'
=>
'The
%s
group is not defined in your pagination configuration.'
,
6
'page'
=>
'page'
,
7
'pages'
=>
'pages'
,
8
'item'
=>
'item'
,
9
'items'
=>
'items'
,
10
'of'
=>
'of'
,
11
'first'
=>
'first'
,
12
'last'
=>
'last'
,
13
'previous'
=>
'previous'
,
14
'next'
=>
'next'
,
15
);