2012-05-01 19:52:07 +08:00

26 lines
956 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//>>built
define(
"dojox/grid/enhanced/nls/ru/Pagination", //begin v1.x content
({
"descTemplate": "${2} - ${3} из ${1} ${0}",
"firstTip": "Первая страница",
"lastTip": "Последняя страница",
"nextTip": "Следующая страница",
"prevTip": "Предыдущая страница",
"itemTitle": "элементов",
"singularItemTitle": "элемент",
"pageStepLabelTemplate": "Страница ${0}",
"pageSizeLabelTemplate": "${0} элементов на странице",
"allItemsLabelTemplate": "Все элементы",
"gotoButtonTitle": "Перейти на определенную страницу",
"dialogTitle": "Перейти на страницу",
"dialogIndication": "Задайте номер страницы",
"pageCountIndication": " (${0} страниц)",
"dialogConfirm": "Перейти",
"dialogCancel": "Отмена",
"all": "все"
})
//end v1.x content
);