27 lines
973 B
JavaScript
27 lines
973 B
JavaScript
//>>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
|
|
);
|