diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/common/sidebar')
4 files changed, 79 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/common/sidebar/customize.dtd b/l10n-zh-CN/suite/chrome/common/sidebar/customize.dtd new file mode 100755 index 0000000000..47358ebbd1 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/sidebar/customize.dtd @@ -0,0 +1,25 @@ +<!-- 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 ./customize.xul --> + +<!ENTITY sidebar.customize.title "自定义侧栏"> +<!ENTITY sidebar.customize.current2.label "侧栏中的标签页:"> +<!ENTITY sidebar.customize.current2.accesskey "T"> +<!ENTITY sidebar.customize.customize.label "自定义选项"> +<!ENTITY sidebar.customize.customize.accesskey "C"> +<!ENTITY sidebar.customize.remove.label "删除"> +<!ENTITY sidebar.customize.remove.accesskey "R"> +<!ENTITY sidebar.customize.additional.label "有效标签:"> +<!ENTITY sidebar.customize.additional.accesskey "v"> +<!ENTITY sidebar.customize.add.label "添加"> +<!ENTITY sidebar.customize.add.accesskey "A"> +<!ENTITY sidebar.customize.preview.label "预览…"> +<!ENTITY sidebar.customize.preview.accesskey "P"> +<!ENTITY sidebar.customize.up.label "上移"> +<!ENTITY sidebar.customize.up.accesskey "U"> +<!ENTITY sidebar.customize.down.label "下移"> +<!ENTITY sidebar.customize.down.accesskey "D"> +<!ENTITY sidebar.more.label "查找更多标签页…"> +<!ENTITY sidebar.more.accesskey "F"> diff --git a/l10n-zh-CN/suite/chrome/common/sidebar/preview.dtd b/l10n-zh-CN/suite/chrome/common/sidebar/preview.dtd new file mode 100755 index 0000000000..30f8cddcd5 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/sidebar/preview.dtd @@ -0,0 +1,5 @@ +<!-- 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/. --> + +<!ENTITY sidebar.preview.title.label "标签页预览"> diff --git a/l10n-zh-CN/suite/chrome/common/sidebar/sidebar.properties b/l10n-zh-CN/suite/chrome/common/sidebar/sidebar.properties new file mode 100755 index 0000000000..418cdf0293 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/sidebar/sidebar.properties @@ -0,0 +1,11 @@ +# 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/. + +addPanelConfirmTitle=添加标签到侧栏 + +addPanelConfirmMessage2=要添加“%title%”到侧栏吗?##来源:%url% +persistentPanelWarning2=您要添加的标签页,在侧栏关闭时也可以传输数据到互联网或运行 JavaScript。 + +dupePanelAlertTitle=侧栏 +dupePanelAlertMessage2=%url% 已经存在于侧栏。 diff --git a/l10n-zh-CN/suite/chrome/common/sidebar/sidebarOverlay.dtd b/l10n-zh-CN/suite/chrome/common/sidebar/sidebarOverlay.dtd new file mode 100755 index 0000000000..84a428e258 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/sidebar/sidebarOverlay.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!ENTITY sidebar.panels.label "侧栏"> +<!ENTITY sidebar.reload.label "重新加载"> +<!ENTITY sidebar.reload.accesskey "R"> +<!ENTITY sidebar.picker.label "标签项"> +<!ENTITY sidebar.customize.label "自定义侧栏…"> +<!ENTITY sidebar.customize.accesskey "u"> +<!ENTITY sidebar.hide.label "隐藏标签页"> +<!ENTITY sidebar.hide.accesskey "H"> +<!ENTITY sidebar.switch.label "切换至标签页"> +<!ENTITY sidebar.switch.accesskey "T"> +<!ENTITY sidebarCmd.label "侧栏 "> +<!ENTITY sidebarCmd.accesskey "b"> +<!ENTITY sidebar.loading.label "载入中…"> +<!ENTITY sidebar.loadstopped.label "停止载入"> +<!ENTITY sidebar.loading.stop.label "停止"> +<!ENTITY sidebar.loading.stop.accesskey "S"> + +<!-- LOCALIZATION NOTE (showHideSidebarCmd.key): This is only used on the + mac platform, other platforms use VK_F9. --> +<!ENTITY showHideSidebarCmd.key "S"> + +<!ENTITY sidebar.no-panels.state "当前侧栏为空。"> +<!ENTITY sidebar.no-panels.add '点击上方的"标签页"按钮打开新标签。'> +<!ENTITY sidebar.no-panels.hide '单击上方“查看”菜单,然后从“显示/隐藏”子菜单选择“侧栏”,即可完全隐藏侧栏。'> +<!ENTITY sidebar.sbDirectory.label "侧栏目录…"> + +<!ENTITY sidebar.pagenotfound.label "此标签当前不可用。"> +<!ENTITY sidebar.close.tooltip "关闭侧栏"> +<!ENTITY sidebar.open.tooltip "打开侧栏"> + +<!ENTITY sidebar.search.label "搜索"> +<!ENTITY sidebar.client-bookmarks.label "书签"> +<!ENTITY sidebar.client-history.label "历史记录"> +<!ENTITY sidebar.client-addressbook.label "通讯录"> |