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) • 662 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} / ${1}",
"firstTip": "Pierwsza strona",
"lastTip": "Ostatnia strona",
"nextTip": "Następna strona",
"prevTip": "Poprzednia strona",
"itemTitle": "elementy",
"singularItemTitle": "element",
"pageStepLabelTemplate": "Strona ${0}",
"pageSizeLabelTemplate": "Liczba elementów na stronę: ${0}",
"allItemsLabelTemplate": "Wszystkie elementy",
"gotoButtonTitle": "Przejdź do konkretnej strony",
"dialogTitle": "Przechodzenie do strony",
"dialogIndication": "Określ numer strony",
"pageCountIndication": " (liczba stron: ${0})",
"dialogConfirm": "Przejdź",
"dialogCancel": "Anuluj",
"all": "Wszystko"
})
);