blob: 47902995b308abd5891d801c01652ea60fcf12d1 (
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
27
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!-- extracted from EdReplace.xhtml -->
<!ENTITY replaceDialog.title "検索と置換">
<!ENTITY findField.label "検索文字:">
<!ENTITY findField.accesskey "n">
<!ENTITY replaceField.label "置換文字:">
<!ENTITY replaceField.accesskey "e">
<!ENTITY caseSensitiveCheckbox.label "大文字/小文字を区別する">
<!ENTITY caseSensitiveCheckbox.accesskey "M">
<!ENTITY wrapCheckbox.label "折り返す">
<!ENTITY wrapCheckbox.accesskey "W">
<!ENTITY backwardsCheckbox.label "前方検索">
<!ENTITY backwardsCheckbox.accesskey "b">
<!ENTITY findNextButton.label "次を検索">
<!ENTITY findNextButton.accesskey "F">
<!ENTITY replaceButton.label "置換">
<!ENTITY replaceButton.accesskey "R">
<!ENTITY replaceAndFindButton.label "置換と検索">
<!ENTITY replaceAndFindButton.accesskey "d">
<!ENTITY replaceAllButton.label "すべて置換">
<!ENTITY replaceAllButton.accesskey "A">
<!ENTITY closeButton.label "閉じる">
<!ENTITY closeButton.accesskey "C">
|