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) • 847 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} от ${1} ${0}",
"firstTip": "Първа страница",
"lastTip": "Последна страница",
"nextTip": "Следваща страница",
"prevTip": "Предишна страница",
"itemTitle": "елементи",
"singularItemTitle": "елемент",
"pageStepLabelTemplate": "Страница ${0}",
"pageSizeLabelTemplate": "${0} елементи на страница",
"allItemsLabelTemplate": "Всички елементи",
"gotoButtonTitle": "Отиди до конкретна страница",
"dialogTitle": "Отиди до страница",
"dialogIndication": "Укажи номер на страница",
"pageCountIndication": " (${0} страници)",
"dialogConfirm": "Отиди",
"dialogCancel": "Отмени",
"all": "Всички"
})
);