diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-si/suite/chrome/mailnews/compose | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-si/suite/chrome/mailnews/compose')
8 files changed, 266 insertions, 0 deletions
diff --git a/l10n-si/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd b/l10n-si/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd new file mode 100644 index 0000000000..038042c293 --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/addressingWidgetOverlay.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> + +<!-- address labels --> +<!--LOCALIZATION NOTE addressingWidgetOverlay.dtd The basic mail/news composition headers as they are seen in UI --> +<!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:"> + diff --git a/l10n-si/suite/chrome/mailnews/compose/askSendFormat.dtd b/l10n-si/suite/chrome/mailnews/compose/askSendFormat.dtd new file mode 100644 index 0000000000..11e06a452b --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/askSendFormat.dtd @@ -0,0 +1,20 @@ +<!-- 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 askSendFormat.dtd UI for dialog that asks the user, which format to use for sending a message --> +<!ENTITY windowTitle.label "HTML Mail Question"> + +<!ENTITY recipient.label "Some of the recipients are not listed as being able to receive HTML mail."> + +<!ENTITY question.label "Would you like to convert the message to plain text or send it in HTML anyway?"> + +<!ENTITY plainTextAndHtml.label "Send in Plain Text and HTML"> +<!ENTITY plainTextAndHtml.accesskey "a"> +<!ENTITY plainTextOnly.label "Send in Plain Text Only"> +<!ENTITY plainTextOnly.accesskey "P"> +<!ENTITY htmlOnly.label "Send in HTML Only"> +<!ENTITY htmlOnly.accesskey "H"> + +<!ENTITY send.label "Send"> +<!ENTITY send.accesskey "S"> diff --git a/l10n-si/suite/chrome/mailnews/compose/askSendFormat.properties b/l10n-si/suite/chrome/mailnews/compose/askSendFormat.properties new file mode 100644 index 0000000000..b594a444fd --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/askSendFormat.properties @@ -0,0 +1,8 @@ +# 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/. + +convertibleYes=Your message can be converted to plain text without losing information. +convertibleAltering=Your message can be converted to plain text without losing important information. However, the plain text version might look different from what you saw in the composer. +convertibleNo=However, you used formatting (e.g. colors) that will not be converted to plain text. +recommended=(recommended) diff --git a/l10n-si/suite/chrome/mailnews/compose/composeMsgs.properties b/l10n-si/suite/chrome/mailnews/compose/composeMsgs.properties new file mode 100644 index 0000000000..8f0352581f --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/composeMsgs.properties @@ -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/. + +# +# The following are used by the compose back end +# +## LOCALIZATION NOTE (unableToOpenFile, unableToOpenTmpFile): +## %S will be replaced with the name of file that could not be opened +unableToOpenFile=Unable to open the file %S. +unableToOpenTmpFile=Unable to open the temporary file %S. Check your 'Temporary Directory' setting. + + +## Strings use for the save message dialog shown when the user close a message compose window +saveDlogTitle=Save Message + +## generics string +defaultSubject=(no subject) +chooseFileToAttach=Attach File(s) + +## +windowTitlePrefix=Compose: + +## String used by the dialog that informs the user about the newsgroup recipient +recipientDlogMessage=This account only supports email recipients. Continuing will ignore newsgroups. + +#String used by the alert that tells the user an e-mail address is invalid +addressInvalid=%1$S is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail. + +## String used for attachment pretty name, when attachment is a message +messageAttachmentSafeName=Attached Message +## String used for attachment pretty name, when attachment is message part +partAttachmentSafeName=Attached Message Part + +## String used by the Initialization Error dialog +initErrorDlogTitle=Message Compose + +## Strings used by Save as Draft/Template dialog +SaveDialogTitle=Save Message + +## LOCALIZATION NOTE (SaveDialogMsg): %1$S is folder name, %2$S is host name +SaveDialogMsg=Your message has been saved to the folder %1$S under %2$S. +CheckMsg=Do not show me this dialog box again. + +## Strings used by prompt when Quitting while in progress +quitComposeWindowTitle=Sending Message + +## LOCALIZATION NOTE (quitComposeWindowMessage): don't translate \n +quitComposeWindowMessage2=%1$S is currently in the process of sending a message.\nWould you like to wait until the message has been sent before quitting or quit now? +quitComposeWindowQuitButtonLabel2=&Quit +quitComposeWindowWaitButtonLabel2=&Wait + +## Strings used by prompt for Ctrl-Enter check before sending message +sendMessageCheckWindowTitle=Send Message +sendMessageCheckLabel=Are you sure you are ready to send this message? +sendMessageCheckSendButtonLabel=Send + +## reply header in composeMsg +## user specified +mailnews.reply_header_originalmessage=-------- Original Message -------- + +## Strings used by the rename attachment dialog +renameAttachmentTitle=Rename Attachment +renameAttachmentMessage=New attachment name: + +## LOCALIZATION NOTE(smtpEnterPasswordPrompt): Do not translate the +## word $S. Place the word $S where the host name should appear. +smtpEnterPasswordPrompt=Enter your password for %S: + +## LOCALIZATION NOTE(smtpEnterPasswordPromptWithUsername): Do not translate the +## words %1$S and %2$S. Place the word %1$S where the host name should appear, +## and %2$S where the user name should appear. +smtpEnterPasswordPromptWithUsername=Enter your password for %2$S on %1$S: + diff --git a/l10n-si/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd b/l10n-si/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd new file mode 100755 index 0000000000..e367a329b0 --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/mailComposeEditorOverlay.dtd @@ -0,0 +1,9 @@ +<!-- 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 attachImageSource.label "Attach this image to the message"> +<!ENTITY attachImageSource.accesskey "s"> + +<!ENTITY attachLinkSource.label "Attach the source of this link to the message"> +<!ENTITY attachLinkSource.accesskey "s"> 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..0f931ac42f --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/messengercompose.dtd @@ -0,0 +1,125 @@ +<!-- 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 --> + +<!-- menu items: the . means that the menu item isn't implemented yet --> +<!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 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"> + +<!ENTITY openAttachment.label "Open"> +<!ENTITY openAttachment.accesskey "O"> +<!ENTITY renameAttachment.label "Rename…"> +<!ENTITY renameAttachment.accesskey "R"> +<!ENTITY attachFile.label "Attach File(s)…"> +<!ENTITY attachFile.accesskey "F"> +<!ENTITY attachPage.label "Attach Web Page…"> +<!ENTITY attachPage.accesskey "W"> diff --git a/l10n-si/suite/chrome/mailnews/compose/sendProgress.dtd b/l10n-si/suite/chrome/mailnews/compose/sendProgress.dtd new file mode 100644 index 0000000000..2179bbda1f --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/sendProgress.dtd @@ -0,0 +1,6 @@ +<!-- 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 status.label "Status:"> +<!ENTITY progress.label "Progress:"> diff --git a/l10n-si/suite/chrome/mailnews/compose/sendProgress.properties b/l10n-si/suite/chrome/mailnews/compose/sendProgress.properties new file mode 100644 index 0000000000..13121f5fd6 --- /dev/null +++ b/l10n-si/suite/chrome/mailnews/compose/sendProgress.properties @@ -0,0 +1,11 @@ +# 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 (percentMsg): +# This string is used to format the text to the right of the progress meter. +# %S% will be replaced by the percentage of the file that has been saved +percentMsg=%S%% + +messageSent=Your message has been sent. +messageSaved=Your message has been saved. |