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

25 lines
870 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/kk/Pagination", //begin v1.x content
({
"descTemplate": "${1} ${0} элементтің ${2} - ${3} элементі",
"firstTip": "Бірінші бет",
"lastTip": "Соңғы бет",
"nextTip": "Келесі бет",
"prevTip": "Алдыңғы бет",
"itemTitle": "элементтер",
"singularItemTitle": "элемент",
"pageStepLabelTemplate": "Бет ${0}",
"pageSizeLabelTemplate": "Бетіне ${0} элемент",
"allItemsLabelTemplate": "Барлық элементтер",
"gotoButtonTitle": "Белгілі бір бетке өту",
"dialogTitle": "Бетке өту",
"dialogIndication": "Бет нөмірін көрсету",
"pageCountIndication": " (${0} бет)",
"dialogConfirm": "Өту",
"dialogCancel": "Болдырмау",
"all": "барлығы"
})
//end v1.x content
);