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.
23 lines (21 loc) • 670 B
JavaScript
define({
//begin v1.x content
"descTemplate": "${2} - ${3} od ${1} ${0}",
"firstTip": "Prva stranica",
"lastTip": "Zadnja stranica",
"nextTip": "Sljedeća stranica",
"prevTip": "Prethodna stranica",
"itemTitle": "stavke",
"singularItemTitle": "stavka",
"pageStepLabelTemplate": "Stranica ${0}",
"pageSizeLabelTemplate": "${0} stavaka po stranici",
"allItemsLabelTemplate": "Sve stavke",
"gotoButtonTitle": "Idi na određenu stranicu",
"dialogTitle": "Idi na stranicu",
"dialogIndication": "Navedite broj stranice",
"pageCountIndication": " (${0} stranica)",
"dialogConfirm": "Idi",
"dialogCancel": "Odustani",
"all": "Sve"
//end v1.x content
});