diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-si/suite/chrome/mailnews/compose/composeMsgs.properties | 74 |
1 files changed, 74 insertions, 0 deletions
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: + |