diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd b/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd new file mode 100755 index 0000000000..69e4999749 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/editingOverlay.dtd @@ -0,0 +1,60 @@ +<!-- 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/. --> + +<!-- File menu items --> +<!ENTITY openFileCmd.label "打开文件…"> +<!ENTITY openFileCmd.accesskey "O"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "打开网络地址…"> +<!ENTITY openRemoteCmd.accesskey "L"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "最近的页面"> +<!ENTITY fileRecentMenu.accesskey "R"> +<!ENTITY saveCmd.label "保存"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "另存为…"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsChangeEncodingCmd2.label "保存并更改文字编码"> +<!ENTITY saveAsChangeEncodingCmd2.accesskey "E"> +<!ENTITY publishCmd.label "发布"> +<!ENTITY publishCmd.accesskey "b"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "发布为…"> +<!ENTITY publishAsCmd.accesskey "h"> +<!ENTITY fileRevert.label "恢复"> +<!ENTITY fileRevert.accesskey "t"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "发布站点设置…"> +<!ENTITY publishSettings.accesskey "b"> + +<!-- Insert menu items --> +<!ENTITY insertFormMenu.label "表单"> +<!ENTITY insertFormMenu.accesskey "F"> +<!ENTITY insertFormCmd.label "定义表单…"> +<!ENTITY insertFormCmd.accesskey "D"> +<!ENTITY insertInputTagCmd.label "表单字段…"> +<!ENTITY insertInputTagCmd.accesskey "e"> +<!ENTITY insertInputImageCmd.label "表单图片…"> +<!ENTITY insertInputImageCmd.accesskey "I"> +<!ENTITY insertTextAreaCmd.label "文本区域…"> +<!ENTITY insertTextAreaCmd.accesskey "T"> +<!ENTITY insertSelectCmd.label "选择列表…"> +<!ENTITY insertSelectCmd.accesskey "S"> +<!ENTITY insertButtonCmd.label "定义按钮…"> +<!ENTITY insertButtonCmd.accesskey "B"> +<!ENTITY insertLabelCmd.label "定义标签"> +<!ENTITY insertLabelCmd.accesskey "L"> +<!ENTITY insertFieldSetCmd.label "定义字段集…"> +<!ENTITY insertFieldSetCmd.accesskey "F"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "新建"> +<!ENTITY newToolbarCmd.tooltip "创建一个新编写窗口"> +<!ENTITY openToolbarCmd.label "打开"> +<!ENTITY openToolbarCmd.tooltip "打开本地文件"> +<!ENTITY saveToolbarCmd.tooltip "将文件保存在本地"> +<!ENTITY publishToolbarCmd.tooltip "上载文件到远端地址"> +<!ENTITY printToolbarCmd.label "打印"> +<!ENTITY printToolbarCmd.tooltip "打印此页"> |