diff --git a/mozilla/suite/locales/en-US/chrome/mailnews/compose/composeMsgs.properties b/mozilla/suite/locales/en-US/chrome/mailnews/compose/composeMsgs.properties index 19dc9cde20f..7887722f2fd 100644 --- a/mozilla/suite/locales/en-US/chrome/mailnews/compose/composeMsgs.properties +++ b/mozilla/suite/locales/en-US/chrome/mailnews/compose/composeMsgs.properties @@ -111,7 +111,7 @@ ## @name NS_ERROR_COULD_NOT_GET_USERS_MAIL_ADDRESS 12529=An error occurred sending mail: the return mail address was invalid. Please verify that your email address is correct in your Mail preferences and try again. -## @name NS_ERROR_POP3_PASSWORD_UNDEFINED +## @name NS_ERROR_SMTP_PASSWORD_UNDEFINED 12530=Error getting mail password. ## @name NS_ERROR_MIME_MPART_ATTACHMENT_ERROR @@ -148,3 +148,14 @@ 12541=Warning! You are about to send a %d byte message. Are you sure that you want to do this? noIdentities=You don't have any email identities yet. Create one with the Account Wizard. + +## @name NS_SMTP_PASSWORD_PROMPT_TITLE +12542=Enter your password + +## @name NS_SMTP_PASSWORD_PROMPT +12543=Enter your password for %1$s@%2$s. + +## @name NS_ERROR_SMTP_USERNAME_UNDEFINED +12544=Error getting SMTP username. + +