зеркало из https://github.com/mozilla/pjs.git
"Send" -> "Send Now" per spec, patch by H�kan Waara <hwaara@chello.se>, bug=55887, r=jag, a=ben
This commit is contained in:
Родитель
d0880a733e
Коммит
7566ddb5ae
|
@ -1,172 +0,0 @@
|
|||
<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition -->
|
||||
<!ENTITY msgComposeWindow.title "Message Compose">
|
||||
|
||||
<!ENTITY fromAddr.label "From:">
|
||||
<!ENTITY subject.label "Subject:">
|
||||
<!ENTITY attachments.label "Attachments:">
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
<!-- File menu items -->
|
||||
<!ENTITY newMessage.label "New Message">
|
||||
<!ENTITY newMessage.accesskey "n">
|
||||
<!ENTITY saveCmd.label ".Save">
|
||||
<!ENTITY saveCmd.key "S">
|
||||
<!ENTITY saveAsCmd.label "Save As">
|
||||
<!ENTITY saveAsCmd.accesskey "s">
|
||||
<!ENTITY saveAsFileCmd.label ".File...">
|
||||
<!ENTITY saveAsFileCmd.accesskey "F">
|
||||
<!ENTITY saveAsDraftCmd.label "Draft">
|
||||
<!ENTITY saveAsDraftCmd.accesskey "D">
|
||||
<!ENTITY saveAsTemplateCmd.label "Stationery">
|
||||
<!ENTITY saveAsTemplateCmd.accesskey "S">
|
||||
<!ENTITY attachFileCmd.label "Attach File...">
|
||||
<!ENTITY attachFileCmd.key "">
|
||||
<!ENTITY attachFileCmd.accesskey "F">
|
||||
<!ENTITY attachPageCmd.label "Attach Web Page...">
|
||||
<!ENTITY attachPageCmd.accesskey "W">
|
||||
<!ENTITY sendNowCmd.label "Send">
|
||||
<!ENTITY sendNowCmd.keycode "VK_ENTER">
|
||||
<!ENTITY sendNowCmd.accesskey "d">
|
||||
<!ENTITY sendLaterCmd.label "Send Later">
|
||||
<!ENTITY sendLaterCmd.keycode "VK_ENTER">
|
||||
<!ENTITY sendLaterCmd.accesskey "L">
|
||||
<!ENTITY printPreviewCmd.label ".Print Preview">
|
||||
<!ENTITY printPreviewCmd.accesskey "v">
|
||||
<!ENTITY printCmd.label ".Print...">
|
||||
<!ENTITY printCmd.key "P">
|
||||
<!ENTITY printCmd.accesskey "P">
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
|
||||
<!-- Edit menu items -->
|
||||
<!ENTITY findCmd.label "Find">
|
||||
<!ENTITY findCmd.key "F">
|
||||
<!ENTITY findCmd.accesskey "F">
|
||||
<!ENTITY findAgainCmd.label "Find Again">
|
||||
<!ENTITY findAgainCmd.key "G">
|
||||
<!ENTITY findAgainCmd.accesskey "g">
|
||||
<!ENTITY accountManagerCmd.label "Mail/News 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">
|
||||
<!ENTITY showStatusbarCmd.label ".Statusbar">
|
||||
<!ENTITY showStatusbarCmd.accesskey "S">
|
||||
<!ENTITY showParagraphMarksCmd.label ".Show Paragraph Marks">
|
||||
<!ENTITY pageSourceCmd.label ".Page Source">
|
||||
<!ENTITY pageSourceCmd.accesskey "u">
|
||||
<!ENTITY pageInfoCmd.label ".Page Info">
|
||||
<!ENTITY pageInfoCmd.accesskey "I">
|
||||
<!ENTITY dcharMenu.label "Character Set">
|
||||
<!ENTITY dcharIso1Cmd.label "Western (ISO-8859-1)">
|
||||
<!ENTITY dcharIso2Cmd.label "Central European (ISO-8859-2)">
|
||||
<!ENTITY dcharIso3Cmd.label "South European (ISO-8859-3)">
|
||||
<!ENTITY dcharIso4Cmd.label "Baltic (ISO-8859-4)">
|
||||
<!ENTITY dcharIso9Cmd.label "Turkish (ISO-8859-9)">
|
||||
<!ENTITY dcharIso10Cmd.label "Nordic (ISO-8859-10)">
|
||||
<!ENTITY dcharIso14Cmd.label "Celtic (ISO-8859-14)">
|
||||
<!ENTITY dcharIso15Cmd.label "Western (ISO-8859-15)">
|
||||
<!ENTITY dcharJapanCmd.label "Japanese (ISO-2022-JP)">
|
||||
<!ENTITY dcharTradChiBigCmd.label "Chinese Traditional (Big5)">
|
||||
<!ENTITY dcharSimpChiGbCmd.label "Chinese Simplified (GB2312)">
|
||||
<!ENTITY dcharKoreanCmd.label "Korean (EUC-KR)">
|
||||
<!ENTITY dcharUtf8Cmd.label "Unicode (UTF-8)">
|
||||
<!ENTITY dcharRusCmd.label "Cyrillic (KOI8-R)">
|
||||
<!ENTITY dcharUkrCmd.label "Cyrillic/Ukrainian (KOI8-U)">
|
||||
<!ENTITY dcharIsoGreekCmd.label "Greek (ISO-8859-7)">
|
||||
<!ENTITY dcharVietViCmd.label "Vietnamese (VISCII)">
|
||||
<!ENTITY dcharThaiCmd.label "Thai (TIS-620)">
|
||||
<!ENTITY dcharArmCmd.label "Armenian (ARMSCII-8)">
|
||||
<!ENTITY dcharDEFAULT.label "Set Default Mail Send Character Set">
|
||||
|
||||
<!-- Format menu items -->
|
||||
<!ENTITY formatMenu.label "Format">
|
||||
<!ENTITY formatmenu.accesskey "o">
|
||||
|
||||
<!-- Options menu items -->
|
||||
<!ENTITY optionsMenu.label "Options">
|
||||
|
||||
<!ENTITY doNotCompleteAddrCmd.label ".Do Not Complete Address">
|
||||
<!ENTITY showMatchingAddrCmd.label ".Show Matching Address">
|
||||
|
||||
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
|
||||
<!ENTITY addSignatureCmd.label ".Add Signature File">
|
||||
<!ENTITY attachVCardCmd.label ".Include Personal Card (vCard)">
|
||||
<!ENTITY attachVCardCmd.accesskey "P">
|
||||
|
||||
<!ENTITY quoteOrigCmd.label ".Quote Original Message">
|
||||
<!ENTITY quoteOrigCmd.accesskey "Q">
|
||||
<!ENTITY editRewrapCmd.label "Rewrap">
|
||||
<!ENTITY selectAddressCmd.label "Select Addresses...">
|
||||
<!ENTITY selectAddressCmd.key "">
|
||||
<!ENTITY selectAddressCmd.accesskey "c">
|
||||
|
||||
<!ENTITY checkSpellingCmd.label "Check Spelling...">
|
||||
<!ENTITY checkSpellingCmd.key "K">
|
||||
<!ENTITY checkSpellingCmd.accesskey "S">
|
||||
|
||||
<!ENTITY priorityMenu.label "Priority">
|
||||
<!ENTITY lowestPriorityCmd.label "Lowest">
|
||||
<!ENTITY lowPriorityCmd.label "Low">
|
||||
<!ENTITY normalPriorityCmd.label "Normal">
|
||||
<!ENTITY highPriorityCmd.label "High">
|
||||
<!ENTITY highestPriorityCmd.label "Highest">
|
||||
|
||||
<!ENTITY returnReceiptCmd.label "Return receipt">
|
||||
|
||||
<!ENTITY outputFormatMenu.label "Format">
|
||||
<!ENTITY autoFormatCmd.label "Auto-Detect">
|
||||
<!ENTITY plainTextFormatCmd.label "Plain Text only">
|
||||
<!ENTITY htmlFormatCmd.label "HTML only">
|
||||
<!ENTITY bothFormatCmd.label "Plain Text and HTML">
|
||||
|
||||
<!ENTITY fileCarbonCopyCmd.label "File Sent Message">
|
||||
<!ENTITY fileHereMenu.label "File Here">
|
||||
|
||||
<!--LOCALIZATION NOTE Debug Menu Don't translate anything in the Debug menu section -->
|
||||
<!-- Debug Menu, imported from editorAppShell.dtd -->
|
||||
<!ENTITY debugMenu.label "Debug">
|
||||
<!ENTITY outputTextCmd.label "Output Text">
|
||||
<!ENTITY outputHTMLCmd.label "Output HTML">
|
||||
<!ENTITY outputXIFCmd.label "Output XIF">
|
||||
<!ENTITY insertTextCmd.label "Insert Text">
|
||||
<!ENTITY testSelectionCmd.label "Test Selection">
|
||||
<!ENTITY testTableLayoutCmd.label "Test Table Layout">
|
||||
<!ENTITY testDocumentCmd.label "Test Document">
|
||||
<!ENTITY showEmbeddedCmd.label "Show Embedded Objects">
|
||||
<!ENTITY dumpContentCmd.label "Dump Content Tree">
|
||||
<!ENTITY testDocumentCmd.label "Test Document">
|
||||
<!ENTITY runUnitTestsCmd.label "Run Unit Tests">
|
||||
<!ENTITY startLogCmd.label "Start Log">
|
||||
<!ENTITY stopLogCmd.label "Stop Log">
|
||||
<!ENTITY runLogCmd.label "Run Log">
|
||||
|
||||
<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
|
||||
<!-- Toolbar items -->
|
||||
<!ENTITY sendButton.label "Send">
|
||||
<!ENTITY quoteButton.label "Quote">
|
||||
<!ENTITY addressButton.label "Address">
|
||||
<!ENTITY attachButton.label "Attach">
|
||||
<!ENTITY spellingButton.label "Spelling">
|
||||
<!ENTITY saveButton.label "Save">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
|
||||
<!--tooltips-->
|
||||
<!ENTITY sendButton.tooltip "Send this message now">
|
||||
<!ENTITY quoteButton.tooltip "Quote the previous message">
|
||||
<!ENTITY addressButton.tooltip "Select a recipient from an Address Book">
|
||||
<!ENTITY attachButton.tooltip "Attach a file to this message">
|
||||
<!ENTITY saveButton.tooltip "Save this message">
|
||||
<!ENTITY stopButton.tooltip "Stop the current transfer">
|
||||
|
||||
<!-- Toolbar items, imported from editorAppShell.xul -->
|
||||
<!--LOCALIZATION NOTE formatToolbar. Don't change any of these Style Characters -->
|
||||
<!ENTITY formatToolbar.boldChar "B">
|
||||
<!ENTITY formatToolbar.italicChar "I">
|
||||
<!ENTITY formatToolbar.underlineChar "U">
|
||||
|
||||
<!-- Status bar -->
|
||||
<!ENTITY defaultStatusText.label "Document: Done">
|
|
@ -1,172 +0,0 @@
|
|||
<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition -->
|
||||
<!ENTITY msgComposeWindow.title "Message Compose">
|
||||
|
||||
<!ENTITY fromAddr.label "From:">
|
||||
<!ENTITY subject.label "Subject:">
|
||||
<!ENTITY attachments.label "Attachments:">
|
||||
|
||||
<!-- menu items: the . means that the menu item isn't implemented yet -->
|
||||
|
||||
<!-- File menu items -->
|
||||
<!ENTITY newMessage.label "New Message">
|
||||
<!ENTITY newMessage.accesskey "n">
|
||||
<!ENTITY saveCmd.label ".Save">
|
||||
<!ENTITY saveCmd.key "S">
|
||||
<!ENTITY saveAsCmd.label "Save As">
|
||||
<!ENTITY saveAsCmd.accesskey "s">
|
||||
<!ENTITY saveAsFileCmd.label ".File...">
|
||||
<!ENTITY saveAsFileCmd.accesskey "F">
|
||||
<!ENTITY saveAsDraftCmd.label "Draft">
|
||||
<!ENTITY saveAsDraftCmd.accesskey "D">
|
||||
<!ENTITY saveAsTemplateCmd.label "Stationery">
|
||||
<!ENTITY saveAsTemplateCmd.accesskey "S">
|
||||
<!ENTITY attachFileCmd.label "Attach File...">
|
||||
<!ENTITY attachFileCmd.key "">
|
||||
<!ENTITY attachFileCmd.accesskey "F">
|
||||
<!ENTITY attachPageCmd.label "Attach Web Page...">
|
||||
<!ENTITY attachPageCmd.accesskey "W">
|
||||
<!ENTITY sendNowCmd.label "Send">
|
||||
<!ENTITY sendNowCmd.keycode "VK_ENTER">
|
||||
<!ENTITY sendNowCmd.accesskey "d">
|
||||
<!ENTITY sendLaterCmd.label "Send Later">
|
||||
<!ENTITY sendLaterCmd.keycode "VK_ENTER">
|
||||
<!ENTITY sendLaterCmd.accesskey "L">
|
||||
<!ENTITY printPreviewCmd.label ".Print Preview">
|
||||
<!ENTITY printPreviewCmd.accesskey "v">
|
||||
<!ENTITY printCmd.label ".Print...">
|
||||
<!ENTITY printCmd.key "P">
|
||||
<!ENTITY printCmd.accesskey "P">
|
||||
<!ENTITY closeCmd.label "Close">
|
||||
|
||||
<!-- Edit menu items -->
|
||||
<!ENTITY findCmd.label "Find">
|
||||
<!ENTITY findCmd.key "F">
|
||||
<!ENTITY findCmd.accesskey "F">
|
||||
<!ENTITY findAgainCmd.label "Find Again">
|
||||
<!ENTITY findAgainCmd.key "G">
|
||||
<!ENTITY findAgainCmd.accesskey "g">
|
||||
<!ENTITY accountManagerCmd.label "Mail/News 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">
|
||||
<!ENTITY showStatusbarCmd.label ".Statusbar">
|
||||
<!ENTITY showStatusbarCmd.accesskey "S">
|
||||
<!ENTITY showParagraphMarksCmd.label ".Show Paragraph Marks">
|
||||
<!ENTITY pageSourceCmd.label ".Page Source">
|
||||
<!ENTITY pageSourceCmd.accesskey "u">
|
||||
<!ENTITY pageInfoCmd.label ".Page Info">
|
||||
<!ENTITY pageInfoCmd.accesskey "I">
|
||||
<!ENTITY dcharMenu.label "Character Set">
|
||||
<!ENTITY dcharIso1Cmd.label "Western (ISO-8859-1)">
|
||||
<!ENTITY dcharIso2Cmd.label "Central European (ISO-8859-2)">
|
||||
<!ENTITY dcharIso3Cmd.label "South European (ISO-8859-3)">
|
||||
<!ENTITY dcharIso4Cmd.label "Baltic (ISO-8859-4)">
|
||||
<!ENTITY dcharIso9Cmd.label "Turkish (ISO-8859-9)">
|
||||
<!ENTITY dcharIso10Cmd.label "Nordic (ISO-8859-10)">
|
||||
<!ENTITY dcharIso14Cmd.label "Celtic (ISO-8859-14)">
|
||||
<!ENTITY dcharIso15Cmd.label "Western (ISO-8859-15)">
|
||||
<!ENTITY dcharJapanCmd.label "Japanese (ISO-2022-JP)">
|
||||
<!ENTITY dcharTradChiBigCmd.label "Chinese Traditional (Big5)">
|
||||
<!ENTITY dcharSimpChiGbCmd.label "Chinese Simplified (GB2312)">
|
||||
<!ENTITY dcharKoreanCmd.label "Korean (EUC-KR)">
|
||||
<!ENTITY dcharUtf8Cmd.label "Unicode (UTF-8)">
|
||||
<!ENTITY dcharRusCmd.label "Cyrillic (KOI8-R)">
|
||||
<!ENTITY dcharUkrCmd.label "Cyrillic/Ukrainian (KOI8-U)">
|
||||
<!ENTITY dcharIsoGreekCmd.label "Greek (ISO-8859-7)">
|
||||
<!ENTITY dcharVietViCmd.label "Vietnamese (VISCII)">
|
||||
<!ENTITY dcharThaiCmd.label "Thai (TIS-620)">
|
||||
<!ENTITY dcharArmCmd.label "Armenian (ARMSCII-8)">
|
||||
<!ENTITY dcharDEFAULT.label "Set Default Mail Send Character Set">
|
||||
|
||||
<!-- Format menu items -->
|
||||
<!ENTITY formatMenu.label "Format">
|
||||
<!ENTITY formatmenu.accesskey "o">
|
||||
|
||||
<!-- Options menu items -->
|
||||
<!ENTITY optionsMenu.label "Options">
|
||||
|
||||
<!ENTITY doNotCompleteAddrCmd.label ".Do Not Complete Address">
|
||||
<!ENTITY showMatchingAddrCmd.label ".Show Matching Address">
|
||||
|
||||
<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' -->
|
||||
<!ENTITY addSignatureCmd.label ".Add Signature File">
|
||||
<!ENTITY attachVCardCmd.label ".Include Personal Card (vCard)">
|
||||
<!ENTITY attachVCardCmd.accesskey "P">
|
||||
|
||||
<!ENTITY quoteOrigCmd.label ".Quote Original Message">
|
||||
<!ENTITY quoteOrigCmd.accesskey "Q">
|
||||
<!ENTITY editRewrapCmd.label "Rewrap">
|
||||
<!ENTITY selectAddressCmd.label "Select Addresses...">
|
||||
<!ENTITY selectAddressCmd.key "">
|
||||
<!ENTITY selectAddressCmd.accesskey "c">
|
||||
|
||||
<!ENTITY checkSpellingCmd.label "Check Spelling...">
|
||||
<!ENTITY checkSpellingCmd.key "K">
|
||||
<!ENTITY checkSpellingCmd.accesskey "S">
|
||||
|
||||
<!ENTITY priorityMenu.label "Priority">
|
||||
<!ENTITY lowestPriorityCmd.label "Lowest">
|
||||
<!ENTITY lowPriorityCmd.label "Low">
|
||||
<!ENTITY normalPriorityCmd.label "Normal">
|
||||
<!ENTITY highPriorityCmd.label "High">
|
||||
<!ENTITY highestPriorityCmd.label "Highest">
|
||||
|
||||
<!ENTITY returnReceiptCmd.label "Return receipt">
|
||||
|
||||
<!ENTITY outputFormatMenu.label "Format">
|
||||
<!ENTITY autoFormatCmd.label "Auto-Detect">
|
||||
<!ENTITY plainTextFormatCmd.label "Plain Text only">
|
||||
<!ENTITY htmlFormatCmd.label "HTML only">
|
||||
<!ENTITY bothFormatCmd.label "Plain Text and HTML">
|
||||
|
||||
<!ENTITY fileCarbonCopyCmd.label "File Sent Message">
|
||||
<!ENTITY fileHereMenu.label "File Here">
|
||||
|
||||
<!--LOCALIZATION NOTE Debug Menu Don't translate anything in the Debug menu section -->
|
||||
<!-- Debug Menu, imported from editorAppShell.dtd -->
|
||||
<!ENTITY debugMenu.label "Debug">
|
||||
<!ENTITY outputTextCmd.label "Output Text">
|
||||
<!ENTITY outputHTMLCmd.label "Output HTML">
|
||||
<!ENTITY outputXIFCmd.label "Output XIF">
|
||||
<!ENTITY insertTextCmd.label "Insert Text">
|
||||
<!ENTITY testSelectionCmd.label "Test Selection">
|
||||
<!ENTITY testTableLayoutCmd.label "Test Table Layout">
|
||||
<!ENTITY testDocumentCmd.label "Test Document">
|
||||
<!ENTITY showEmbeddedCmd.label "Show Embedded Objects">
|
||||
<!ENTITY dumpContentCmd.label "Dump Content Tree">
|
||||
<!ENTITY testDocumentCmd.label "Test Document">
|
||||
<!ENTITY runUnitTestsCmd.label "Run Unit Tests">
|
||||
<!ENTITY startLogCmd.label "Start Log">
|
||||
<!ENTITY stopLogCmd.label "Stop Log">
|
||||
<!ENTITY runLogCmd.label "Run Log">
|
||||
|
||||
<!--LOCALIZATION NOTE Toolbar items Don't change any "chrome://" URLs -->
|
||||
<!-- Toolbar items -->
|
||||
<!ENTITY sendButton.label "Send">
|
||||
<!ENTITY quoteButton.label "Quote">
|
||||
<!ENTITY addressButton.label "Address">
|
||||
<!ENTITY attachButton.label "Attach">
|
||||
<!ENTITY spellingButton.label "Spelling">
|
||||
<!ENTITY saveButton.label "Save">
|
||||
<!ENTITY stopButton.label "Stop">
|
||||
|
||||
<!--tooltips-->
|
||||
<!ENTITY sendButton.tooltip "Send this message now">
|
||||
<!ENTITY quoteButton.tooltip "Quote the previous message">
|
||||
<!ENTITY addressButton.tooltip "Select a recipient from an Address Book">
|
||||
<!ENTITY attachButton.tooltip "Attach a file to this message">
|
||||
<!ENTITY saveButton.tooltip "Save this message">
|
||||
<!ENTITY stopButton.tooltip "Stop the current transfer">
|
||||
|
||||
<!-- Toolbar items, imported from editorAppShell.xul -->
|
||||
<!--LOCALIZATION NOTE formatToolbar. Don't change any of these Style Characters -->
|
||||
<!ENTITY formatToolbar.boldChar "B">
|
||||
<!ENTITY formatToolbar.italicChar "I">
|
||||
<!ENTITY formatToolbar.underlineChar "U">
|
||||
|
||||
<!-- Status bar -->
|
||||
<!ENTITY defaultStatusText.label "Document: Done">
|
|
@ -26,7 +26,7 @@
|
|||
<!ENTITY attachFileCmd.accesskey "F">
|
||||
<!ENTITY attachPageCmd.label "Attach Web Page...">
|
||||
<!ENTITY attachPageCmd.accesskey "W">
|
||||
<!ENTITY sendNowCmd.label "Send">
|
||||
<!ENTITY sendNowCmd.label "Send Now">
|
||||
<!ENTITY sendNowCmd.keycode "VK_ENTER">
|
||||
<!ENTITY sendNowCmd.accesskey "d">
|
||||
<!ENTITY sendLaterCmd.label "Send Later">
|
||||
|
|
Загрузка…
Ссылка в новой задаче