1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| define({
| root: {
| status: '${start} - ${end} of ${total} results',
| gotoFirst: 'Go to first page',
| gotoNext: 'Go to next page',
| gotoPrev: 'Go to previous page',
| gotoLast: 'Go to last page',
| gotoPage: 'Go to page',
| jumpPage: 'Jump to page',
| rowsPerPage: 'Number of rows per page',
| notCompatibleWithOnDemand: 'The Pagination extension is not compatible with dgrid/OnDemandList ' +
| 'and dgrid/OnDemandGrid. Please use dgrid/List or dgrid/Grid as a base class.'
| },
| ar: true,
| de: true,
| es: true,
| fr: true,
| ja: true,
| pt: true,
| ro: true,
| sk: true,
| sl: true,
| th: true,
| 'zh-cn': true,
| 'zh-hk': true
| });
|
|