diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/mailnews/folderProps.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/mailnews/folderProps.dtd | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd b/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd new file mode 100644 index 0000000000..c3edacff12 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/folderProps.dtd @@ -0,0 +1,71 @@ +<!-- 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 "Properties"> + +<!ENTITY generalInfo.label "General Information"> +<!ENTITY folderCharsetFallback2.label "Fallback Text Encoding:"> +<!ENTITY folderCharsetFallback2.accesskey "E"> +<!ENTITY folderCharsetEnforce2.label "Apply encoding to all messages in the folder (individual message text encoding settings and auto-detection will be ignored)"> +<!ENTITY folderCharsetEnforce2.accesskey "A"> +<!ENTITY folderRebuildSummaryFileTip2.label "Rebuild Summary File Index"> +<!ENTITY folderRebuildSummaryFile2.label "Repair Folder"> +<!ENTITY folderRebuildSummaryFile2.accesskey "R"> +<!ENTITY folderRebuildSummaryFile.explanation "Sometimes the folder index (.msf) file becomes damaged and messages may appear missing or deleted messages continue showing; repairing the folder may fix these issues."> +<!ENTITY folderIncludeInGlobalSearch.label "Include messages in this folder in Global Search results"> +<!ENTITY folderIncludeInGlobalSearch.accesskey "G"> + +<!ENTITY retention.label "Retention Policy"> +<!ENTITY retentionUseAccount.label "Use my account settings"> +<!ENTITY retentionUseAccount.accesskey "U"> +<!ENTITY daysOld.label "days old"> +<!ENTITY message.label "messages"> +<!ENTITY retentionCleanup.label "Keep messages:"> +<!ENTITY retentionCleanupImap.label "Keep messages, both the local copies and their originals on the server:"> +<!ENTITY retentionCleanupPop.label "Keep messages, including their originals on the server:"> +<!ENTITY retentionDeleteMsg.label "Delete messages more than"> +<!ENTITY retentionDeleteMsg.accesskey "m"> +<!ENTITY retentionKeepAll.label "All messages"> +<!ENTITY retentionKeepAll.accesskey "A"> +<!ENTITY retentionKeepRecent.label "The newest"> +<!ENTITY retentionKeepRecent.accesskey "n"> +<!ENTITY retentionApplyToFlagged.label "Always keep flagged messages"> +<!ENTITY retentionApplyToFlagged.accesskey "e"> + +<!ENTITY folderSynchronizationTab.label "Synchronisation"> +<!ENTITY folderCheckForNewMessages2.label "When getting new messages for this account, always check this folder"> +<!ENTITY folderCheckForNewMessages2.accesskey "c"> + +<!ENTITY offlineFolder.check.label "Select this folder for offline use"> +<!ENTITY offlineFolder.check.accesskey "S"> +<!ENTITY offlineFolder.button.label "Download Now"> +<!ENTITY offlineFolder.button.accesskey "D"> + +<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use"> +<!ENTITY selectofflineNewsgroup.check.accesskey "o"> +<!ENTITY offlineNewsgroup.button.label "Download Now"> +<!ENTITY offlineNewsgroup.button.accesskey "D"> + +<!ENTITY folderProps.name.label "Name:"> +<!ENTITY folderProps.name.accesskey "N"> +<!ENTITY folderProps.location.label "Location:"> +<!ENTITY folderProps.location.accesskey "L"> + +<!ENTITY folderSharingTab.label "Sharing"> +<!ENTITY privileges.button.label "Privileges…"> +<!ENTITY privileges.button.accesskey "P"> +<!ENTITY permissionsDesc.label "You have the following permissions:"> +<!ENTITY folderType.label "Folder Type:"> + +<!ENTITY folderQuotaTab.label "Quota"> +<!ENTITY folderQuotaRoot.label "Quota Root:"> +<!ENTITY folderQuotaUsage.label "Usage:"> +<!ENTITY folderQuotaStatus.label "Status:"> + +<!ENTITY numberOfMessages.label "Number of messages:"> +<!-- LOCALIZATION NOTE: When the number of messages can't be determined, this string is displayed as the number --> +<!ENTITY numberUnknown.label "unknown"> +<!ENTITY sizeOnDisk.label "Size on disk:"> +<!-- LOCALIZATION NOTE: When the size can't be determined, this string is displayed as the size --> +<!ENTITY sizeUnknown.label "unknown"> |