diff options
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/ko/Pagination.js')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/ko/Pagination.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/ko/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/ko/Pagination.js new file mode 100644 index 0000000..39c88b1 --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/ko/Pagination.js @@ -0,0 +1,25 @@ +//>>built +define( +"dojox/grid/enhanced/nls/ko/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 +); + |
