summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-CN/chrome/zh-CN/locale/zh-CN/messenger/messengercompose/EditorReplace.dtd
blob: f8e76b8bd23e1b57921bc055c26a2496871be024 (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
28
29
<!-- 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 -->

<!-- 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 "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">