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:
bienvenu%netscape.com 2001-04-29 15:07:31 +00:00
parent 588c63e4e8
commit 10919ef04a
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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__ */