Bug 388300 ��� correct SMPT typos; p=Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r/sr=bienvenu

This commit is contained in:
mnyromyr%tprac.de 2007-07-16 20:40:48 +00:00
Родитель a29c7525dc
Коммит 5008355ddc
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -254,7 +254,7 @@ sendAnyway=Send anyway
12580=An error occurred sending mail: Unable to authenticate to SMTP server %S. The server does not support any compatible secure authentication mechanism but you have chosen secure authentication. Try switching off secure authentication or contact your service provider. 12580=An error occurred sending mail: Unable to authenticate to SMTP server %S. The server does not support any compatible secure authentication mechanism but you have chosen secure authentication. Try switching off secure authentication or contact your service provider.
## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER_AUTH_NONE ## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER_AUTH_NONE
12581=An error occurred sending mail: Unable to authenticate to SMTP server %S. It does not support authentication (SMPT-AUTH) but you have chosen to use authentication. Uncheck 'Use name and password' for that server or contact your service provider. 12581=An error occurred sending mail: Unable to authenticate to SMTP server %S. It does not support authentication (SMTP-AUTH) but you have chosen to use authentication. Uncheck 'Use name and password' for that server or contact your service provider.
## @name NS_ERROR_STARTTLS_FAILED_EHLO_STARTTLS ## @name NS_ERROR_STARTTLS_FAILED_EHLO_STARTTLS
12582=An error occurred sending mail: Unable to establish a secure link with SMTP server %S using STARTTLS since it doesn't advertise that feature. Switch off STARTTLS for that server or contact your service provider. 12582=An error occurred sending mail: Unable to establish a secure link with SMTP server %S using STARTTLS since it doesn't advertise that feature. Switch off STARTTLS for that server or contact your service provider.

Просмотреть файл

@ -328,7 +328,7 @@ function getAccountForFolderPickerState()
return gAccount; return gAccount;
} }
// when the identity panel is loaded, the smpt-list is created // when the identity panel is loaded, the smtp-list is created
// and the in prefs.js configured smtp is activated // and the in prefs.js configured smtp is activated
function loadSMTPServerList() function loadSMTPServerList()
{ {

Просмотреть файл

@ -194,7 +194,7 @@ nsresult nsExplainErrorDetails(nsISmtpUrl * aSmtpUrl, int code, ...)
static char * static char *
esmtp_value_encode(char *addr) esmtp_value_encode(char *addr)
{ {
char *buffer = (char *) PR_Malloc(512); /* esmpt ORCPT allow up to 500 chars encoded addresses */ char *buffer = (char *) PR_Malloc(512); /* esmtp ORCPT allow up to 500 chars encoded addresses */
char *bp = buffer, *bpEnd = buffer+500; char *bp = buffer, *bpEnd = buffer+500;
int len, i; int len, i;

Просмотреть файл

@ -254,7 +254,7 @@ sendAnyway=Send anyway
12580=An error occurred sending mail: Unable to authenticate to SMTP server %S. The server does not support any compatible secure authentication mechanism but you have chosen secure authentication. Try switching off secure authentication or contact your service provider. 12580=An error occurred sending mail: Unable to authenticate to SMTP server %S. The server does not support any compatible secure authentication mechanism but you have chosen secure authentication. Try switching off secure authentication or contact your service provider.
## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER_AUTH_NONE ## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER_AUTH_NONE
12581=An error occurred sending mail: Unable to authenticate to SMTP server %S. It does not support authentication (SMPT-AUTH) but you have chosen to use authentication. Uncheck 'Use name and password' for that server or contact your service provider. 12581=An error occurred sending mail: Unable to authenticate to SMTP server %S. It does not support authentication (SMTP-AUTH) but you have chosen to use authentication. Uncheck 'Use name and password' for that server or contact your service provider.
## @name NS_ERROR_STARTTLS_FAILED_EHLO_STARTTLS ## @name NS_ERROR_STARTTLS_FAILED_EHLO_STARTTLS
12582=An error occurred sending mail: Unable to establish a secure link with SMTP server %S using STARTTLS since it doesn't advertise that feature. Switch off STARTTLS for that server or contact your service provider. 12582=An error occurred sending mail: Unable to establish a secure link with SMTP server %S using STARTTLS since it doesn't advertise that feature. Switch off STARTTLS for that server or contact your service provider.