From d27b2f5b5bbd4cfd47b83c7b514b5ef98236cfcf Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 17 Sep 1999 04:58:27 +0000 Subject: [PATCH] the properties file for back end compose messages was in the wrong directory. Moving it into the locale directory where it belongs. git-svn-id: svn://10.0.0.236/trunk@47917 18797224-902f-48f8-a5cc-f745e15eee43 --- .../locale/en-US/composeMsgs_en.properties | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 mozilla/mailnews/compose/resources/locale/en-US/composeMsgs_en.properties diff --git a/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs_en.properties b/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs_en.properties new file mode 100644 index 00000000000..3c0ae058091 --- /dev/null +++ b/mozilla/mailnews/compose/resources/locale/en-US/composeMsgs_en.properties @@ -0,0 +1,98 @@ +# The contents of this file are subject to the Netscape Public License +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. +# + +# +# The following are used by the compose back end +# +## @name NS_MSG_UNABLE_TO_OPEN_FILE +12500=Mozilla is unable to open the file \n\%.200s.\n\n\Check the file name and try again. + +## @name NS_MSG_UNABLE_TO_OPEN_TMP_FILE +12501=Mozilla is unable to open the temporary file\n\%.200s.\n\n\Check your 'Temporary Directory' setting and try again. + +## @name NS_MSG_UNABLE_TO_SAVE_TEMPLATE +12502=Mozilla is unable to save your message as template.\n\Please verify that your Mail preferences are correct\n\and try again. + +## @name NS_MSG_UNABLE_TO_SAVE_DRAFT +12503=Mozilla is unable to save your message as draft.\n\Please verify that your Mail preferences are correct\n\and try again. + +## @name NS_MSG_LOAD_ATTACHMNTS +12504=Loading attachments... + +## @name NS_MSG_LOAD_ATTACHMNT +12505=Loading attachment... + +## @name NS_MSG_COULDNT_OPEN_FCC_FILE +12506=Couldn't open Sent Mail file.\n\Please verify that your Mail preferences are correct. + +## @name NS_MSG_CANT_POST_TO_MULTIPLE_NEWS_HOSTS +12507=Can't post to multiple news hosts. Try again. + +## @name NS_MSG_ASSEMB_DONE_MSG +12508=Assembling message...Done + +## @name NS_MSG_ASSEMBLING_MSG +12509=Assembling message... + +## @name NS_MSG_NO_SENDER +12509=No sender was specified.\n\Please fill in your email address in the\n\Mail and Newsgroup preferences. + +## @name NS_MSG_NO_RECIPIENTS +12510=No recipients were specified.\n\Please enter a recipient in a To: line,\n\or a newsgroup in a Group: line.. + +## @name NS_MSG_ERROR_WRITING_FILE +12511=Error writing temporary file. + +## @name NS_ERROR_COULD_NOT_LOGIN_TO_SMTP_SERVER +12512=An error occurred sending mail:\n\ +Mozilla was unable to connect to the SMTP server.\n\ +The server may be down or may be incorrectly configured.\n\n\ +Please verify that your Mail preferences are correct\n\ +and try again. + +## @name NS_ERROR_SENDING_FROM_COMMAND +12513=An error occurred while sending mail.\n\ +The mail server responded:\n\ + %s\n\ +Please verify that your email address is correct\n\ +in your Mail preferences and try again. + +## @name NS_ERROR_SENDING_RCPT_COMMAND +12514=An error occurred while sending mail.\n\ +The mail server responded:\n\ + %s\n\ +Please check the message recipients and try again. + +## @name NS_ERROR_SENDING_DATA_COMMAND +12515=An (SMTP) error occurred while sending mail.\nServer responded: %s + +## @name NS_ERROR_SENDING_MESSAGE +12516=An error occurred while sending mail.\n\ +The mail server responded:\n\ + %s.\n\ +Please check the message and try again. + +## @name NS_ERROR_SERVER_ERROR +12517=An error occurred sending mail: SMTP server error.\n\ +The server responded:\n\ + %s\n\ +Contact your mail administrator for assistance. + +## @name NS_ERROR_QUEUED_DELIVERY_FAILED +12518=An error occurred delivering unsent messages. + +## @name NS_ERROR_SEND_FAILED +12519=Sending of message failed.