diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-si/suite/chrome/mailnews/compose/messengercompose.dtd | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/mailnews/compose/messengercompose.dtd b/l10n-si/suite/chrome/mailnews/compose/messengercompose.dtd new file mode 100644 index 0000000000..120a656ec3 --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/messengercompose.dtd @@ -0,0 +1,174 @@ +<!-- 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 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 newMessage.label "Message"> +<!ENTITY newMessage.accesskey "M"> +<!ENTITY saveCmd.label "Save"> +<!ENTITY saveCmd.key "S"> +<!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 printSetupCmd.label "Page Setup…"> +<!ENTITY printSetupCmd.accesskey "u"> +<!ENTITY printCmd.label "Print…"> +<!ENTITY printCmd.key "P"> +<!ENTITY printCmd.accesskey "P"> + +<!-- Edit menu items --> +<!ENTITY editRewrapCmd.label "Rewrap"> +<!ENTITY editRewrapCmd.key "R"> +<!ENTITY editRewrapCmd.accesskey "w"> +<!ENTITY findCmd.label "Find and Replace…"> +<!ENTITY findCmd.key "F"> +<!ENTITY findCmd.accesskey "F"> +<!ENTITY findAgainCmd.label "Find Again"> +<!ENTITY findAgainCmd.key "G"> +<!ENTITY findAgainCmd.accesskey "g"> +<!ENTITY findAgainCmd.key2 "VK_F3"> +<!ENTITY findPrevCmd.label "Find Previous"> +<!ENTITY findPrevCmd.key "G"> +<!ENTITY findPrevCmd.key2 "VK_F3"> +<!ENTITY findPrevCmd.accesskey "v"> +<!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 checkSpellingCmd2.label "Check Spelling…"> +<!ENTITY checkSpellingCmd2.key "p"> +<!ENTITY checkSpellingCmd2.accesskey "h"> +<!ENTITY enableInlineSpellChecker.label "Spellcheck As You Type"> +<!ENTITY enableInlineSpellChecker.accesskey "S"> + +<!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 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 spellCheckNoSuggestions.label "(No Suggestions Found)"> +<!ENTITY spellCheckIgnoreWord.label "Ignore Word"> +<!ENTITY spellCheckIgnoreWord.accesskey "I"> +<!ENTITY spellCheckAddToDictionary.label "Add to Dictionary"> +<!ENTITY spellCheckAddToDictionary.accesskey "n"> +<!ENTITY undo.label "Undo"> +<!ENTITY undo.accesskey "U"> +<!ENTITY cut.label "Cut"> +<!ENTITY cut.accesskey "t"> +<!ENTITY copy.label "Copy"> +<!ENTITY copy.accesskey "C"> +<!ENTITY paste.label "Paste"> +<!ENTITY paste.accesskey "P"> +<!ENTITY pasteQuote.label "Paste As Quotation"> +<!ENTITY pasteQuote.accesskey "Q"> + +<!ENTITY openAttachment.label "Open"> +<!ENTITY openAttachment.accesskey "O"> +<!ENTITY delete.label "Delete"> +<!ENTITY delete.accesskey "D"> +<!ENTITY renameAttachment.label "Rename…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY selectAll.label "Select All"> +<!ENTITY selectAll.accesskey "A"> +<!ENTITY attachFile.label "Attach File(s)…"> +<!ENTITY attachFile.accesskey "F"> +<!ENTITY attachPage.label "Attach Web Page…"> +<!ENTITY attachPage.accesskey "W"> |