diff options
Diffstat (limited to 'l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd')
-rw-r--r-- | l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd b/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd new file mode 100644 index 0000000000..7c223137c5 --- /dev/null +++ b/l10n-en-GB/suite/chrome/mailnews/compose/messengercompose.dtd @@ -0,0 +1,136 @@ +<!-- 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/. --> + +<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition --> +<!ENTITY msgComposeWindow.title "Compose: (no subject)"> + +<!ENTITY fromAddr.label "From:"> +<!ENTITY fromAddr.accesskey "r"> +<!ENTITY toAddr.label "To:"> +<!ENTITY ccAddr.label "Cc:"> +<!ENTITY bccAddr.label "Bcc:"> +<!ENTITY replyAddr.label "Reply-To:"> +<!ENTITY newsgroupsAddr.label "Newsgroup:"> +<!ENTITY followupAddr.label "Followup-To:"> +<!ENTITY subject.label "Subject:"> +<!ENTITY subject.accesskey "S"> +<!ENTITY attachments.label "Attachments:"> +<!ENTITY attachments.accesskey "c"> + +<!-- menu items: the . means that the menu item isn't implemented yet --> + +<!-- File menu items --> +<!ENTITY saveCmd.label "Save"> +<!ENTITY saveCmd.accesskey "s"> +<!ENTITY saveAsCmd.label "Save As"> +<!ENTITY saveAsCmd.accesskey "A"> +<!ENTITY saveAsFileCmd.label "File…"> +<!ENTITY saveAsFileCmd.accesskey "F"> +<!ENTITY saveAsDraftCmd.label "Draft"> +<!ENTITY saveAsDraftCmd.accesskey "D"> +<!ENTITY saveAsTemplateCmd.label "Template"> +<!ENTITY saveAsTemplateCmd.accesskey "T"> +<!ENTITY attachMenu.label "Attach"> +<!ENTITY attachMenu.accesskey "t"> +<!ENTITY attachFileCmd.label "File(s)…"> +<!ENTITY attachFileCmd.accesskey "F"> +<!ENTITY attachPageCmd.label "Web Page…"> +<!ENTITY attachPageCmd.accesskey "W"> +<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' --> +<!ENTITY attachVCardCmd.label "Personal Card (vCard)"> +<!ENTITY attachVCardCmd.accesskey "P"> +<!ENTITY sendNowCmd.label "Send Now"> +<!ENTITY sendCmd.keycode "VK_RETURN"> +<!ENTITY sendNowCmd.accesskey "d"> +<!ENTITY sendLaterCmd.label "Send Later"> +<!ENTITY sendLaterCmd.keycode "VK_RETURN"> +<!ENTITY sendLaterCmd.accesskey "L"> + +<!ENTITY accountManagerCmd.label "Mail & Newsgroups Account Settings…"> +<!ENTITY accountManagerCmd.accesskey "m"> + +<!-- View menu items --> +<!ENTITY showComposeToolbarCmd.label "Mail Toolbar"> +<!ENTITY showComposeToolbarCmd.accesskey "o"> +<!ENTITY showFormatToolbarCmd.label "Formatting Toolbar"> +<!ENTITY showFormatToolbarCmd.accesskey "F"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Format"> +<!ENTITY formatMenu.accesskey "o"> + +<!-- Options menu items --> +<!ENTITY optionsMenu.label "Options"> +<!ENTITY optionsMenu.accesskey "p"> + +<!ENTITY quoteCmd.label "Quote Message"> +<!ENTITY quoteCmd.accesskey "Q"> +<!ENTITY selectAddressCmd.label "Select Addresses…"> +<!ENTITY selectAddressCmd.key ""> +<!ENTITY selectAddressCmd.accesskey "A"> + +<!ENTITY priorityMenu.label "Priority"> +<!ENTITY priorityMenu.accesskey "P"> +<!ENTITY lowestPriorityCmd.label "Lowest"> +<!ENTITY lowestPriorityCmd.accesskey "L"> +<!ENTITY lowPriorityCmd.label "Low"> +<!ENTITY lowPriorityCmd.accesskey "o"> +<!ENTITY normalPriorityCmd.label "Normal"> +<!ENTITY normalPriorityCmd.accesskey "N"> +<!ENTITY highPriorityCmd.label "High"> +<!ENTITY highPriorityCmd.accesskey "i"> +<!ENTITY highestPriorityCmd.label "Highest"> +<!ENTITY highestPriorityCmd.accesskey "H"> + +<!ENTITY returnReceiptMenu.label "Return Receipt"> +<!ENTITY returnReceiptMenu.accesskey "t"> +<!ENTITY dsnMenu.label "Delivery Status Notification"> +<!ENTITY dsnMenu.accesskey "N"> + +<!ENTITY outputFormatMenu.label "Format"> +<!ENTITY outputFormatMenu.accesskey "F"> +<!ENTITY autoFormatCmd.label "Auto-Detect"> +<!ENTITY autoFormatCmd.accesskey "A"> +<!ENTITY plainTextFormatCmd.label "Plain Text Only"> +<!ENTITY plainTextFormatCmd.accesskey "P"> +<!ENTITY htmlFormatCmd.label "Rich Text (HTML) Only"> +<!ENTITY htmlFormatCmd.accesskey "R"> +<!ENTITY bothFormatCmd.label "Plain and Rich (HTML) Text"> +<!ENTITY bothFormatCmd.accesskey "l"> + +<!ENTITY fileCarbonCopyCmd.label "Send a Copy To"> +<!ENTITY fileCarbonCopyCmd.accesskey "d"> +<!ENTITY fileHereMenu.label "File Here"> + +<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs --> +<!-- Toolbar items --> +<!ENTITY sendButton.label "Send"> +<!ENTITY addressButton.label "Address"> +<!ENTITY attachButton.label "Attach"> +<!ENTITY spellingButton.label "Spelling"> +<!ENTITY saveButton.label "Save"> +<!ENTITY stopButton.label "Stop"> + +<!--tooltips--> +<!-- We already inherit &menuBar.tooltip and &mailToolbar.tooltip from messenger.dtd --> +<!ENTITY addressBar.tooltip "Address Bar"> +<!ENTITY formatToolbar.tooltip "Formatting Toolbar"> +<!ENTITY sendButton.tooltip "Send this message now"> +<!ENTITY sendlaterButton.tooltip "Send this message later"> +<!ENTITY addressButton.tooltip "Select a recipient from an Address Book"> +<!ENTITY attachButton.tooltip "Include an attachment"> +<!ENTITY saveButton.tooltip "Save this message"> +<!ENTITY stopButton.tooltip "Stop the current transfer"> + +<!-- context menu items --> +<!ENTITY openAttachment.label "Open"> +<!ENTITY openAttachment.accesskey "O"> +<!ENTITY renameAttachment.label "Rename…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY deleteAttachment.accesskey "D"> +<!ENTITY selectAllAttachments.accesskey "A"> +<!ENTITY attachFile.label "Attach File(s)…"> +<!ENTITY attachFile.accesskey "F"> +<!ENTITY attachPage.label "Attach Web Page…"> +<!ENTITY attachPage.accesskey "W"> |