diff options
Diffstat (limited to 'l10n-zh-CN/mail/chrome/messenger/folderProps.dtd')
-rwxr-xr-x | l10n-zh-CN/mail/chrome/messenger/folderProps.dtd | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/l10n-zh-CN/mail/chrome/messenger/folderProps.dtd b/l10n-zh-CN/mail/chrome/messenger/folderProps.dtd new file mode 100755 index 0000000000..9e11621817 --- /dev/null +++ b/l10n-zh-CN/mail/chrome/messenger/folderProps.dtd @@ -0,0 +1,74 @@ +<!-- 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 folderProps.windowtitle.label "属性"> + +<!ENTITY generalInfo.label "基本信息"> +<!ENTITY folderCharsetFallback2.label "后备文字编码:"> +<!ENTITY folderCharsetFallback2.accesskey "E"> +<!ENTITY folderCharsetEnforce2.label "应用编码到该文件夹中的所有消息(个别消息的文字编码设置和自动检测将被忽略)"> +<!ENTITY folderCharsetEnforce2.accesskey "A"> +<!ENTITY folderRebuildSummaryFileTip2.label "重建概要文件索引"> +<!ENTITY folderRebuildSummaryFile2.label "修复文件夹"> +<!ENTITY folderRebuildSummaryFile2.accesskey "R"> +<!ENTITY folderRebuildSummaryFile.explanation "有时候文件夹索引文件(.msf)被损坏并且出现邮件丢失或者已删除的邮件又重新出现的现象,修复此文件夹可以修复这类问题。"> +<!ENTITY folderIncludeInGlobalSearch.label "在全局搜索结果中包含这个文件夹的邮件"> +<!ENTITY folderIncludeInGlobalSearch.accesskey "G"> + +<!ENTITY retention.label "保留策略"> +<!ENTITY retentionUseAccount.label "使用我的账户设置"> +<!ENTITY retentionUseAccount.accesskey "U"> +<!ENTITY daysOld.label "天的消息"> +<!ENTITY message.label "消息"> +<!ENTITY retentionCleanup.label "将旧消息永久删除可释放更多的磁盘空间"> +<!ENTITY retentionCleanupImap.label "要回收磁盘空间,可以永久删除本地副本和远程服务器上的原始旧消息。"> +<!ENTITY retentionCleanupPop.label "要回收磁盘空间,可以永久删除旧消息,包括远程服务器上的原文。"> +<!ENTITY retentionDeleteMsg.label "删除超过"> +<!ENTITY retentionDeleteMsg.accesskey "m"> +<!ENTITY retentionKeepAll.label "不要删除任何消息"> +<!ENTITY retentionKeepAll.accesskey "a"> +<!ENTITY retentionKeepRecent.label "除最近使用的全部删除"> +<!ENTITY retentionKeepRecent.accesskey "l"> +<!ENTITY retentionApplyToFlagged.label "一律保留已加星标之消息"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> + +<!ENTITY folderSynchronizationTab.label "同步"> +<!ENTITY folderCheckForNewMessages2.label "当获取此账户的新邮件时,一律查收此文件夹"> +<!ENTITY folderCheckForNewMessages2.accesskey "c"> + +<!ENTITY offlineFolder.check.label "选择此文件夹供脱机使用"> +<!ENTITY offlineFolder.check.accesskey "S"> +<!ENTITY offlineFolder.button.label "立即下载"> +<!ENTITY offlineFolder.button.accesskey "D"> + +<!ENTITY selectofflineNewsgroup.check.label "选择要脱机使用的新闻组"> +<!ENTITY selectofflineNewsgroup.check.accesskey "o"> +<!ENTITY offlineNewsgroup.button.label "立即下载"> +<!ENTITY offlineNewsgroup.button.accesskey "D"> + +<!ENTITY folderProps.name.label "名称:"> +<!ENTITY folderProps.name.accesskey "N"> +<!ENTITY folderProps.color.label "图标颜色:"> +<!ENTITY folderProps.color.accesskey "I"> +<!ENTITY folderProps.reset.tooltip "恢复默认颜色"> +<!ENTITY folderProps.location.label "地址:"> +<!ENTITY folderProps.location.accesskey "L"> + +<!ENTITY folderSharingTab.label "共享"> +<!ENTITY privileges.button.label "权限…"> +<!ENTITY privileges.button.accesskey "P"> +<!ENTITY permissionsDesc.label "您拥有如下的权限:"> +<!ENTITY folderOtherUsers.label "其他有权访问此文件夹的人:"> +<!ENTITY folderType.label "文件夹类型:"> + +<!ENTITY folderQuotaTab.label "配额"> +<!ENTITY folderQuotaUsage.label "使用量:"> +<!ENTITY folderQuotaStatus.label "状态:"> + +<!ENTITY numberOfMessages.label "消息数目:"> +<!-- LOCALIZATION NOTE: When the number of messages can't be determined, this string is displayed as the number --> +<!ENTITY numberUnknown.label "未知"> +<!ENTITY sizeOnDisk.label "磁盘上的大小:"> +<!-- LOCALIZATION NOTE: When the size can't be determined, this string is displayed as the size --> +<!ENTITY sizeUnknown.label "未知"> |