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) • 632 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} von ${1} ${0}",
"firstTip": "Erste Seite",
"lastTip": "Letzte Seite",
"nextTip": "Nächste Seite",
"prevTip": "Vorherige Seite",
"itemTitle": "Einträge",
"singularItemTitle": "Eintrag",
"pageStepLabelTemplate": "Seite ${0}",
"pageSizeLabelTemplate": "${0} Einträge pro Seite",
"allItemsLabelTemplate": "Alle Einträge",
"gotoButtonTitle": "Wechsel zu einer bestimmten Seite",
"dialogTitle": "Wechseln zur Seite",
"dialogIndication": "Seitennummer angeben",
"pageCountIndication": " (${0} Seiten)",
"dialogConfirm": "Start",
"dialogCancel": "Abbrechen",
"all": "Alle"
})
);