dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
22 lines (21 loc) • 616 B
JavaScript
define(
({
"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": "Podaj številko strani",
"pageCountIndication": " (${0} strani)",
"dialogConfirm": "Pojdi",
"dialogCancel": "Prekliči",
"all": "Vse"
})
);