summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/FindReplace.js
blob: d354cb40442cb9f5908f7feb1dfbf93d0a6f3a6b (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/zh-tw/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
);