From 10919ef04a209329ca12ec78fa1bc485beeee2ea Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Sun, 29 Apr 2001 15:07:31 +0000 Subject: [PATCH] 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 --- .../resources/locale/en-US/localMsgs.properties | 12 ++++++++++++ mozilla/mailnews/local/src/nsLocalStringBundle.h | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/mozilla/mailnews/local/resources/locale/en-US/localMsgs.properties b/mozilla/mailnews/local/resources/locale/en-US/localMsgs.properties index 34a57178759..e189200845c 100644 --- a/mozilla/mailnews/local/resources/locale/en-US/localMsgs.properties +++ b/mozilla/mailnews/local/resources/locale/en-US/localMsgs.properties @@ -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 diff --git a/mozilla/mailnews/local/src/nsLocalStringBundle.h b/mozilla/mailnews/local/src/nsLocalStringBundle.h index fda1f89ff0f..5ce105f003d 100644 --- a/mozilla/mailnews/local/src/nsLocalStringBundle.h +++ b/mozilla/mailnews/local/src/nsLocalStringBundle.h @@ -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__ */