summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/grid/enhanced/nls/sl/Pagination.js
blob: 5ea92225e5beaee1e0ecf341fdba2ae718038008 (plain)
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
//>>built
define(
"dojox/grid/enhanced/nls/sl/Pagination", //begin v1.x content
({
	"descTemplate": "${2} - ${3} od ${1} ${0}",
	"firstTip": "Prva stran",
	"lastTip": "Zadnja stran",
	"nextTip": "Naslednja stran",
	"prevTip": "Prejšnja stran",
	"itemTitle": "postavke",
	"singularItemTitle": "postavka",
	"pageStepLabelTemplate": "Stran ${0}",
	"pageSizeLabelTemplate": "${0} postavk na stran",
	"allItemsLabelTemplate": "Vse postavke",
	"gotoButtonTitle": "Pojdi na specifično stran",
	"dialogTitle": "Pojdi na stran",
	"dialogIndication": "Podajte številko strani",
	"pageCountIndication": " (${0} strani)",
	"dialogConfirm": "Pojdi",
	"dialogCancel": "Prekliči",
	"all": "vse"
})
//end v1.x content
);