mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Add smtp server warning strings.
This commit is contained in:
parent
7fc20a4fad
commit
6df3f0f233
@ -85,3 +85,15 @@ Contact your mail administrator for assistance.
|
||||
|
||||
## @name NS_ERROR_SEND_FAILED
|
||||
12520=Sending of message failed.
|
||||
|
||||
## @name SMTP_DELIV_MAIL
|
||||
12521=Delivering mail...
|
||||
|
||||
## @name SMTP_MESSAGE_SENT_WAITING_MAIL_REPLY
|
||||
12522=Mail: Message sent; waiting for reply...
|
||||
|
||||
## @name SMTP_PROGRESS_MAILSENT
|
||||
12523=Mail sent successfully
|
||||
|
||||
## @name SMTP_SERVER_ERROR
|
||||
12524=An error occurred sending mail: SMTP server error. The server responded: %s Contact your mail administrator for assistance.
|
||||
|
@ -85,3 +85,15 @@ Contact your mail administrator for assistance.
|
||||
|
||||
## @name NS_ERROR_SEND_FAILED
|
||||
12520=Sending of message failed.
|
||||
|
||||
## @name SMTP_DELIV_MAIL
|
||||
12521=Delivering mail...
|
||||
|
||||
## @name SMTP_MESSAGE_SENT_WAITING_MAIL_REPLY
|
||||
12522=Mail: Message sent; waiting for reply...
|
||||
|
||||
## @name SMTP_PROGRESS_MAILSENT
|
||||
12523=Mail sent successfully
|
||||
|
||||
## @name SMTP_SERVER_ERROR
|
||||
12524=An error occurred sending mail: SMTP server error. The server responded: %s Contact your mail administrator for assistance.
|
||||
|
Loading…
Reference in New Issue
Block a user