summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/ko/FindReplace.js
blob: da9ab6b3c79625e183092d5187b6d9d7f4a983c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//>>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
);