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

25 lines
694 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/tr/Pagination", //begin v1.x content
({
"descTemplate": "${2} - ${3} / ${1} ${0}",
"firstTip": "İlk Sayfa",
"lastTip": "Son Sayfa",
"nextTip": "Sonraki Sayfa",
"prevTip": "Önceki Sayfa",
"itemTitle": "öğe",
"singularItemTitle": "öğe",
"pageStepLabelTemplate": "Sayfa ${0}",
"pageSizeLabelTemplate": "Sayfa başına ${0} öğe",
"allItemsLabelTemplate": "Tüm öğeler",
"gotoButtonTitle": "Belirli bir sayfaya git",
"dialogTitle": "Sayfaya Git",
"dialogIndication": "Sayfa numarasını belirtin",
"pageCountIndication": " (${0} sayfa)",
"dialogConfirm": "Git",
"dialogCancel": "İptal",
"all": "tümü"
})
//end v1.x content
);