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