diff options
Diffstat (limited to 'l10n-zh-TW/suite/chrome/editor/dialogs/EditorReplace.dtd')
-rw-r--r-- | l10n-zh-TW/suite/chrome/editor/dialogs/EditorReplace.dtd | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-zh-TW/suite/chrome/editor/dialogs/EditorReplace.dtd b/l10n-zh-TW/suite/chrome/editor/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..2454e88514 --- /dev/null +++ b/l10n-zh-TW/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.xul --> + +<!ENTITY replaceDialog.title "尋找並取代"> +<!ENTITY findField.label "尋找文字:"> +<!ENTITY findField.accesskey "n"> +<!ENTITY replaceField.label "取代為:"> +<!ENTITY replaceField.accesskey "e"> +<!ENTITY caseSensitiveCheckbox.label "區分大小寫"> +<!ENTITY caseSensitiveCheckbox.accesskey "c"> +<!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"> |