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) • 614 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} / ${1} ${0}",
"firstTip": "Első oldal",
"lastTip": "Utolsó oldal",
"nextTip": "Következő oldal",
"prevTip": "Előző oldal",
"itemTitle": "elemek",
"singularItemTitle": "tétel",
"pageStepLabelTemplate": "${0}. oldal",
"pageSizeLabelTemplate": "${0} elem oldalanként",
"allItemsLabelTemplate": "Összes elem",
"gotoButtonTitle": "Ugrás adott oldalra",
"dialogTitle": "Ugrás adott oldalra",
"dialogIndication": "Adja meg az oldalszámot",
"pageCountIndication": " (${0} oldal)",
"dialogConfirm": "Mehet",
"dialogCancel": "Mégse",
"all": "Mind"
})
);