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

27 lines
871 B
JavaScript

//>>built
define(
"dojox/editor/plugins/nls/ko/FindReplace", //begin v1.x content
({
"findLabel": "찾기:",
"findTooltip": "찾을 텍스트 입력",
"replaceLabel": "바꿀 대상:",
"replaceTooltip": "대체할 텍스트 입력",
"findReplace": "찾기 및 바꾸기",
"matchCase": "대소문자 구분",
"matchCaseTooltip": "대소문자 구분",
"backwards": "뒤로",
"backwardsTooltip": "텍스트 역방향 검색",
"replaceAllButton": "모두 바꾸기",
"replaceAllButtonTooltip": "텍스트 모두 바꾸기",
"findButton": "찾기",
"findButtonTooltip": "텍스트 찾기",
"replaceButton": "바꾸기",
"replaceButtonTooltip": "텍스트 바꾸기",
"replaceDialogText": "${0}개를 대체했습니다.",
"eofDialogText": "마지막 발생 ${0}",
"eofDialogTextFind": "찾음",
"eofDialogTextReplace": "대체됨"
})
//end v1.x content
);