From 2c97c4cc85f6d6ddf364c82cd9515306ac415e1c Mon Sep 17 00:00:00 2001 From: "jefft%netscape.com" Date: Sat, 31 Mar 2007 22:08:05 +0000 Subject: [PATCH] fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz git-svn-id: svn://10.0.0.236/trunk@222703 18797224-902f-48f8-a5cc-f745e15eee43 --- .../chrome/mailnews/compose/composeMsgs.properties | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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. + +