add status strings for copying/moving/deleting local msgs r=naving, sr=sspitzer 78099
git-svn-id: svn://10.0.0.236/trunk@93419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
588c63e4e8
commit
10919ef04a
@ -175,3 +175,15 @@
|
||||
## @loc None
|
||||
4025= The mail server responded:
|
||||
|
||||
## @name DELETING_MSGS_STATUS
|
||||
## @loc None
|
||||
4026=Deleting %S of %S messages
|
||||
|
||||
## @name COPYING_MSGS_STATUS
|
||||
## @loc None
|
||||
4027=Copying %S of %S messages to %S
|
||||
|
||||
|
||||
## @name MOVING_MSGS_STATUS
|
||||
## @loc None
|
||||
4028=Moving %S of %S messages to %S
|
||||
|
||||
@ -68,6 +68,8 @@ private:
|
||||
#define POP3_FOLDER_FOR_TRASH 4023
|
||||
#define POP3_STAT_FAILURE 4024
|
||||
#define POP3_SERVER_SAID 4025
|
||||
|
||||
#define DELETING_MSGS_STATUS 4026
|
||||
#define COPYING_MSGS_STATUS 4027
|
||||
#define MOVING_MSGS_STATUS 4028
|
||||
|
||||
#endif /* _nsImapStringBundle_H__ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user