mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Bug 97532 Make some POP3 error messages less meaningless p=stolenclover@yahoo.com.tw r/sr=mscott
This commit is contained in:
parent
84b69de140
commit
722d774af3
@ -119,7 +119,7 @@
|
||||
## @name POP3_RETR_FAILURE
|
||||
## @loc None
|
||||
# LOCALIZATION NOTE(4012): Do not translate the word "POP3" below.
|
||||
4012=The RETR command did not succeed.
|
||||
4012=The RETR command did not succeed. Error retrieving a message.
|
||||
|
||||
# Status - password undefined
|
||||
## @name POP3_PASSWORD_UNDEFINED
|
||||
@ -135,13 +135,13 @@
|
||||
## @name POP3_LIST_FAILURE
|
||||
## @loc None
|
||||
# LOCALIZATION NOTE(4015): Do not translate the word "POP3" below.
|
||||
4015=The LIST command did not succeed.
|
||||
4015=The LIST command did not succeed. Error getting the ID and size of a message.
|
||||
|
||||
# Status - delete error
|
||||
## @name POP3_DELE_FAILURE
|
||||
## @loc None
|
||||
# LOCALIZATION NOTE(4016): Do not translate the word "POP3" below.
|
||||
4016=The DELE command did not succeed.
|
||||
4016=The DELE command did not succeed. Error marking a message as deleted.
|
||||
|
||||
## @name POP3_ENTER_PASSWORD_PROMPT
|
||||
## @loc None
|
||||
@ -174,7 +174,7 @@
|
||||
# Status - stat failed
|
||||
## @name POP3_STAT
|
||||
## @loc None
|
||||
4024= The STAT command did not succeed.
|
||||
4024= The STAT command did not succeed. Error getting message number and sizes.
|
||||
|
||||
## @name POP3_SERVER_SAID
|
||||
## @loc None
|
||||
|
Loading…
x
Reference in New Issue
Block a user