zh-CN locale is updated by hzhbest
This commit is contained in:
parent
d4ee113c3c
commit
e8b2e9d6ba
@ -1,35 +1,35 @@
|
||||
***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of these files are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use these files except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is the Tree Style Tab.
|
||||
|
||||
The Initial Developer of the Original Code is SHIMODA Hiroshi.
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2009
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s): Fatiaomao <http://fatiaomao.yo2.cn/>
|
||||
hzhbest <hzhbest@sina.com>
|
||||
|
||||
Alternatively, the contents of these files may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of these files only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of these files under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of these files under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK *****
|
||||
***** BEGIN LICENSE BLOCK *****
|
||||
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
|
||||
The contents of these files are subject to the Mozilla Public License Version
|
||||
1.1 (the "License"); you may not use these files except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
http://www.mozilla.org/MPL/
|
||||
|
||||
Software distributed under the License is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
for the specific language governing rights and limitations under the
|
||||
License.
|
||||
|
||||
The Original Code is the Tree Style Tab.
|
||||
|
||||
The Initial Developer of the Original Code is SHIMODA Hiroshi.
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2009
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s): Fatiaomao <http://fatiaomao.yo2.cn/>
|
||||
hzhbest <hzhbest@sina.com>
|
||||
|
||||
Alternatively, the contents of these files may be used under the terms of
|
||||
either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
of those above. If you wish to allow use of your version of these files only
|
||||
under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
use your version of these files under the terms of the MPL, indicate your
|
||||
decision by deleting the provisions above and replace them with the notice
|
||||
and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
the provisions above, a recipient may use your version of these files under
|
||||
the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
***** END LICENSE BLOCK *****
|
||||
|
@ -1,175 +1,164 @@
|
||||
<!ENTITY config.title "Tree Style Tab 设置">
|
||||
|
||||
<!ENTITY config.scale.min "最小">
|
||||
<!ENTITY config.scale.max "最大">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.appearance "外观">
|
||||
|
||||
<!ENTITY config.tabbar.position.caption "标签栏位置">
|
||||
<!ENTITY config.tabbar.position.left "左侧">
|
||||
<!ENTITY config.tabbar.position.right "右侧">
|
||||
<!ENTITY config.tabbar.position.top "顶部(Firefox 默认)">
|
||||
<!ENTITY config.tabbar.position.bottom "底部">
|
||||
<!ENTITY config.tabbar.invertClosebox.left "在每个标签左端显示关闭按钮">
|
||||
<!ENTITY config.tabbar.invertClosebox.right "在每个标签右端显示关闭按钮">
|
||||
<!ENTITY config.tabbar.invertTab "反转标签外观">
|
||||
<!ENTITY config.tabbar.invertTabContents "反转标签图标和文字位置">
|
||||
<!ENTITY config.enableSubtreeIndent "缩进标签">
|
||||
<!ENTITY config.maxTreeLevel.before "until">
|
||||
<!ENTITY config.maxTreeLevel.after "level(s)">
|
||||
<!ENTITY config.allowSubtreeCollapseExpand "允许折叠/展开标签子树">
|
||||
<!ENTITY config.tabbar.hideAlltabsButton "显示“列出所有标签”按钮">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.style "样式">
|
||||
|
||||
<!ENTITY config.tabbar.style.caption "标签栏外观">
|
||||
<!ENTITY config.tabbar.style.plain "简洁">
|
||||
<!ENTITY config.tabbar.style.flat "平面">
|
||||
<!ENTITY config.tabbar.style.mixed "混合">
|
||||
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
||||
<!ENTITY config.tabbar.style.metal "金属">
|
||||
<!ENTITY config.tabbar.style.sidebar "侧栏式">
|
||||
<!ENTITY config.tabbar.style.none "默认(跟随主题)">
|
||||
|
||||
<!ENTITY config.twisty.style.caption "树的折叠点外观">
|
||||
<!ENTITY config.twisty.style.auto "自动">
|
||||
<!ENTITY config.twisty.style.none "无">
|
||||
<!ENTITY config.twisty.style.retro "怀旧">
|
||||
<!ENTITY config.twisty.style.modern.black "黑色现代">
|
||||
<!ENTITY config.twisty.style.modern.white "白色现代">
|
||||
<!ENTITY config.twisty.style.osx "OS X">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.menu "菜单">
|
||||
|
||||
<!ENTITY config.show.tabContextMenu.caption "在标签的右键菜单中添加以下项目">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.tab "新标签">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "When a new blank tab is opened manually">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "Open as a root tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "Open as a child of the current tab">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "Open as a sibling of the current tab">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "如何“在标签页中打开书签组”?">
|
||||
<!ENTITY config.openGroupBookmark.ask "总是询问">
|
||||
<!ENTITY config.openGroupBookmark.subtree "在子树中打开(推荐)">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.before "">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.restore "恢复">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.flat "忽略">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.after "保存到书签时的树状结构">
|
||||
<!ENTITY config.openGroupBookmark.flat "在单独标签中平行打开(Firefox 默认)">
|
||||
<!ENTITY config.openGroupBookmark.replace "覆盖当前标签打开">
|
||||
<!ENTITY config.openGroupBookmark.underParent "将标签置于一伪标签下以便分组">
|
||||
|
||||
<!ENTITY config.dropLinksOnTab.caption "Dropped link, URL, bookmark or file to existing tab">
|
||||
<!ENTITY config.dropLinksOnTab.ask "Always ask me how to load it">
|
||||
<!ENTITY config.dropLinksOnTab.load "Load in the tab (Firefox default)">
|
||||
<!ENTITY config.dropLinksOnTab.newTab "Open as a new child tab">
|
||||
<!--
|
||||
<!ENTITY config.dropLinksOnTab.caption "如何打开拖拽到现有标签的链接或URL?">
|
||||
<!ENTITY config.dropLinksOnTab.ask "总是询问">
|
||||
<!ENTITY config.dropLinksOnTab.load "在该标签中打开(Firefox 默认)">
|
||||
<!ENTITY config.dropLinksOnTab.newTab "在此标签下新建子标签打开">
|
||||
-->
|
||||
|
||||
|
||||
<!ENTITY config.tabs.autohide "自动隐藏">
|
||||
|
||||
<!ENTITY config.autoHide.mode.normal.caption "for Normal Window Mode">
|
||||
<!ENTITY config.autoHide.mode.fullscreen.caption "for Full Screen Mode">
|
||||
<!ENTITY config.autoHide.mode.0 "一直显示标签栏">
|
||||
<!ENTITY config.autoHide.mode.1 "自动隐藏标签栏">
|
||||
<!ENTITY config.autoHide.mode.2 "自动缩小标签栏">
|
||||
<!ENTITY config.autoShow.caption "在以下情况下自动显示标签栏">
|
||||
<!ENTITY config.autoShow.mousemove "鼠标指针在窗口边缘时">
|
||||
<!ENTITY config.autoHide.area.before "触发区域:">
|
||||
<!ENTITY config.autoHide.area.after "像素(距离窗口边缘)">
|
||||
<!--
|
||||
<!ENTITY config.autoShow.mousemove.mode2 "鼠标指针移到标签栏边缘">
|
||||
<!ENTITY config.autoHide.area.before.mode2 "触发区域:">
|
||||
<!ENTITY config.autoHide.area.after.mode2 "像素(距离标签栏边缘)">
|
||||
-->
|
||||
<!ENTITY config.autoHide.delay.before "延迟:">
|
||||
<!ENTITY config.autoHide.delay.after "毫秒">
|
||||
<!ENTITY config.autoShow.accelKeyDown "按下Ctrl键之后">
|
||||
<!ENTITY config.autoShow.accelKeyDown.delay.before "等待">
|
||||
<!ENTITY config.autoShow.accelKeyDown.delay.after "毫秒再显示">
|
||||
<!ENTITY config.autoShow.tabSwitch "用Ctrl-Tab切换标签时">
|
||||
<!ENTITY config.autoShow.feedback "新建或关闭标签之后">
|
||||
<!ENTITY config.autoShow.feedback.delay.before "等待">
|
||||
<!ENTITY config.autoShow.feedback.delay.after "毫秒再自动隐藏">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.tree "树状结构">
|
||||
|
||||
<!ENTITY config.autoCollapseExpandSubtreeOnSelect "某一标签获得焦点时,自动展开该标签子树并折叠其他标签树">
|
||||
<!ENTITY config.autoCollapseExpandSubtreeOnSelect.onCurrentTabRemove "当前标签关闭引起的焦点转移除外">
|
||||
<!ENTITY config.collapseExpandSubtree.dblclick "通过双击折叠/展开标签的子树">
|
||||
<!ENTITY config.autoExpandSubtreeOnAppendChild "当标签被插入子树时,自动展开子树">
|
||||
|
||||
<!ENTITY config.closeParentBehavior.caption "关闭父标签时">
|
||||
<!ENTITY config.closeParentBehavior.close "同时关闭子标签">
|
||||
<!ENTITY config.closeParentBehavior.promoteFirst "提升首个子标签为父标签">
|
||||
<!ENTITY config.closeParentBehavior.promoteAll "提升所有子标签到父标签的级别">
|
||||
<!ENTITY config.closeParentBehavior.detach "让子标签脱离树状关系">
|
||||
<!ENTITY config.closeRootBehavior.promoteFirst "若父标签之上无父标签,则提升首个子标签为父标签">
|
||||
|
||||
<!ENTITY config.focusMode "Ctrl-Tab 切换标签时可切换到折叠起来的标签上。">
|
||||
|
||||
<!ENTITY config.insertNewChildAt.caption "新子标签的位置">
|
||||
<!ENTITY config.insertNewChildAt.first "插入到子树顶部,成为首个子标签">
|
||||
<!ENTITY config.insertNewChildAt.last "添加到子树的最后">
|
||||
|
||||
<!ENTITY config.undoCloseTabSet.caption "当已关闭的某标签树内的一个标签被恢复">
|
||||
<!ENTITY config.undoCloseTabSet.ask "总是询问">
|
||||
<!ENTITY config.undoCloseTabSet.set "恢复整个标签树">
|
||||
<!ENTITY config.undoCloseTabSet.separate "仅恢复该标签(Firefox 默认)">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.advanced "高级">
|
||||
|
||||
<!ENTITY config.animation.enabled "使用动画效果">
|
||||
|
||||
<!ENTITY config.tooltip.includeChildren "在树节点按钮的工具提示中显示树的分支内容">
|
||||
|
||||
<!ENTITY config.bookmarkDroppedTabs.caption "Action for drag and drop of a parent tab to the bookmarks tree">
|
||||
<!ENTITY config.bookmarkDroppedTabs.ask "Ask me always">
|
||||
<!ENTITY config.bookmarkDroppedTabs.all "Bookmark all tabs in the tree">
|
||||
<!ENTITY config.bookmarkDroppedTabs.parent "Bookmark only the dragged one tab">
|
||||
|
||||
|
||||
|
||||
|
||||
<!ENTITY selection.createSubtree.label "以选中标签建立新标签树">
|
||||
<!ENTITY selection.createSubtree.accesskey "g">
|
||||
|
||||
<!ENTITY selection.removeTabSubtree.label "关闭选中的树">
|
||||
<!ENTITY selection.removeTabSubtree.accesskey "s">
|
||||
<!ENTITY context.reloadTabSubtree.label "重新载入此树">
|
||||
<!ENTITY context.reloadTabSubtree.accesskey "r">
|
||||
<!ENTITY context.reloadDescendantTabs.label "重新载入子标签">
|
||||
<!ENTITY context.reloadDescendantTabs.accesskey "r">
|
||||
<!ENTITY context.removeTabSubtree.label "关闭此树">
|
||||
<!ENTITY context.removeTabSubtree.accesskey "s">
|
||||
<!ENTITY context.removeDescendantTabs.label "关闭子标签">
|
||||
<!ENTITY context.removeDescendantTabs.accesskey "d">
|
||||
<!ENTITY context.removeAllTabsBut.label "Close Other Tabs except this Tree">
|
||||
<!ENTITY context.removeAllTabsBut.accesskey "a">
|
||||
<!ENTITY context.collapseAllSubtree.label "折叠所有树">
|
||||
<!ENTITY context.collapseAllSubtree.accesskey "c">
|
||||
<!ENTITY context.expandAllSubtree.label "展开所有树">
|
||||
<!ENTITY context.expandAllSubtree.accesskey "e">
|
||||
<!ENTITY context.toggleAutoHide.label "自动隐藏标签栏">
|
||||
<!ENTITY context.toggleAutoHide.accesskey "h">
|
||||
<!ENTITY context.toggleFixed.label "固定标签栏位置/高/宽度">
|
||||
<!ENTITY context.toggleFixed.label.horizontal "固定标签栏位置/高度">
|
||||
<!ENTITY context.toggleFixed.label.vertical "固定标签栏位置/宽度">
|
||||
<!ENTITY context.toggleFixed.accesskey "f">
|
||||
<!ENTITY context.bookmarkTabSubtree.label "将此树加入书签...">
|
||||
<!ENTITY context.bookmarkTabSubtree.accesskey "t">
|
||||
|
||||
<!ENTITY group.default "新建组">
|
||||
<!ENTITY config.title "Tree Style Tab 设置">
|
||||
|
||||
<!ENTITY config.scale.min "最小">
|
||||
<!ENTITY config.scale.max "最大">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.appearance "外观">
|
||||
|
||||
<!ENTITY config.tabbar.position.caption "标签栏位置">
|
||||
<!ENTITY config.tabbar.position.left "左侧">
|
||||
<!ENTITY config.tabbar.position.right "右侧">
|
||||
<!ENTITY config.tabbar.position.top "顶部(Firefox 默认)">
|
||||
<!ENTITY config.tabbar.position.bottom "底部">
|
||||
<!ENTITY config.tabbar.invertClosebox.left "在每个标签左端显示关闭按钮">
|
||||
<!ENTITY config.tabbar.invertClosebox.right "在每个标签右端显示关闭按钮">
|
||||
<!ENTITY config.tabbar.invertTab "反转标签外观">
|
||||
<!ENTITY config.tabbar.invertTabContents "反转标签图标和文字位置">
|
||||
<!ENTITY config.enableSubtreeIndent "缩进标签">
|
||||
<!ENTITY config.maxTreeLevel.before "最多">
|
||||
<!ENTITY config.maxTreeLevel.after "层">
|
||||
<!ENTITY config.allowSubtreeCollapseExpand "允许折叠/展开标签子树">
|
||||
<!ENTITY config.tabbar.hideAlltabsButton "显示“列出所有标签”按钮">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.style "样式">
|
||||
|
||||
<!ENTITY config.tabbar.style.caption "标签栏外观">
|
||||
<!ENTITY config.tabbar.style.plain "简洁">
|
||||
<!ENTITY config.tabbar.style.flat "平面">
|
||||
<!ENTITY config.tabbar.style.mixed "混合">
|
||||
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
||||
<!ENTITY config.tabbar.style.metal "金属">
|
||||
<!ENTITY config.tabbar.style.sidebar "侧栏式">
|
||||
<!ENTITY config.tabbar.style.none "默认(跟随主题)">
|
||||
|
||||
<!ENTITY config.twisty.style.caption "树的折叠点外观">
|
||||
<!ENTITY config.twisty.style.auto "自动">
|
||||
<!ENTITY config.twisty.style.none "无">
|
||||
<!ENTITY config.twisty.style.retro "怀旧">
|
||||
<!ENTITY config.twisty.style.modern.black "黑色现代">
|
||||
<!ENTITY config.twisty.style.modern.white "白色现代">
|
||||
<!ENTITY config.twisty.style.osx "OS X">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.menu "菜单">
|
||||
|
||||
<!ENTITY config.show.tabContextMenu.caption "在标签的右键菜单中添加以下项目">
|
||||
|
||||
<!ENTITY config.tabs.tab "新标签">
|
||||
|
||||
<!ENTITY config.autoAttach.newTabCommand.caption "如何处理手动新建的空白页?">
|
||||
<!ENTITY config.autoAttach.newTabCommand.ignore "在最顶层次打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.current "作为当前标签的子标签打开">
|
||||
<!ENTITY config.autoAttach.newTabCommand.parent "作为当前标签的同级标签打开">
|
||||
|
||||
<!ENTITY config.openGroupBookmark.caption "如何“在标签页中打开书签组”?">
|
||||
<!ENTITY config.openGroupBookmark.ask "总是询问">
|
||||
<!ENTITY config.openGroupBookmark.subtree "在子树中打开(推荐)">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.before "">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.restore "恢复">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.flat "忽略">
|
||||
<!ENTITY config.openGroupBookmark.subtree.type.after "保存到书签时的树状结构">
|
||||
<!ENTITY config.openGroupBookmark.flat "在单独标签中平行打开(Firefox 默认)">
|
||||
<!ENTITY config.openGroupBookmark.replace "覆盖当前标签打开">
|
||||
<!ENTITY config.openGroupBookmark.underParent "将标签置于一伪标签下以便分组">
|
||||
|
||||
<!ENTITY config.dropLinksOnTab.caption "如何打开拖拽到现有标签的链接、网址、书签或文件?">
|
||||
<!ENTITY config.dropLinksOnTab.ask "总是询问">
|
||||
<!ENTITY config.dropLinksOnTab.load "在该标签中打开(Firefox 默认)">
|
||||
<!ENTITY config.dropLinksOnTab.newTab "在此标签下新建子标签打开">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.autohide "自动隐藏">
|
||||
|
||||
<!ENTITY config.autoHide.mode.normal.caption "窗口模式下">
|
||||
<!ENTITY config.autoHide.mode.fullscreen.caption "全屏模式下">
|
||||
<!ENTITY config.autoHide.mode.0 "一直显示标签栏">
|
||||
<!ENTITY config.autoHide.mode.1 "自动隐藏标签栏">
|
||||
<!ENTITY config.autoHide.mode.2 "自动缩小标签栏">
|
||||
<!ENTITY config.autoShow.caption "在以下情况下自动显示标签栏">
|
||||
<!ENTITY config.autoShow.mousemove "鼠标指针在窗口边缘时">
|
||||
<!ENTITY config.autoHide.area.before "触发区域:">
|
||||
<!ENTITY config.autoHide.area.after "像素(距离窗口边缘)">
|
||||
<!ENTITY config.autoHide.delay.before "延迟:">
|
||||
<!ENTITY config.autoHide.delay.after "毫秒">
|
||||
<!ENTITY config.autoShow.accelKeyDown "按下Ctrl键之后">
|
||||
<!ENTITY config.autoShow.accelKeyDown.delay.before "等待">
|
||||
<!ENTITY config.autoShow.accelKeyDown.delay.after "毫秒再显示">
|
||||
<!ENTITY config.autoShow.tabSwitch "用Ctrl-Tab切换标签时">
|
||||
<!ENTITY config.autoShow.feedback "新建或关闭标签之后">
|
||||
<!ENTITY config.autoShow.feedback.delay.before "等待">
|
||||
<!ENTITY config.autoShow.feedback.delay.after "毫秒再自动隐藏">
|
||||
|
||||
|
||||
<!ENTITY config.tabs.tree "树状结构">
|
||||
|
||||
<!ENTITY config.autoCollapseExpandSubtreeOnSelect "某一标签获得焦点时,自动展开该标签子树并折叠其他标签树">
|
||||
<!ENTITY config.autoCollapseExpandSubtreeOnSelect.onCurrentTabRemove "当前标签关闭引起的焦点转移除外">
|
||||
<!ENTITY config.collapseExpandSubtree.dblclick "通过双击折叠/展开标签的子树">
|
||||
<!ENTITY config.autoExpandSubtreeOnAppendChild "当标签被插入子树时,自动展开子树">
|
||||
|
||||
<!ENTITY config.closeParentBehavior.caption "关闭父标签时">
|
||||
<!ENTITY config.closeParentBehavior.close "同时关闭子标签">
|
||||
<!ENTITY config.closeParentBehavior.promoteFirst "提升首个子标签为父标签">
|
||||
<!ENTITY config.closeParentBehavior.promoteAll "提升所有子标签到父标签的级别">
|
||||
<!ENTITY config.closeParentBehavior.detach "让子标签脱离树状关系">
|
||||
<!ENTITY config.closeRootBehavior.promoteFirst "若父标签之上无父标签,则提升首个子标签为父标签">
|
||||
|
||||
<!ENTITY config.focusMode "通过“Ctrl-Tab”切换标签时可切换到折叠起来的标签上。">
|
||||
|
||||
<!ENTITY config.insertNewChildAt.caption "新子标签的位置">
|
||||
<!ENTITY config.insertNewChildAt.first "插入到子树顶部,成为首个子标签">
|
||||
<!ENTITY config.insertNewChildAt.last "添加到子树的最后">
|
||||
|
||||
<!ENTITY config.undoCloseTabSet.caption "当已关闭的某标签树内的一个标签被恢复">
|
||||
<!ENTITY config.undoCloseTabSet.ask "总是询问">
|
||||
<!ENTITY config.undoCloseTabSet.set "恢复整个标签树">
|
||||
<!ENTITY config.undoCloseTabSet.separate "仅恢复该标签(Firefox 默认)">
|
||||
|
||||
|
||||
|
||||
<!ENTITY config.tabs.advanced "高级">
|
||||
|
||||
<!ENTITY config.animation.enabled "使用动画效果">
|
||||
|
||||
<!ENTITY config.tooltip.includeChildren "在树节点按钮的工具提示中显示树的分支内容">
|
||||
|
||||
<!ENTITY config.bookmarkDroppedTabs.caption "怎么响应拖放一夫标签到书签树中的动作?">
|
||||
<!ENTITY config.bookmarkDroppedTabs.ask "总是询问">
|
||||
<!ENTITY config.bookmarkDroppedTabs.all "将该树中的所有标签加入书签">
|
||||
<!ENTITY config.bookmarkDroppedTabs.parent "仅将这一标签加入书签">
|
||||
|
||||
|
||||
|
||||
|
||||
<!ENTITY selection.createSubtree.label "以选中标签建立新标签树">
|
||||
<!ENTITY selection.createSubtree.accesskey "g">
|
||||
|
||||
<!ENTITY selection.removeTabSubtree.label "关闭选中的树">
|
||||
<!ENTITY selection.removeTabSubtree.accesskey "s">
|
||||
<!ENTITY context.reloadTabSubtree.label "重新载入此树">
|
||||
<!ENTITY context.reloadTabSubtree.accesskey "r">
|
||||
<!ENTITY context.reloadDescendantTabs.label "重新载入子标签">
|
||||
<!ENTITY context.reloadDescendantTabs.accesskey "r">
|
||||
<!ENTITY context.removeTabSubtree.label "关闭此树">
|
||||
<!ENTITY context.removeTabSubtree.accesskey "s">
|
||||
<!ENTITY context.removeDescendantTabs.label "关闭子标签">
|
||||
<!ENTITY context.removeDescendantTabs.accesskey "d">
|
||||
<!ENTITY context.removeAllTabsBut.label "关闭除此树外其他标签">
|
||||
<!ENTITY context.removeAllTabsBut.accesskey "a">
|
||||
<!ENTITY context.collapseAllSubtree.label "折叠所有树">
|
||||
<!ENTITY context.collapseAllSubtree.accesskey "c">
|
||||
<!ENTITY context.expandAllSubtree.label "展开所有树">
|
||||
<!ENTITY context.expandAllSubtree.accesskey "e">
|
||||
<!ENTITY context.toggleAutoHide.label "自动隐藏标签栏">
|
||||
<!ENTITY context.toggleAutoHide.accesskey "h">
|
||||
<!ENTITY context.toggleFixed.label "固定标签栏位置/高/宽度">
|
||||
<!ENTITY context.toggleFixed.label.horizontal "固定标签栏位置/高度">
|
||||
<!ENTITY context.toggleFixed.label.vertical "固定标签栏位置/宽度">
|
||||
<!ENTITY context.toggleFixed.accesskey "f">
|
||||
<!ENTITY context.bookmarkTabSubtree.label "将此树加入书签...">
|
||||
<!ENTITY context.bookmarkTabSubtree.accesskey "t">
|
||||
|
||||
<!ENTITY group.default "新建组">
|
||||
|
@ -1,54 +1,49 @@
|
||||
tooltip.collapseSubtree=折叠树
|
||||
tooltip.collapseSubtree.labeled=折叠树:\n%S
|
||||
tooltip.expandSubtree=展开树
|
||||
tooltip.expandSubtree.labeled=展开树:\n%S
|
||||
tooltip.closeTree=关闭此树
|
||||
tooltip.item.label=%2$S* %1$S
|
||||
|
||||
dropLinkOnTab.title=如何打开拖曳的链接?
|
||||
dropLinkOnTab.text=你把一链接拖放到现有标签上,Tree Style Tab 能够将该链接打开到当前标签的一个新子标签中。你希望怎么处理该链接呢?
|
||||
dropLinkOnTab.never=以后都按此处理,不再提问
|
||||
dropLinkOnTab.loadInTheTab=在当前标签中打开(Firefox 默认)
|
||||
dropLinkOnTab.openNewChildTab=在当前标签的一个新子标签中打开
|
||||
|
||||
openGroupBookmarkBehavior.title=如何打开多个书签?
|
||||
openGroupBookmarkBehavior.text=将要打开多个书签,你想怎么打开它们?
|
||||
openGroupBookmarkBehavior.never=以后都按此处理,不再提问
|
||||
openGroupBookmarkBehavior.subTree=打开到新标签树中
|
||||
openGroupBookmarkBehavior.separate=打开到新的独立标签中(Firefox 默认)
|
||||
openGroupBookmarkBehavior.replace=替代当前标签打开
|
||||
|
||||
bookmarkDroppedTabs.title=How to bookmark a tree of tabs?
|
||||
bookmarkDroppedTabs.text=The dragged tab has children. How to bookmark them?
|
||||
bookmarkDroppedTabs.never=Never ask me again
|
||||
bookmarkDroppedTabs.bookmarkAll=Bookmark All Tabs in the tree
|
||||
bookmarkDroppedTabs.bookmarkOnlyParent=Bookmark the Parent Tab Only.
|
||||
|
||||
#undoCloseTabSetBehavior.title=是否要恢复其他已关闭的标签?
|
||||
#undoCloseTabSetBehavior.text=你要恢复的标签是跟其他 %S 个标签一起被关闭的,你想怎么处理它们?
|
||||
#openGroupBookmarkBehavior.never=不再询问,以后按此操作执行
|
||||
#undoCloseTabSetBehavior.set=恢复全部跟此标签一起被关闭的标签
|
||||
#undoCloseTabSetBehavior.separate=忽略,仅恢复此标签(Firefox 默认)
|
||||
undoCloseTabSetBehavior.label=Do you want following %S tab(s) to be restored along?
|
||||
undoCloseTabSetBehavior.never=Never ask me again
|
||||
undoCloseTabSetBehavior.set=Restore tabs
|
||||
undoCloseTabSetBehavior.separate=No thank you
|
||||
|
||||
openSelectedPlaces.bookmarks=打开 %2$S 个书签,包括:"%1$S"
|
||||
openSelectedPlaces.history=打开 %2$S 个历史项,包括:"%1$S"
|
||||
|
||||
bookmarkProperty.parent.label=父标签:
|
||||
bookmarkProperty.parent.blank.label=(空)
|
||||
bookmarkProperty.parent.current.label=[ %S ]
|
||||
|
||||
undo_changeTabbarPosition_label=改变标签栏的位置
|
||||
|
||||
toolbarCustomizing_tabbar_horizontal=This toolbar becomes a tab bar.
|
||||
toolbarCustomizing_tabbar_vertical=This toolbar becomes a vertical tab bar.
|
||||
|
||||
|
||||
compatibility_STM_warning_title=Super Tab Mode 跟 Tree Style Tab 不兼容
|
||||
compatibility_STM_warning_text=打开自链接(或其他)的新标签不会成为当前标签的子标签,因为 Super Tab Mode 会控制新标签的位置。你想保留哪种功能特性?\n(你可以手动在 Super Tab Mode 的选项对话框中更改那些设置。)
|
||||
compatibility_STM_warning_use_TST=使新标签成为当前标签的子标签。
|
||||
compatibility_STM_warning_use_STM=将标签放置在 Super Tab Mode 控制的位置上。
|
||||
compatibility_STM_warning_never=不要再提醒我。
|
||||
tooltip.collapseSubtree=折叠树
|
||||
tooltip.collapseSubtree.labeled=折叠树:\n%S
|
||||
tooltip.expandSubtree=展开树
|
||||
tooltip.expandSubtree.labeled=展开树:\n%S
|
||||
tooltip.closeTree=关闭此树
|
||||
tooltip.item.label=%2$S* %1$S
|
||||
|
||||
dropLinkOnTab.title=如何打开拖曳的链接?
|
||||
dropLinkOnTab.text=你把一链接拖放到现有标签上,Tree Style Tab 能够将该链接打开到当前标签的一个新子标签中。你希望怎么处理呢?
|
||||
dropLinkOnTab.never=以后都按此处理,不再提问
|
||||
dropLinkOnTab.loadInTheTab=在当前标签中打开(Firefox 默认)
|
||||
dropLinkOnTab.openNewChildTab=在当前标签的一个新子标签中打开
|
||||
|
||||
openGroupBookmarkBehavior.title=如何打开多个书签?
|
||||
openGroupBookmarkBehavior.text=将要打开多个书签,你想怎么打开它们?
|
||||
openGroupBookmarkBehavior.never=以后都按此处理,不再提问
|
||||
openGroupBookmarkBehavior.subTree=打开到新标签树中
|
||||
openGroupBookmarkBehavior.separate=打开到新的独立标签中(Firefox 默认)
|
||||
openGroupBookmarkBehavior.replace=替代当前标签打开
|
||||
|
||||
bookmarkDroppedTabs.title=如何将标签树加入书签?
|
||||
bookmarkDroppedTabs.text=你刚拖放的标签带有子标签,你想怎么将其加入书签?
|
||||
bookmarkDroppedTabs.never=以后都按此处理,不再提问
|
||||
bookmarkDroppedTabs.bookmarkAll=将整个标签树加入书签
|
||||
bookmarkDroppedTabs.bookmarkOnlyParent=仅将该标签加入书签
|
||||
|
||||
undoCloseTabSetBehavior.label=你要恢复的标签是跟其他 %S 个标签一起被关闭的,是否一并恢复?
|
||||
undoCloseTabSetBehavior.never=以后都按此处理,不再提问
|
||||
undoCloseTabSetBehavior.set=一并恢复吧
|
||||
undoCloseTabSetBehavior.separate=不用了
|
||||
|
||||
openSelectedPlaces.bookmarks=打开 %2$S 个书签,包括:"%1$S"
|
||||
openSelectedPlaces.history=打开 %2$S 个历史项,包括:"%1$S"
|
||||
|
||||
bookmarkProperty.parent.label=父标签:
|
||||
bookmarkProperty.parent.blank.label=(空)
|
||||
bookmarkProperty.parent.current.label=[ %S ]
|
||||
|
||||
undo_changeTabbarPosition_label=改变标签栏的位置
|
||||
|
||||
toolbarCustomizing_tabbar_horizontal=该工具栏会成为标签栏。
|
||||
toolbarCustomizing_tabbar_vertical=该工具栏会成为垂直标签栏。
|
||||
|
||||
|
||||
compatibility_STM_warning_title=Super Tab Mode 跟 Tree Style Tab 不兼容
|
||||
compatibility_STM_warning_text=打开自链接等的新标签不会成为当前标签的子标签,因为 Super Tab Mode 控制着新标签的位置。你想保留哪种特性?\n(你也可手动在 Super Tab Mode 的选项对话框中更改这些设置。)
|
||||
compatibility_STM_warning_use_TST=使新标签成为当前标签的子标签。
|
||||
compatibility_STM_warning_use_STM=让 Super Tab Mode 控制新标签的位置。
|
||||
compatibility_STM_warning_never=不要再提醒我。
|
||||
|
Loading…
x
Reference in New Issue
Block a user