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) • 615 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} / ${1} ${0}",
"firstTip": "Ensimmäinen sivu",
"lastTip": "Viimeinen sivu",
"nextTip": "Seuraava sivu",
"prevTip": "Edellinen sivu",
"itemTitle": "kohteet",
"singularItemTitle": "kohde",
"pageStepLabelTemplate": "Sivu ${0}",
"pageSizeLabelTemplate": "${0} kohdetta sivulla",
"allItemsLabelTemplate": "Kaikki kohteet",
"gotoButtonTitle": "Siirry tietylle sivulle",
"dialogTitle": "Siirry sivulle",
"dialogIndication": "Määritä sivunumero",
"pageCountIndication": " (${0} sivua)",
"dialogConfirm": "Siirry",
"dialogCancel": "Peruuta",
"all": "Kaikki"
})
);