diff options
Diffstat (limited to 'l10n-ja/suite/chrome/editor/dialogs/EditorReplace.dtd')
-rw-r--r-- | l10n-ja/suite/chrome/editor/dialogs/EditorReplace.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-ja/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..47902995b3 --- /dev/null +++ b/l10n-ja/suite/chrome/editor/dialogs/EditorReplace.dtd @@ -0,0 +1,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"> |