summaryrefslogtreecommitdiffstats
path: root/l10n-zh-CN/suite/chrome/common/dataman
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-zh-CN/suite/chrome/common/dataman')
-rwxr-xr-xl10n-zh-CN/suite/chrome/common/dataman/dataman.dtd156
-rwxr-xr-xl10n-zh-CN/suite/chrome/common/dataman/dataman.properties73
2 files changed, 229 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/common/dataman/dataman.dtd b/l10n-zh-CN/suite/chrome/common/dataman/dataman.dtd
new file mode 100755
index 0000000000..4893927ac4
--- /dev/null
+++ b/l10n-zh-CN/suite/chrome/common/dataman/dataman.dtd
@@ -0,0 +1,156 @@
+<!-- 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 dataman.windowTitle "数据管理器">
+
+<!ENTITY selectAll.key "a">
+
+<!ENTITY select.all.label "所有数据类型">
+<!ENTITY select.cookies.label "仅 Cookie">
+<!ENTITY select.permissions.label "仅权限">
+<!ENTITY select.preferences.label "仅首选项">
+<!ENTITY select.passwords.label "仅密码">
+<!ENTITY select.storage.label "仅存储">
+
+<!ENTITY domain.search.placeholder "搜索域">
+<!ENTITY domain.search.key "f">
+
+<!ENTITY domain.tree.domain.label "域名">
+
+<!ENTITY domain.ctx.forgetdomain.label "忽略这个域">
+<!ENTITY domain.ctx.forgetdomain.accesskey "F">
+<!ENTITY domain.ctx.forgetglobal.label "忽略全局数据">
+<!ENTITY domain.ctx.forgetglobal.accesskey "F">
+
+<!ENTITY data.search.key "k">
+
+<!ENTITY tab.cookies.label "Cookie">
+<!ENTITY tab.permissions.label "权限">
+<!ENTITY tab.preferences.label "首选项">
+<!ENTITY tab.passwords.label "密码">
+<!ENTITY tab.storage.label "存储">
+<!ENTITY tab.formdata.label "表单数据">
+<!ENTITY tab.forget.label "忽略">
+
+<!-- cookies -->
+<!ENTITY cookies.description "此域名已存储在您计算机上的 Cookie 如下:">
+
+<!ENTITY cookies.tree.host.label "网站">
+<!ENTITY cookies.tree.name.label "Cookie 名称">
+<!ENTITY cookies.tree.expires.label "过期">
+
+<!ENTITY cookies.infobox.label "已选定 Cookie 的信息">
+
+<!ENTITY cookies.info.name.label "名称:">
+<!ENTITY cookies.info.value.label "内容:">
+<!ENTITY cookies.info.host.label "主机名:">
+<!ENTITY cookies.info.domain.label "域:">
+<!ENTITY cookies.info.path.label "路径:">
+<!ENTITY cookies.info.sendtype.label "发送条件:">
+<!ENTITY cookies.info.expires.label "过期时间:">
+
+<!ENTITY cookies.ctx.remove.label "移除">
+<!ENTITY cookies.ctx.remove.accesskey "R">
+<!ENTITY cookies.ctx.selectAll.label "全部选定">
+<!ENTITY cookies.ctx.selectAll.accesskey "A">
+
+<!ENTITY cookies.button.remove.label "移除">
+<!ENTITY cookies.button.remove.accesskey "R">
+
+<!ENTITY cookies.blockOnRemove.label "移除时,阻止列出的网站再次设置 Cookie">
+<!ENTITY cookies.blockOnRemove.accesskey "W">
+
+<!-- permissions -->
+<!ENTITY perm.UseDefault "使用默认设置">
+<!ENTITY perm.AskAlways "每次都问我">
+<!ENTITY perm.NeverSave "总不保存">
+<!ENTITY perm.Allow "允许">
+<!ENTITY perm.AllowSameDomain "允许同域">
+<!ENTITY perm.AllowSession "在当前会话中允许">
+<!ENTITY perm.Block "阻止">
+
+<!ENTITY perm.host.placeholder "输入一个主机名称">
+<!ENTITY perm.button.add.label "添加">
+<!ENTITY perm.button.add.accesskey "A">
+
+<!-- preferences -->
+<!ENTITY prefs.description "&brandShortName; 可以通过内容首选项保存它的设置,例如针对特定网站的缩放级别。">
+
+<!ENTITY prefs.tree.host.label "网站">
+<!ENTITY prefs.tree.name.label "首选项名称">
+<!ENTITY prefs.tree.value.label "值">
+
+<!ENTITY prefs.ctx.remove.label "移除">
+<!ENTITY prefs.ctx.remove.accesskey "R">
+<!ENTITY prefs.ctx.selectAll.label "全部选定">
+<!ENTITY prefs.ctx.selectAll.accesskey "A">
+
+<!ENTITY prefs.button.remove.label "移除">
+<!ENTITY prefs.button.remove.accesskey "R">
+
+<!-- passwords -->
+<!ENTITY pwd.description "您已存储此域的下列密码:">
+
+<!ENTITY pwd.tree.host.label "网站">
+<!ENTITY pwd.tree.username.label "用户名">
+<!ENTITY pwd.tree.password.label "密码">
+
+<!ENTITY pwd.ctx.remove.label "移除">
+<!ENTITY pwd.ctx.remove.accesskey "R">
+<!ENTITY pwd.ctx.copyPasswordCmd.label "复制密码">
+<!ENTITY pwd.ctx.copyPasswordCmd.accesskey "C">
+<!ENTITY pwd.ctx.selectAll.label "全部选定">
+<!ENTITY pwd.ctx.selectAll.accesskey "A">
+
+<!ENTITY pwd.button.remove.label "移除">
+<!ENTITY pwd.button.remove.accesskey "R">
+
+<!-- storage -->
+<!ENTITY storage.description "在你的计算机上该域使用以下网页存储:">
+
+<!ENTITY storage.tree.host.label "网站">
+<!ENTITY storage.tree.type.label "类型">
+<!ENTITY storage.tree.size.label "大小">
+
+<!ENTITY storage.ctx.remove.label "移除">
+<!ENTITY storage.ctx.remove.accesskey "R">
+<!ENTITY storage.ctx.selectAll.label "全选">
+<!ENTITY storage.ctx.selectAll.accesskey "A">
+
+<!ENTITY storage.button.remove.label "移除">
+<!ENTITY storage.button.remove.accesskey "R">
+
+<!-- form data -->
+<!ENTITY fdata.search.placeholder "搜索字段数据">
+
+<!ENTITY fdata.tree.fieldname.label "字段名">
+<!ENTITY fdata.tree.value.label "输入的值">
+<!ENTITY fdata.tree.usecount.label "使用次数">
+<!ENTITY fdata.tree.firstused.label "首次使用">
+<!ENTITY fdata.tree.lastused.label "最后使用">
+
+<!ENTITY fdata.ctx.remove.label "移除">
+<!ENTITY fdata.ctx.remove.accesskey "R">
+<!ENTITY fdata.ctx.selectAll.label "全部选定">
+<!ENTITY fdata.ctx.selectAll.accesskey "A">
+
+<!ENTITY fdata.button.remove.label "移除">
+<!ENTITY fdata.button.remove.accesskey "R">
+
+<!-- forget -->
+<!ENTITY forget.cookies.label "Cookie">
+<!ENTITY forget.cookies.accesskey "C">
+<!ENTITY forget.permissions.label "权限">
+<!ENTITY forget.permissions.accesskey "P">
+<!ENTITY forget.preferences.label "内容首选项">
+<!ENTITY forget.preferences.accesskey "o">
+<!ENTITY forget.passwords.label "密码">
+<!ENTITY forget.passwords.accesskey "a">
+<!ENTITY forget.storage.label "存储">
+<!ENTITY forget.storage.accesskey "S">
+<!ENTITY forget.formdata.label "表单数据">
+<!ENTITY forget.formdata.accesskey "D">
+
+<!ENTITY forget.button.label "忽略此数据">
+<!ENTITY forget.button.accesskey "F">
diff --git a/l10n-zh-CN/suite/chrome/common/dataman/dataman.properties b/l10n-zh-CN/suite/chrome/common/dataman/dataman.properties
new file mode 100755
index 0000000000..e8d86d3806
--- /dev/null
+++ b/l10n-zh-CN/suite/chrome/common/dataman/dataman.properties
@@ -0,0 +1,73 @@
+# 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/.
+
+# cookies
+cookies.expireAtEndOfSession=在会话结束时
+
+cookies.secureOnly.httponly=仅加密连接和无脚本访问
+cookies.secureOnly.all=仅加密连接
+cookies.anyConnection.httponly=任何类型的连接,无脚本访问
+cookies.anyConnection.all=任意连接类型
+
+cookies.deleteSelected=您确定要删除选定的 Cookie 吗?
+cookies.deleteSelectedTitle=删除选定的 Cookie
+cookies.deleteSelectedYes=删除(&R)
+
+# permissions
+perm.allowXULXBL.label=使用 XUL/XBL 标记
+perm.cookie.label=设置 Cookie
+perm.geo.label=共享位置信息
+perm.image.label=载入图像
+perm.indexedDB.label=存储本地数据库
+perm.install.label=安装附加组件
+perm.offline-app.label=离线网页应用程序
+perm.object.label=运行插件
+perm.login-saving.label=保存密码
+perm.plugins.label=激活插件
+perm.popup.label=打开弹出窗口
+perm.script.label=运行脚本
+perm.stylesheet.label=载入样式表
+perm.trackingprotection.label=跟踪行为
+
+perm.type.default=选择一个类型
+perm.validation.invalidurl=输入的网址无效
+
+# passwords
+pwd.hidePasswords=隐藏密码
+pwd.hidePasswords.accesskey=P
+pwd.showPasswords=显示密码
+pwd.showPasswords.accesskey=P
+pwd.noMasterPasswordPrompt=您确定要显示您的密码吗?
+
+pwd.deleteSelected=您确定要删除选定的密码吗?
+pwd.deleteSelectedTitle=移除选定密码
+pwd.deleteSelectedYes=删除(&R)
+
+# preferences
+prefs.deleteSelected=您确定要删除选定的首选项吗?
+prefs.deleteSelectedTitle=移除选定首选项
+prefs.deleteSelectedYes=移除(&R)
+
+# storage
+
+# LOCALIZATION NOTE: The next string is for disk usage of any storage
+# e.g. storageUsage: "50.23 MB"
+# %1$S = size (in bytes or megabytes, ...)
+# %2$S = unit of measure (bytes, KB, MB, ...)
+storageUsage=%1$S %2$S
+
+storage.deleteSelected=你确定要删除选中的网页数据存储?
+storage.deleteSelectedTitle=移除选中的存储
+storage.deleteSelectedYes=移除(&R)
+
+# form data
+fdata.deleteSelected=您确定要删除选定的表单历史条目吗?
+fdata.deleteSelectedTitle=移除选定表单数据
+fdata.deleteSelectedYes=移除(&R)
+
+# forget
+forget.desc.domain.pre=忽略对域“%S”以下类型相关的的所有数据:
+forget.desc.domain.post=以下类型的与域“%S”相关的所有数据已被删除:
+forget.desc.global.pre=忽略所有以下类型的全局数据:
+forget.desc.global.post=以下类型的所有全局数据已被删除: