/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- * * 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. */ #if defined(FEATURE_CUSTOM_BRAND) #include "xp_brand.h" #else #define MOZ_NAME_PRODUCT "Mozilla" #define MOZ_NAME_BRAND "Mozilla" #define MOZ_NAME_FULL "Mozilla Navigator" #define MOZ_NAME_COMPANY "Netscape Communications Corp" #endif /* FEATURE_CUSTOM_BRAND */ /* ** Cross platform error codes. These are system errors, library errors, ** etc. The ranges of error messages are displayed in the following table: ** ** actual 7000 added category ** low high low high ** -12288 -12276 -5288 -5276 sslerr (Mac, Unix) ** -8192 -8171 -1192 -1171 secerr (Mac, Unix) ** -7000 -5700 0 1300 Win, Mac FE ** -4978 -4978 2022 2022 Mac FE ** -436 -204 6564 6796 merrors ** 0 160 7000 7160 xp_error (Mac, Unix) ** 1000 1048 8000 8048 Unix FE ** 10000 11004 17000 18004 xp_error (Win) ** 14000 14020 21000 21020 Mac FE ** 15000 25000 22000 32000 xp_msg (Win, Mac, Unix) ** 25769 27500 32769 34500 Win FE ** 50000 58000 57000 65000 secerr, sslerr (Win) ** ** JRM note 98/04/01. The table above has little in common with reality. ** moreover, as a scheme, it is quite unworkable on Macintosh, where the ** legal range for resource ids is 128-0x7FFF. This restricts the range ** from the min to the max to be around 16000. This was exacerbated by ** the security people staking out ranges such as -0x3000..-0x2000. So ** if anybody's wondering why I messed with these ranges for XP_MAC, now ** you know. */ #ifndef _ALLXPSTR_H_ #define _ALLXPSTR_H_ #include "resdef.h" #ifdef XP_MAC #define XP_MSG_BASE 1000 #define SEC_DIALOG_STRING_BASE 3000 #else #define XP_MSG_BASE 14000 #define SEC_DIALOG_STRING_BASE (XP_MSG_BASE + 2000) #endif /* WARNING: DO NOT TAKE ERROR CODE -666, it is used internally by the message lib */ /* from merrors.h */ RES_START BEGIN_STR(mcom_include_merrors_i_strings) /* #define MK_HTTP_TYPE_CONFLICT -204 */ ResDef(MK_HTTP_TYPE_CONFLICT, -204, "A communications error occurred.\n\ (TCP Error: %s)\n\n\ Try connecting again.") /* #define MK_BAD_CONNECT -205 */ ResDef(MK_BAD_CONNECT, -205, MOZ_NAME_BRAND" is unable to connect to the server at\n\ the location you have specified. The server may\n\ be down or busy.\n\n\ Try connecting again later.") /* #define MK_TCP_ERROR -206 */ ResDef(MK_TCP_ERROR, -206, "A communications error occurred.\n\ (TCP Error: %s)\n\n\ Try connecting again.") #ifdef XP_MAC /* #define MK_OUT_OF_MEMORY -207 */ ResDef(MK_OUT_OF_MEMORY , -207, MOZ_NAME_BRAND" is out of memory.\n\n\ Try quitting "MOZ_NAME_PRODUCT" and increasing its minimum memory\n\ requirements through Get Info.") #else ResDef(MK_OUT_OF_MEMORY , -207, MOZ_NAME_BRAND" is out of memory.\n\n\ Try quitting some other applications or closing\n\ some windows.") #endif /* #define MK_MALFORMED_URL_ERROR -209 */ ResDef(MK_MALFORMED_URL_ERROR, -209, "This Location (URL) is not recognized:\n\ %.200s\n\n\ Check the Location and try again.") /* #define MK_UNABLE_TO_USE_PASV_FTP -211 */ ResDef(MK_UNABLE_TO_USE_PASV_FTP, -211, "Unable to use FTP passive mode") /* #define MK_UNABLE_TO_CHANGE_FTP_MODE -212 */ ResDef(MK_UNABLE_TO_CHANGE_FTP_MODE , -212, MOZ_NAME_BRAND" is unable to set the FTP transfer mode with\n\ this server. You will not be able to download files.\n\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_UNABLE_TO_FTP_CWD -213 */ ResDef(MK_UNABLE_TO_FTP_CWD, -213, MOZ_NAME_BRAND" is unable to send the change directory (cd)\n\ command, to the FTP server. You cannot view another\n\ directory.\n\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_UNABLE_TO_SEND_PORT_COMMAND -214 */ ResDef(MK_UNABLE_TO_SEND_PORT_COMMAND, -214, MOZ_NAME_BRAND" is unable to send a port command to the FTP\n\ server to establish a data connection.\n\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_UNABLE_TO_LOCATE_FILE -215 */ ResDef(MK_UNABLE_TO_LOCATE_FILE, -215, MOZ_NAME_BRAND" is unable to find the file or directory\n\ named %.200s.\n\n\ Check the name and try again.") /* #define MK_BAD_NNTP_CONNECTION -216 */ ResDef(MK_BAD_NNTP_CONNECTION, -216, "A News error occurred: Invalid NNTP connection\n\n\ Try connecting again.") /* #define MK_NNTP_SERVER_ERROR -217 */ ResDef(MK_NNTP_SERVER_ERROR, -217, "An error occurred with the News server.\n\n\ If you are unable to connect again, contact the\n\ administrator for this server.") /* #define MK_SERVER_TIMEOUT -218 */ ResDef(MK_SERVER_TIMEOUT, -218, "There was no response. The server could be down\n\ or is not responding.\n\n\ If you are unable to connect again later, contact\n\ the server's administrator.") /* #define MK_UNABLE_TO_LOCATE_HOST -219 */ ResDef(MK_UNABLE_TO_LOCATE_HOST, -219, MOZ_NAME_BRAND" is unable to locate the server:\n\ %.200s\n\ The server does not have a DNS entry.\n\n\ Check the server name in the Location (URL)\n\ and try again.") /* #define MK_SERVER_DISCONNECTED -220 */ ResDef(MK_SERVER_DISCONNECTED, -220, "The server has disconnected.\n\ The server may have gone down or there may be a\n\ network problem.\n\n\ Try connecting again.") /* #define MK_NEWS_ITEM_UNAVAILABLE -221 */ ResDef(MK_NEWS_ITEM_UNAVAILABLE, -221, "The Newsgroup item is unavailable. It may have expired.\n\n\ Try retrieving another item.") /* #define MK_UNABLE_TO_OPEN_NEWSRC -222 */ ResDef(MK_UNABLE_TO_OPEN_NEWSRC, -222, MOZ_NAME_BRAND" is unable to open your News file (newsrc).\n\n\ Please verify that your Mail and News preferences are\n\ correct and try again.") /* #define MK_UNABLE_TO_OPEN_FILE -223 */ ResDef(MK_UNABLE_TO_OPEN_FILE, -223, MOZ_NAME_BRAND" is unable to open the file \n\ %.200s.\n\n\ Check the file name and try again.") /* #define MK_TCP_WRITE_ERROR -236 */ ResDef(MK_TCP_WRITE_ERROR, -236, "A network error occurred while "MOZ_NAME_PRODUCT"\n\ was sending data.\n(Network Error: %s)\n\n\ Try connecting again.") /* #define MK_COULD_NOT_LOGIN_TO_SMTP_SERVER -229 */ ResDef(MK_COULD_NOT_LOGIN_TO_SMTP_SERVER, -229, "An error occurred sending mail:\n\ "MOZ_NAME_PRODUCT" 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.") /* #define MK_ERROR_SENDING_FROM_COMMAND -230 */ ResDef(MK_ERROR_SENDING_FROM_COMMAND, -230, "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.") /* #define MK_ERROR_SENDING_RCPT_COMMAND -231 */ ResDef(MK_ERROR_SENDING_RCPT_COMMAND, -231, "An error occurred while sending mail.\n\ The mail server responded:\n\ %s\n\ Please check the message recipients and try again.") /* #define MK_ERROR_SENDING_DATA_COMMAND -232 */ ResDef(MK_ERROR_SENDING_DATA_COMMAND, -232, "An (SMTP) error occurred while sending mail.\nServer responded: %s") /* #define MK_ERROR_SENDING_MESSAGE -233 */ ResDef(MK_ERROR_SENDING_MESSAGE, -233, "An error occurred while sending mail.\n\ The mail server responded:\n\ %s.\n\ Please check the message and try again.") /* #define MK_SMTP_SERVER_ERROR -234 */ ResDef(MK_SMTP_SERVER_ERROR, -234, "An error occurred sending mail: SMTP server error.\n\ The server responded:\n\ %s\n\ Contact your mail administrator for assistance.") /* #define MK_UNABLE_TO_CONNECT -240 -- generic error -- */ ResDef(MK_UNABLE_TO_CONNECT, -240, "A network error occurred:\n\ unable to connect to server (TCP Error: %s)\n\ The server may be down or unreachable.\n\n\ Try connecting again later.") /* #define MK_CONNECTION_TIMED_OUT -241 */ ResDef(MK_CONNECTION_TIMED_OUT, -241, "There was no response. The server could be down\n\ or is not responding.\n\n\ If you are unable to connect again later, contact\n\ the server's administrator.") /* #define MK_CONNECTION_REFUSED -242 */ ResDef(MK_CONNECTION_REFUSED, -242, MOZ_NAME_BRAND"'s network connection was refused by the server \n\ %.200s.\n\ The server may not be accepting connections or\n\ may be busy.\n\n\ Try connecting again later.") #ifdef XP_WIN /* #define MK_UNABLE_TO_CREATE_SOCKET -243 */ ResDef(MK_UNABLE_TO_CREATE_SOCKET , -243, MOZ_NAME_BRAND" was unable to create a network socket connection.\n\ There may be insufficient system resources or the network\n\ may be down. (Reason: %s)\n\n\ Try connecting again later or try restarting "MOZ_NAME_PRODUCT". You\n\ can also try restarting Windows.") #else ResDef(MK_UNABLE_TO_CREATE_SOCKET , -243, MOZ_NAME_BRAND" was unable to create a network socket connection.\n\ There may be insufficient system resources or the network\n\ may be down. (Reason: %s)\n\n\ Try connecting again later or try restarting "MOZ_NAME_PRODUCT".") #endif #ifdef XP_WIN /* #define MK_UNABLE_TO_ACCEPT_SOCKET -245 */ ResDef(MK_UNABLE_TO_ACCEPT_SOCKET, -245, MOZ_NAME_BRAND" is unable to complete a socket connection \n\ with this server. There may be insufficient system\n\ resources.\n\n\ Try restarting "MOZ_NAME_PRODUCT" or restarting Windows.") #else /* #define MK_UNABLE_TO_ACCEPT_SOCKET -245 */ ResDef(MK_UNABLE_TO_ACCEPT_SOCKET, -245, MOZ_NAME_BRAND" is unable to complete a socket connection\n\ with this server. There may be insufficient system\n\ resources.\n\n\ Try restarting "MOZ_NAME_PRODUCT".") #endif /* #define MK_UNABLE_TO_CONNECT_TO_PROXY -246 */ ResDef(MK_UNABLE_TO_CONNECT_TO_PROXY, -246, MOZ_NAME_BRAND" is unable to connect to your proxy server.\n\ The server may be down or may be incorrectly configured.\n\n\ Please verify that your Proxy preferences are correct\n\ and try again, or contact the server's administrator.") /* #define MK_UNABLE_TO_LOCATE_PROXY -247 */ ResDef(MK_UNABLE_TO_LOCATE_PROXY, -247, MOZ_NAME_BRAND" is unable to locate your proxy server.\n\ The server may be down or may be incorrectly configured.\n\n\ Please verify that your Proxy preferences are correct\n\ and try again, or contact the server's administrator.") /* #define MK_ZERO_LENGTH_FILE -251 */ ResDef(MK_ZERO_LENGTH_FILE, -251, "The document contained no data.\n\ Try again later, or contact the server's administrator.") /* #define MK_TCP_READ_ERROR -252 */ ResDef(MK_TCP_READ_ERROR , -252, "A network error occurred while "MOZ_NAME_PRODUCT"\n\ was receiving data.\n(Network Error: %s)\n\n\ Try connecting again.") /* #define MK_UNABLE_TO_OPEN_TMP_FILE -253 */ ResDef(MK_UNABLE_TO_OPEN_TMP_FILE, -253, MOZ_NAME_BRAND" is unable to open the temporary file\n\ %.200s.\n\n\ Check your `Temporary Directory' setting and try again.") /* #define MK_COULD_NOT_GET_USERS_MAIL_ADDRESS -235 */ ResDef(MK_COULD_NOT_GET_USERS_MAIL_ADDRESS, -235, "An error occurred sending mail:\n\ the return mail address was invalid.\n\n\ Please verify that your email address is correct\n\ in your Mail preferences and try again.") /* #define MK_DISK_FULL -250 */ ResDef(MK_DISK_FULL, -250, "The disk is full. "MOZ_NAME_PRODUCT" is cancelling the file\n\ transfer and removing the file.\n\n\ Please remove some files and try again.") /* #define MK_NNTP_AUTH_FAILED -260 -- NNTP authinfo failure -- */ ResDef(MK_NNTP_AUTH_FAILED, -260, "An authorization error occurred:\n\n\ %s\n\n\ Please try entering your name and/or password again.") /* #define MK_MIME_NO_SENDER -266 */ ResDef(MK_MIME_NO_SENDER, -266, /* From: empty */ "No sender was specified.\n\ Please fill in your email address in the\n\ Mail and Newsgroup preferences.") /* #define MK_MIME_NO_RECIPIENTS -267 */ ResDef(MK_MIME_NO_RECIPIENTS, -267, /* To: and Newsgroups: empty */ "No recipients were specified.\n\ Please enter a recipient in a To: line,\n\ or a newsgroup in a Group: line..") /* #define MK_MIME_NO_SUBJECT -268 */ ResDef(MK_MIME_NO_SUBJECT, -268, /* Subject: empty */ "No subject was specified.") /* #define MK_MIME_ERROR_WRITING_FILE -269 */ ResDef(MK_MIME_ERROR_WRITING_FILE, -269, "Error writing temporary file.") /* #define MK_MIME_MULTIPART_BLURB -275 */ ResDef(MK_MIME_MULTIPART_BLURB, -275, /* text preceding multiparts */ "This is a multi-part message in MIME format.") /* #define MK_PRINT_LOSSAGE -278 */ ResDef(MK_PRINT_LOSSAGE, -278, "Printing stopped. A problem occurred while receiving\n\ the document. Transmission may have been interrupted\n\ or there may be insufficient space to write the file.\n\n\ Try again. Check that space is available in the\n\ temporary directory or restart "MOZ_NAME_PRODUCT".") /* #define MK_SIGNATURE_TOO_LONG -279 */ ResDef(MK_SIGNATURE_TOO_LONG, -279, "Your signature exceeds the recommended four lines.") /* #define MK_SIGNATURE_TOO_WIDE -280 */ ResDef(MK_SIGNATURE_TOO_WIDE, -280, "Your signature exceeds the recommended 79 columns.\n\ For most readers, the lines will appear truncated, or\n\ will be wrapped unattractively. \n\n\ Please edit it to keep the lines shorter than 80 characters.") ResDef(MK_UNABLE_TO_CONNECT2, -281, "A network error occurred:\n\ unable to connect to server\n\ The server may be down or unreachable.\n\n\ Try connecting again later.") /* #define MK_CANT_LOAD_HELP_TOPIC -282 */ ResDef(MK_CANT_LOAD_HELP_TOPIC, -282, "Unable to load the requested help topic") /* #define MK_TIMEBOMB_MESSAGE -301 */ ResDef(MK_TIMEBOMB_MESSAGE, -301, "This copy of "MOZ_NAME_PRODUCT" has expired.\n\ This pre-release copy of "MOZ_NAME_FULL" has expired\n\ and can only be used to download a newer version of "MOZ_NAME_PRODUCT".") /* #define MK_TIMEBOMB_URL_PROHIBIT -302 */ ResDef(MK_TIMEBOMB_URL_PROHIBIT, -302, "This trial or pre-release copy of "MOZ_NAME_FULL" has expired\n\ and can only be used to purchase or download a newer version of "MOZ_NAME_PRODUCT".") /* #define MK_NO_WAIS_PROXY -303 */ ResDef(MK_NO_WAIS_PROXY, -303, "No WAIS proxy is configured.\n\n\ Check your Proxy preferences and try again.") /* #define MK_NNTP_ERROR_MESSAGE -304 */ ResDef(MK_NNTP_ERROR_MESSAGE, -304, "A News (NNTP) error occurred:\n\ %.100s") /* #define MK_NNTP_NEWSGROUP_SCAN_ERROR -305 */ ResDef(MK_NNTP_NEWSGROUP_SCAN_ERROR, -305, "A News error occurred. The scan of all newsgroups is incomplete.\n\ \n\ Try to View All Newsgroups again.") /* #define MK_CREATING_NEWSRC_FILE -306 */ ResDef(MK_CREATING_NEWSRC_FILE, -306, MOZ_NAME_BRAND" could not find a News file (newsrc)\n\ and is creating one for you.") /* #define MK_NNTP_SERVER_NOT_CONFIGURED -307 */ ResDef(MK_NNTP_SERVER_NOT_CONFIGURED,-307, "No NNTP server is configured.\n\n\ Check your Mail and News preferences and try again.") /* #define MK_COMMUNICATIONS_ERROR -308 */ ResDef(MK_COMMUNICATIONS_ERROR, -308, "A communications error occurred.\n\ Please try again.") /* #define MK_SECURE_NEWS_PROXY_ERROR -309 */ ResDef(MK_SECURE_NEWS_PROXY_ERROR, -309, MOZ_NAME_BRAND" was unble to connect to the secure news server\n\ because of a proxy error") /* #define MK_POP3_SERVER_ERROR -311 generic pop3 error code */ ResDef(MK_POP3_SERVER_ERROR, -311, "An error occurred with the POP3 mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_USERNAME_UNDEFINED -312 no username defined */ ResDef(MK_POP3_USERNAME_UNDEFINED, -312, MOZ_NAME_BRAND" is unable to use the mail server because\n\ you have not provided a username. Please provide\n\ one in the preferences and try again") /* #define MK_POP3_PASSWORD_UNDEFINED -313 no password defined */ ResDef(MK_POP3_PASSWORD_UNDEFINED, -313, "Error getting mail password.") /* #define MK_POP3_USERNAME_FAILURE -314 failure in USER step */ ResDef(MK_POP3_USERNAME_FAILURE, -314, "An error occurred while sending your user name to the mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_PASSWORD_FAILURE -315 failure in PASS step */ ResDef(MK_POP3_PASSWORD_FAILURE, -315, "An error occurred while sending your password to the mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_NO_MESSAGES -316 no mail messages on pop server */ ResDef(MK_POP3_NO_MESSAGES, -316, "There are no new messages on the server.") /* #define MK_POP3_LIST_FAILURE -317 LIST command failed */ ResDef(MK_POP3_LIST_FAILURE, -317, "An error occurred while listing messages on the POP3 mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_LAST_FAILURE -318 LAST command failed */ ResDef(MK_POP3_LAST_FAILURE, -318, "An error occurred while querying the POP3 mail server for\n\ the last processed message.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_RETR_FAILURE -319 RETR command failed, continues */ ResDef(MK_POP3_RETR_FAILURE, -319, "An error occurred while getting messages from the POP3 mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_DELE_FAILURE -320 DELE command failed */ ResDef(MK_POP3_DELE_FAILURE, -320, "An error occurred while removing messages from the POP3 mail server.\n\ You should contact the administrator for this server\n\ or try again later.") /* #define MK_POP3_OUT_OF_DISK_SPACE -321 */ ResDef(MK_POP3_OUT_OF_DISK_SPACE, -321, "There isn't enough room on the local disk to download\n\ your mail from the POP3 mail server. Please make room and\n\ try again. (The `Empty Trash' and `Compress This Folder'\n\ commands may recover some space.)") /* #define MK_POP3_MESSAGE_WRITE_ERROR -322 */ ResDef(MK_POP3_MESSAGE_WRITE_ERROR, -322, "An error occurred while saving mail messages.") /* #define MK_COULD_NOT_PUT_FILE -325 FTP could not put file */ ResDef(MK_COULD_NOT_PUT_FILE, -325, "Could not post the file: %.80s.\n\ For reason:\n\ %.200s\n\n\ You may not have permission to write to\n\ this directory.\n\ Check the permissions and try again.") /* #define MK_TIMEBOMB_WARNING_MESSAGE -326 */ ResDef(MK_TIMEBOMB_WARNING_MESSAGE, -326, "This is a pre-release copy of "MOZ_NAME_FULL" that\n\ will expire at %s.\n\ To obtain a newer pre-release version or the latest full\n\ release of "MOZ_NAME_FULL" (which will not expire) \n\ choose Software from the Help menu.") /* #define MK_UNABLE_TO_DELETE_FILE */ ResDef(MK_UNABLE_TO_DELETE_FILE, -327, "Could not delete file:\n\ %s") /* #define MK_UNABLE_TO_DELETE_DIRECTORY */ ResDef(MK_UNABLE_TO_DELETE_DIRECTORY, -328, "Could not remove directory:\n\ %s") /* #define MK_MKDIR_FILE_ALREADY_EXISTS */ ResDef(MK_MKDIR_FILE_ALREADY_EXISTS, -329, "Cannot create directory because a file or\n\ directory of that name already exists: \n\ %s") /* #define MK_COULD_NOT_CREATE_DIRECTORY */ ResDef(MK_COULD_NOT_CREATE_DIRECTORY, -330, "Could not create directory:\n\ %s") /* #define MK_NOT_A_DIRECTORY */ ResDef(MK_NOT_A_DIRECTORY, -331, "Object is not a directory:\n\ %s") /* define MK_COMPUSERVE_AUTH_FAILED -332 */ ResDef(MK_COMPUSERVE_AUTH_FAILED, -332, "Authorization failed") /* #define MK_RELATIVE_TIMEBOMB_MESSAGE -333 */ ResDef(MK_RELATIVE_TIMEBOMB_MESSAGE, -333, "This trial copy of "MOZ_NAME_PRODUCT" has expired.\n\n\ To purchase a regular copy of "MOZ_NAME_FULL"\n(\ which will not expire) choose Software from the Help menu.") /* #define MK_RELATIVE_TIMEBOMB_WARNING_MESSAGE -334 */ ResDef(MK_RELATIVE_TIMEBOMB_WARNING_MESSAGE, -334, "This trial copy of "MOZ_NAME_FULL" \n\ will expire at %s.\n\n\ To purchase a regular copy of "MOZ_NAME_FULL"\n(\ which will not expire) choose Software from the Help menu.") /* #define MK_REDIRECT_ATTEMPT_NOT_ALLOWED -335 */ ResDef(MK_REDIRECT_ATTEMPT_NOT_ALLOWED, -335, "There was an attempt to redirect a url request,\n\ but the attempt was not allowed by the client.") /* #define MK_BAD_GZIP_HEADER -336 */ ResDef(MK_BAD_GZIP_HEADER, -336, "Corruption was detected in the compressed GZip file that was requested") /* Mail/News errors */ ResDef(MK_MSG_CANT_COPY_TO_SAME_FOLDER, -401, "Can't move or copy messages to the folder they're already in.") #ifdef XP_WIN16 ResDef(MK_MSG_CANT_COPY_TO_QUEUE_FOLDER, -402, "Cannot copy messages into the 'Unsent' folder:\n\ That folder is only for storing messages\n\ to be sent later.") #else ResDef(MK_MSG_CANT_COPY_TO_QUEUE_FOLDER, -402, "Cannot copy messages into the 'Unsent Messages' folder:\n\ That folder is only for storing messages\n\ to be sent later.") #endif ResDef(MK_MSG_CANT_COPY_TO_DRAFTS_FOLDER, -403, "Cannot copy messages into the `Drafts' folder:\n\ That folder is only for holding drafts of messages which have\n\ not yet been sent.") #ifdef XP_WIN ResDef(MK_MSG_CANT_CREATE_FOLDER, -404, "Couldn't create the folder! Your hard disk may be full\n\ or the folder pathname may be too long.") #else ResDef(MK_MSG_CANT_CREATE_FOLDER, -404, "Couldn't create the folder! Your hard disk may be full.") #endif ResDef(MK_MSG_FOLDER_ALREADY_EXISTS, -405, "A folder with that name already exists.") ResDef(MK_MSG_FOLDER_NOT_EMPTY, -406, "Can't delete a folder without first deleting the messages in it.") ResDef(MK_MSG_CANT_DELETE_FOLDER, -407, "Can't delete a folder without first deleting the messages in it.") ResDef(MK_MSG_CANT_CREATE_INBOX, -408, "Couldn't create default inbox folder!") ResDef(MK_MSG_CANT_CREATE_MAIL_DIR, -409, "Couldn't create a mail folder directory. Mail will not work!") ResDef(MK_MSG_NO_POP_HOST, -410, "No mail server has been specified. Please enter your mail \n\ server in the preferences (select Preferences from the Edit menu).") ResDef(MK_MSG_MESSAGE_CANCELLED, -414, "Message cancelled.") ResDef(MK_MSG_COULDNT_OPEN_FCC_FILE, -415, "Couldn't open Sent Mail file. \n\ Please verify that your Mail preferences are correct.") ResDef(MK_MSG_FOLDER_UNREADABLE, -416, "Couldn't find the folder.") ResDef(MK_MSG_FOLDER_SUMMARY_UNREADABLE, -417, "Couldn't find the summary file.") ResDef(MK_MSG_TMP_FOLDER_UNWRITABLE, -418, "Couldn't open temporary folder file for output.") ResDef(MK_MSG_ID_NOT_IN_FOLDER, -419, "The specified message doesn't exist in that folder.\n\ It may have been deleted or moved into another folder.") ResDef(MK_MSG_NEWSRC_UNPARSABLE, -420, "A newsrc file exists but is unparsable.") ResDef(MK_MSG_NO_RETURN_ADDRESS, -421, "Your email address has not been specified.\n\ Before sending mail or news messages, you must specify a\n\ return address in Mail and News Preferences.") #if 0 /* Windows and Mac resource only understand 254 chars per string */ ResDef(MK_MSG_NO_RETURN_ADDRESS_AT, -421, "The return email address set in Preferences is: %s\n\ \n\ This does not appear to be complete (it contains no `@' and host name.)\n\ A valid email address will be of the form `USER@HOST', where USER is\n\ usually your login ID, and HOST is the fully-specified name of the\n\ machine to which your mail should be delivered. A fully-specified host\n\ name will have at least one `.' in it, and will usually end in `.com',\n\ `.edu', `.net', or a two-letter country code. If you are unsure what\n\ your full email address is, please consult your system administrator.") /* Windows and Mac resource only understand 254 chars per string */ ResDef(MK_MSG_NO_RETURN_ADDRESS_DOT, -422, "The return email address set in Preferences is: %s\n\ \n\ This does not appear to be complete (it contains no `.' in the host name.)\n\ A valid email address will be of the form `USER@HOST', where USER is\n\ usually your login ID, and HOST is the fully-specified name of the\n\ machine to which your mail should be delivered. A fully-specified host\n\ name will have at least one `.' in it, and will usually end in `.com',\n\ `.edu', `.net', or a two-letter country code. If you are unsure what\n\ your full email address is, please consult your system administrator.") #else ResDef(MK_MSG_NO_RETURN_ADDRESS_AT, -423, "The return email address set in Preferences is: %s\n\ \n\ This appears to be incomplete (it contains no `@'). Examples of\n\ correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.") ResDef(MK_MSG_NO_RETURN_ADDRESS_DOT, -424, "The return email address set in Preferences is: %s\n\ \n\ This appears to be incomplete (it contains no `.'). Examples of\n\ correct email addresses are `fred@xyz.com' and `sue@xyz.gov.au'.") #endif ResDef(MK_MSG_NO_SMTP_HOST,-425, "No outgoing mail (SMTP) server has been specified in Mail and News Preferences.") ResDef(MK_NNTP_CANCEL_CONFIRM, -426, "Are you sure you want to cancel this message?") ResDef(MK_NNTP_CANCEL_DISALLOWED, -427, "This message does not appear to be from you.\n\ You may only cancel your own posts, not those made by others.") ResDef(MK_NNTP_CANCEL_ERROR, -428, "Unable to cancel message!") ResDef(MK_NNTP_NOT_CANCELLED, -429, "Message not cancelled.") ResDef(MK_NEWS_ERROR_FMT, -430, "Error!\nNews server responded: %.512s\n") ResDef(MK_MSG_NON_MAIL_FILE_READ_QUESTION, -431, "%.300s does not appear to be a mail file.\n\ Attempt to read it anyway?") ResDef(MK_MSG_NON_MAIL_FILE_WRITE_QUESTION, -432, "%.300s does not appear to be a mail file.\n\ Attempt to write it anyway?") ResDef(MK_MSG_ERROR_WRITING_NEWSRC, -433, "Error saving newsrc file!") ResDef(MK_MSG_ERROR_WRITING_MAIL_FOLDER, -434, "Error writing mail file!") ResDef(MK_MSG_OFFER_COMPRESS, -435, "At least one of your mail folders is wasting a lot\n\ of disk space. If you compress your Mail folders now,\n\ you can recover %ld Kbytes of disk space. Compressing\n\ folders might take a while.\n\ \n\ Compress folders now?") ResDef(MK_MSG_SEARCH_FAILED, -436, "Not found.") ResDef(MK_MSG_EMPTY_MESSAGE, -437, "You haven't typed anything, and there is no attachment.\n\ Send anyway?") ResDef(MK_MSG_DOUBLE_INCLUDE, -438, "You have included the same document twice: first as a quoted\n\ document (meaning: with '>' at the beginning of each line), and\n\ then as an attachment (meaning: as a second part of the message,\n\ included after your new text).\n\ \n\ Send it anyway?") #ifdef XP_WIN16 ResDef(MK_MSG_DELIVERY_FAILURE_1, -439, "Delivery failed for 1 message.\n\n\ This message has been left in the Unsent folder.\n\ Before it can be delivered, the error must be\n\ corrected.") ResDef(MK_MSG_DELIVERY_FAILURE_N, -440, "Delivery failed for %d messages.\n\n\ These messages have been left in the Unsent folder.\n\ Before they can be delivered, the errors must be\n\ corrected.") #else ResDef(MK_MSG_DELIVERY_FAILURE_1, -439, "Delivery failed for 1 message.\n\n\ This message has been left in the Unsent Messages folder.\n\ Before it can be delivered, the error must be\n\ corrected.") ResDef(MK_MSG_DELIVERY_FAILURE_N, -440, "Delivery failed for %d messages.\n\n\ These messages have been left in the Unsent Messages folder.\n\ Before they can be delivered, the errors must be\n\ corrected.") #endif ResDef(MK_MSG_MISSING_SUBJECT, -441, "This message has no subject. Send anyway?") ResDef(MK_MSG_MIXED_SECURITY, -442, "It will not be possible to send this message encrypted to all of the\n\ addressees. Send it anyway?") ResDef (MK_MSG_CAN_ONLY_DELETE_MAIL_FOLDERS, -443, "Can only delete mail folders.") ResDef(MK_MSG_FOLDER_BUSY, -444, "Can't copy messages because the mail folder is in use.\n\ Please wait until other copy operations are \n\ complete and try again.\n" ) ResDef(MK_MSG_PANES_OPEN_ON_FOLDER, -445, "Can't delete message folder '%s\' because you are viewing\n\ its contents. Please close those windows and try again.") ResDef(MK_MSG_INCOMPLETE_NEWSGROUP_LIST, -446, "The complete list of newsgroups was not retrieved for\n\ this news server. Operations will not proceed normally\n\ until all newsgroups have been retrieved.\n\ \n\ Click on the 'All Newsgroups' tab to continue retrieving\n\ newsgroups.") ResDef(MK_MSG_ONLINE_IMAP_WITH_NO_BODY, -447, "This message cannot be moved while Communicator is offline.\n\ It has not been downloaded for offline reading.\n\ Select Go Online from the File menu, then try again.") ResDef(MK_MSG_ONLINE_COPY_FAILED, -448, "The IMAP message copy failed. A source message was not found.") ResDef(MK_MSG_ONLINE_MOVE_FAILED, -449, "The IMAP message move failed.\n\ The copy succeeded but a source message was not deleted.") ResDef(MK_MSG_CONFIRM_CONTINUE_IMAP_SYNC, -450, "A problem has occured uploading an offline change.\n\ Continue uploading remaining offline changes (OK) \n\ or try again later (Cancel)") ResDef(MK_MSG_CANT_MOVE_INBOX, -451, "You cannot move your Inbox Folder.") ResDef(MK_MSG_CANT_FIND_SNM, -452, "Could not find the summary information\n\ for the %s IMAP folder.") ResDef(MK_MSG_NO_UNDO_DURING_IMAP_FOLDER_LOAD, -453, "You cannot undo or redo a folder action while\n\ the folder is loading. Wait until the folder has\n\ finished loading, then try again.") ResDef(MK_MSG_MOVE_TARGET_NO_INFERIORS, -454, "The targeted destination folder does not allow subfolders.") ResDef(MK_MSG_PARENT_TARGET_NO_INFERIORS, -455, "The selected parent folder does not allow subfolders.\n\ Try selecting the server folder and typing\n\ 'parent/newFolder' to create a new hierarchy.") ResDef(MK_MSG_COPY_TARGET_NO_SELECT, -456, "The targeted destination folder cannot hold messages.") ResDef(MK_MSG_TRASH_NO_INFERIORS, -457, "This mail server cannot undo folder deletes, delete anyway?") ResDef(MK_MSG_CANT_COPY_TO_QUEUE_FOLDER_OLD, -458, "Cannot copy messages into the 'Outbox' folder:\n\ That folder is only for storing messages\n\ to be sent later.") ResDef(MK_MSG_DELIVERY_FAILURE_1_OLD, -459, "Delivery failed for 1 message.\n\n\ This message has been left in the Outbox folder.\n\ Before it can be delivered, the error must be\n\ corrected.") ResDef(MK_MSG_DELIVERY_FAILURE_N_OLD, -460, "Delivery failed for %d messages.\n\n\ These messages have been left in the Outbox folder.\n\ Before they can be delivered, the errors must be\n\ corrected.") ResDef(MK_MSG_NO_MAIL_TO_NEWS, -461, "You can't move a mail folder into a newsgroup.") ResDef(MK_MSG_NO_NEWS_TO_MAIL, -462, "You can't move a newsgroup into a mail folder.") ResDef(MK_MSG_BOGUS_SERVER_MAILBOX_UID_STATE, -463, "Mail Server Problem: The UID's for the messages in this\n\ folder are not increasing. Contact your system administrator.") ResDef(MK_MSG_IMAP_SERVER_NOT_IMAP4, -464, "This mail server is not an IMAP4 mail server.") ResDef(MK_MSG_HTML_IMAP_NO_CACHED_BODY, -465, "Go Online to View This Message\n\ The body of this message has not been downloaded from \n\ the server for reading offline. To read this message \n\ select 'Go Online' from the File menu and view the message again.") ResDef(MK_MSG_COMPRESS_FAILED, -466, "Compress failed.") ResDef(MK_MSG_LOTS_NEW_IMAP_FOLDERS, -467, "At least 30 new IMAP folders have been found.\n\ \n\ Press to continue or to change\n\ the IMAP server directory.") ResDef(MK_MSG_IMAP_DIR_PROMPT, -468, "Enter IMAP server directory name.") ResDef(MK_MSG_NO_POST_TO_DIFFERENT_HOSTS_ALLOWED, -469, "Posting to newsgroups on different hosts is not supported.") ResDef(MK_MSG_CANT_MOVE_OFFLINE_MOVE_RESULT, -470, "This message was moved here while offline. You have to \n\ go online to move it again.") ResDef(MK_MSG_SEARCH_HITS_NOT_IN_DB, -471, "This IMAP folder is out of date. Open it again for a more complete search.") ResDef(MK_MSG_MAIL_DIRECTORY_CHANGED, -472, "Your new mail directory preference\n\ will take effect the next time\n\ you restart Communicator.") ResDef(MK_MSG_UNABLE_TO_SAVE_DRAFT, -473, MOZ_NAME_BRAND" is unable to save your message as draft.\n\ Please verify that your Mail preferences are correct\n\ and try again.") ResDef(MK_MSG_UNABLE_TO_SAVE_TEMPLATE, -474, MOZ_NAME_BRAND" is unable to save your message as template.\n\ Please verify that your Mail preferences are correct\n\ and try again.") ResDef(MK_SENDMAIL_BAD_TLS, -475, "Your SMTP mail server could not start a secure connection.\n\ You have requested to send mail ONLY in secure mode and therefore \ the connection has been aborted. Please check your preferences.") END_STR(mcom_include_merrors_i_strings) /* WARNING: DO NOT TAKE ERROR CODE -666, it is used internally by the message lib */ /* General security error codes */ #define NO_SECURITY_ERROR_ENUM #include "secerr.h" RES_START BEGIN_STR(mcom_include_secerr_i_strings) ResDef(SEC_ERROR_IO, SEC_ERROR_BASE + 0, "An I/O error occurred during security authorization.\n\ Please try your connection again") ResDef(SEC_ERROR_LIBRARY_FAILURE, SEC_ERROR_BASE + 1, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_BAD_DATA, SEC_ERROR_BASE + 2, "The security library has received bad data.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_OUTPUT_LEN, SEC_ERROR_BASE + 3, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_INPUT_LEN, SEC_ERROR_BASE + 4, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_INVALID_ARGS, SEC_ERROR_BASE + 5, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_INVALID_ALGORITHM, SEC_ERROR_BASE + 6, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_INVALID_AVA, SEC_ERROR_BASE + 7, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_INVALID_TIME, SEC_ERROR_BASE + 8, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_BAD_DER, SEC_ERROR_BASE + 9, "The security library has encountered an improperly formatted\n\ DER-encoded message.") ResDef(SEC_ERROR_BAD_SIGNATURE, SEC_ERROR_BASE + 10, "The server's certificate has an invalid signature.\n\ You will not be able to connect to this site securely.") ResDef(SEC_ERROR_EXPIRED_CERTIFICATE, SEC_ERROR_BASE + 11, "This operation cannot be performed because a required\n\ certificate has expired. Click on the `Security' icon\n\ for more information about certificates.") ResDef(SEC_ERROR_REVOKED_CERTIFICATE, SEC_ERROR_BASE + 12, "This operation cannot be performed because a required\n\ certificate has been revoked. Click on the `Security'\n\ icon for more information about certificates.") ResDef(SEC_ERROR_UNKNOWN_ISSUER, SEC_ERROR_BASE + 13, "The certificate issuer for this server is not recognized by\n\ "MOZ_NAME_PRODUCT". The security certificate may or may not be valid.\n\n\ "MOZ_NAME_PRODUCT" refuses to connect to this server.") ResDef(SEC_ERROR_BAD_KEY, SEC_ERROR_BASE + 14, "The server's public key is invalid.\n\ You will not be able to connect to this site securely.") ResDef(SEC_ERROR_BAD_PASSWORD, SEC_ERROR_BASE + 15, "The security password entered is incorrect.") ResDef(SEC_ERROR_RETRY_PASSWORD, SEC_ERROR_BASE + 16, "You did not enter your new password correctly. Please try again.") ResDef(SEC_ERROR_NO_NODELOCK, SEC_ERROR_BASE + 17, "The security library has experienced an error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_BAD_DATABASE, SEC_ERROR_BASE + 18, "The security library has experienced a database error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_NO_MEMORY, SEC_ERROR_BASE + 19, "The security library has experienced an out of memory error.\n\ Please try to reconnect.") ResDef(SEC_ERROR_UNTRUSTED_ISSUER, SEC_ERROR_BASE + 20, "The certificate issuer for this server has been marked as\n\ not trusted by the user. "MOZ_NAME_PRODUCT" refuses to connect to this\n\ server.") ResDef(SEC_ERROR_UNTRUSTED_CERT, SEC_ERROR_BASE + 21, "The certificate for this server has been marked as not\n\ trusted by the user. "MOZ_NAME_PRODUCT" refuses to connect to this\n\ server.") ResDef(SEC_ERROR_DUPLICATE_CERT, (SEC_ERROR_BASE + 22), "The Certificate that you are trying to download\n\ already exists in your database.") ResDef(SEC_ERROR_DUPLICATE_CERT_NAME, (SEC_ERROR_BASE + 23), "You are trying to download a certificate whose name\n\ is the same as one that already exists in your database.\n\ If you want to download the new certificate you should\n\ delete the old one first.") ResDef(SEC_ERROR_ADDING_CERT, (SEC_ERROR_BASE + 24), "Error adding certificate to your database") ResDef(SEC_ERROR_FILING_KEY, (SEC_ERROR_BASE + 25), "Error refiling the key for this certificate") ResDef(SEC_ERROR_NO_KEY, (SEC_ERROR_BASE + 26), "The Private Key for this certificate can\n\ not be found in your key database") ResDef(SEC_ERROR_CERT_VALID, (SEC_ERROR_BASE + 27), "This certificate is valid.") ResDef(SEC_ERROR_CERT_NOT_VALID, (SEC_ERROR_BASE + 28), "This certificate is not valid.") ResDef(SEC_ERROR_CERT_NO_RESPONSE, (SEC_ERROR_BASE + 29), "No Response") ResDef(SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE, (SEC_ERROR_BASE + 30), "The certificate authority that issued this site's\n\ certificate has expired.\n\ Check your system date and time.") ResDef(SEC_ERROR_CRL_EXPIRED, (SEC_ERROR_BASE + 31), "The certificate revocation list for this certificate authority\n\ that issued this site's certificate has expired.\n\ Reload a new certificate revocation list or check your system data and time.") ResDef(SEC_ERROR_CRL_BAD_SIGNATURE, (SEC_ERROR_BASE + 32), "The certificate revocation list for this certificate authority\n\ that issued this site's certificate has an invalid signature.\n\ Reload a new certificate revocation list.") ResDef(SEC_ERROR_CRL_INVALID, (SEC_ERROR_BASE + 33), "The certificate revocation list you are trying to load has\n\ an invalid format.") ResDef(SEC_ERROR_EXTENSION_VALUE_INVALID,(SEC_ERROR_BASE + 34), "Extension value is invalid.") ResDef(SEC_ERROR_EXTENSION_NOT_FOUND,(SEC_ERROR_BASE + 35), "Extension not found.") ResDef(SEC_ERROR_CA_CERT_INVALID,(SEC_ERROR_BASE + 36), "Issuer certificate is invalid.") ResDef(SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID,(SEC_ERROR_BASE + 37), "Certificate path length constraint is invalid.") ResDef(SEC_ERROR_CERT_USAGES_INVALID,(SEC_ERROR_BASE + 38), "Certificate usages is invalid.") ResDef(SEC_INTERNAL_ONLY, (SEC_ERROR_BASE + 39), "**Internal ONLY module**") ResDef(SEC_ERROR_INVALID_KEY, (SEC_ERROR_BASE + 40), "The system tried to use a key which does not support\n\ the requested operation.") ResDef(SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION,(SEC_ERROR_BASE + 41), "Certificate contains unknown critical extension.") ResDef(SEC_ERROR_OLD_CRL, (SEC_ERROR_BASE + 42), "The certificate revocation list you are trying to load is not\n\ later than the current one.") ResDef(SEC_ERROR_NO_EMAIL_CERT, (SEC_ERROR_BASE + 43), "This message cannot be encrypted or signed because you do not\n\ yet have an email certificate. Click on the `Security' icon for more\n\ information about certificates.") ResDef(SEC_ERROR_NO_RECIPIENT_CERTS_QUERY, (SEC_ERROR_BASE + 44), "This message cannot be encrypted because you do not have\n\ certificates for each of the recipients. Clicking on the\n\ `Security' icon will give you more information.\n\ \n\ Turn off encryption and send the message anyway?") ResDef(SEC_ERROR_NOT_A_RECIPIENT, (SEC_ERROR_BASE + 45), "The data cannot be decrypted because you are not a recipient;\n\ either it was not intended for you, or a matching certificate or\n\ Private Key cannot be found in your local database.") ResDef(SEC_ERROR_PKCS7_KEYALG_MISMATCH, (SEC_ERROR_BASE + 46), "The data cannot be decrypted because the key encryption\n\ algorithm it used does not match that of your certificate.") ResDef(SEC_ERROR_PKCS7_BAD_SIGNATURE, (SEC_ERROR_BASE + 47), "Signature verification failed due to no signer found,\n\ too many signers found, or improper or corrupted data.") ResDef(SEC_ERROR_UNSUPPORTED_KEYALG, (SEC_ERROR_BASE + 48), "An unsupported or unknown key algorithm was encountered;\n\ the current operation cannot be completed.") ResDef(SEC_ERROR_DECRYPTION_DISALLOWED, (SEC_ERROR_BASE + 49), "The data cannot be decrypted because it was encrypted using an\n\ algorithm or key size which is not allowed by this configuration.") #ifdef FORTEZZA /* Fortezza Alerts */ ResDef(XP_SEC_FORTEZZA_BAD_CARD, (SEC_ERROR_BASE + 50), "The Fortezza Card in Socket %d has not been properly initialized.\ Please remove it and return it to your issuer.") ResDef(XP_SEC_FORTEZZA_NO_CARD, (SEC_ERROR_BASE + 51), "No cards Found") ResDef(XP_SEC_FORTEZZA_NONE_SELECTED, (SEC_ERROR_BASE + 52), "No Card Selected") ResDef(XP_SEC_FORTEZZA_MORE_INFO, (SEC_ERROR_BASE + 53), "Please Select a personality to get more info on") ResDef(XP_SEC_FORTEZZA_PERSON_NOT_FOUND, (SEC_ERROR_BASE + 54), "Personality not found") ResDef(XP_SEC_FORTEZZA_NO_MORE_INFO, (SEC_ERROR_BASE + 55), "No more information on that Personality") ResDef(XP_SEC_FORTEZZA_BAD_PIN, (SEC_ERROR_BASE + 56), "Invalid Pin") ResDef(XP_SEC_FORTEZZA_PERSON_ERROR, (SEC_ERROR_BASE + 57), "Couldn't initialize personalities") #endif /* FORTEZZA */ ResDef(SEC_ERROR_NO_KRL, (SEC_ERROR_BASE + 58), "No key revocation list for this site's certificate has been found.\n\ You must load the key revocation list before continuing.") ResDef(SEC_ERROR_KRL_EXPIRED, (SEC_ERROR_BASE + 59), "The key revocation list for this site's certificate has expired.\n\ Reload a new key revocation list.") ResDef(SEC_ERROR_KRL_BAD_SIGNATURE, (SEC_ERROR_BASE + 60), "The key revocation list for this site's certificate has an invalid signature.\n\ Reload a new key revocation list.") ResDef(SEC_ERROR_REVOKED_KEY, (SEC_ERROR_BASE + 61), "The key for this site's certificate has been revoked.\n\ You will be unable to access this site securely.") ResDef(SEC_ERROR_KRL_INVALID, (SEC_ERROR_BASE + 62), "The key revocation list you are trying to load has\n\ an invalid format.") ResDef(SEC_ERROR_NEED_RANDOM, (SEC_ERROR_BASE + 63), "The security library is out of random data.") ResDef(SEC_ERROR_NO_MODULE, (SEC_ERROR_BASE + 64), "The security library could not find a security module which can\n\ perform the requested operation.") ResDef(SEC_ERROR_NO_TOKEN, (SEC_ERROR_BASE + 65), "The security card or token does not exist, needs to be initialized\n\ or has been removed.") ResDef(SEC_ERROR_READ_ONLY, (SEC_ERROR_BASE + 66), "The security library has experienced a database error.\n\ You will probably be unable to connect to this site securely.") ResDef(SEC_ERROR_NO_SLOT_SELECTED, (SEC_ERROR_BASE + 67), "No slot or token was selected.") ResDef(SEC_ERROR_CERT_NICKNAME_COLLISION, (SEC_ERROR_BASE + 68), "A certificate with the same name already exists.") ResDef(SEC_ERROR_KEY_NICKNAME_COLLISION, (SEC_ERROR_BASE + 69), "A key with the same name already exists.") ResDef(SEC_ERROR_SAFE_NOT_CREATED, (SEC_ERROR_BASE + 70), "An error occurred while creating safe object") ResDef(SEC_ERROR_BAGGAGE_NOT_CREATED, (SEC_ERROR_BASE + 71), "An error occurred while creating safe object") ResDef(XP_JAVA_REMOVE_PRINCIPAL_ERROR, (SEC_ERROR_BASE + 72), "Couldn't remove the principal") ResDef(XP_JAVA_DELETE_PRIVILEGE_ERROR, (SEC_ERROR_BASE + 73), "Couldn't delete the privilege") ResDef(XP_JAVA_CERT_NOT_EXISTS_ERROR, (SEC_ERROR_BASE + 74), "This principal doesn't have a certificate") ResDef(SEC_ERROR_BAD_EXPORT_ALGORITHM, (SEC_ERROR_BASE + 75), "The operation cannot be performed because the required\n\ algorithm is not allowed by this configuration.") ResDef(SEC_ERROR_EXPORTING_CERTIFICATES, (SEC_ERROR_BASE + 76), "Unable to export certificates. An error occurred attempting to\n\ export the certificates.") ResDef(SEC_ERROR_IMPORTING_CERTIFICATES, (SEC_ERROR_BASE + 77), "An error occurred attempting to import the certificates.") ResDef(SEC_ERROR_PKCS12_DECODING_PFX, (SEC_ERROR_BASE + 78), "Unable to import certificates. The file specified is either\n\ corrupt or is not a valid file.") ResDef(SEC_ERROR_PKCS12_INVALID_MAC, (SEC_ERROR_BASE + 79), "Unable to import certificates. Either the integrity password\n\ is incorrect or the data in the file specified has been tampered\n\ with or corrupted in some manner.") ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_MAC_ALGORITHM, (SEC_ERROR_BASE + 80), "Unable to import certificates. The algorithm used to generate the\n\ integrity information for this file is not supported in the application.") #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE, (SEC_ERROR_BASE + 81), "Unable to import certificates. "MOZ_NAME_PRODUCT" only supports password\n\ integrity and password privacy modes for importing certificates.") #else ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_TRANSPORT_MODE, (SEC_ERROR_BASE + 81), "Unable to import certificates. Communicator only supports password\n\ integrity and password privacy modes for importing certificates.") #endif ResDef(SEC_ERROR_PKCS12_CORRUPT_PFX_STRUCTURE, (SEC_ERROR_BASE + 82), "Unable to import certificates. The file containing the certificates\n\ is corrupt. Required information is either missing or invalid.") #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM, (SEC_ERROR_BASE + 83), "Unable to import certificates. The algorithm used to encrypt the\n\ contents is not supported by "MOZ_NAME_PRODUCT".") #else ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_PBE_ALGORITHM, (SEC_ERROR_BASE + 83), "Unable to import certificates. The algorithm used to encrypt the\n\ contents is not supported by Communicator.") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_VERSION, (SEC_ERROR_BASE + 84), "Unable to import certificates. The file is a version not supported by\n\ "MOZ_NAME_PRODUCT".") #else ResDef(SEC_ERROR_PKCS12_UNSUPPORTED_VERSION, (SEC_ERROR_BASE + 84), "Unable to import certificates. The file is a version not supported by\n\ Communicator.") #endif ResDef(SEC_ERROR_PKCS12_PRIVACY_PASSWORD_INCORRECT, (SEC_ERROR_BASE + 85), "Unable to import certificates. The privacy password specified is\n\ incorrect.") #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_ERROR_PKCS12_CERT_COLLISION, (SEC_ERROR_BASE + 86), "Unable to import certificates. A certificate with the same nickname,\n\ as one being imported already exists in your "MOZ_NAME_PRODUCT" database.") #else ResDef(SEC_ERROR_PKCS12_CERT_COLLISION, (SEC_ERROR_BASE + 86), "Unable to import certificates. A certificate with the same nickname,\n\ as one being imported already exists in your Communicator database.") #endif ResDef(SEC_ERROR_USER_CANCELLED, (SEC_ERROR_BASE + 87), "The user pressed cancel.") ResDef(SEC_ERROR_PKCS12_DUPLICATE_DATA, (SEC_ERROR_BASE + 88), "Certificates could not be imported since they already exist on \ the machine.") ResDef(SEC_ERROR_MESSAGE_SEND_ABORTED, (SEC_ERROR_BASE + 89), "Message not sent.") ResDef(SEC_ERROR_INADEQUATE_KEY_USAGE, (SEC_ERROR_BASE + 90), "The certificate is not approved for the attempted operation.") ResDef(SEC_ERROR_INADEQUATE_CERT_TYPE, (SEC_ERROR_BASE + 91), "The certificate is not approved for the attempted application.") ResDef(SEC_ERROR_CERT_ADDR_MISMATCH, (SEC_ERROR_BASE + 92), "The email address in the signing certificate does not match\n\ the email address in the message headers. If these two\n\ addresses do not belong to the same person, then this could\n\ be an attempt at forgery.") ResDef(SEC_ERROR_PKCS12_UNABLE_TO_IMPORT_KEY, (SEC_ERROR_BASE + 93), "Unable to import certificates. An error occurred while attempting\n\ to import the Private Key associated with the certificate being imported.") ResDef(SEC_ERROR_PKCS12_IMPORTING_CERT_CHAIN, (SEC_ERROR_BASE + 94), "Unable to import certificates. An error occurred while attempting\n\ to import the certificate chain associated with the certificate\n\ being imported.") ResDef(SEC_ERROR_PKCS12_UNABLE_TO_LOCATE_OBJECT_BY_NAME, (SEC_ERROR_BASE + 95), "Unable to export certificates. An error occurred while trying to locate\n\ a certificate or a key by its nickname.") ResDef(SEC_ERROR_PKCS12_UNABLE_TO_EXPORT_KEY, (SEC_ERROR_BASE + 96), "Unable to export certificates. The Private Key associated with a\n\ certificate could not be located or could not be exported from the\n\ key database.") ResDef(SEC_ERROR_PKCS12_UNABLE_TO_WRITE, (SEC_ERROR_BASE + 97), "Unable to export certificates. An error occurred while trying to write\n\ the export file. Make sure the destination drive is not full and try\n\ exporting again.") ResDef(SEC_ERROR_PKCS12_UNABLE_TO_READ, (SEC_ERROR_BASE + 98), "Unable to import certificates. An error occurred while reading the\n\ import file. Please make sure the file exists and is not corrupt and\n\ then try importing the file again.") ResDef(SEC_ERROR_PKCS12_KEY_DATABASE_NOT_INITIALIZED, (SEC_ERROR_BASE + 99), "Unable to export certificates. The database which contains\n\ Private Keys has not been initialized. Either your key database\n\ is corrupt or has been deleted. There is no key associated with\n\ this certificate.") ResDef(SEC_ERROR_KEYGEN_FAIL, (SEC_ERROR_BASE + 100), "Unable to generate Public/Private Key Pair.") ResDef(SEC_ERROR_INVALID_PASSWORD, (SEC_ERROR_BASE + 101), "The password you entered is invalid. Please pick a different one.") ResDef(SEC_ERROR_RETRY_OLD_PASSWORD, (SEC_ERROR_BASE + 102), "You did not enter your old password correctly. Please try again.") ResDef(SEC_ERROR_BAD_NICKNAME, (SEC_ERROR_BASE + 103), "The Certificate Name you entered is already in use by another certificate.") ResDef(SEC_ERROR_NOT_FORTEZZA_ISSUER, (SEC_ERROR_BASE + 104), "Server FORTEZZA chain has a non-FORTEZZA Certificate. \n\ You will probably be unable to connect to this site securely.") /* used in pk11dlgs.c */ ResDef(SEC_ERROR_UNKNOWN, (SEC_ERROR_BASE + 105), "Unknown") /* define some error messages for lm_pkcs11.c */ ResDef(SEC_ERROR_JS_INVALID_MODULE_NAME, (SEC_ERROR_BASE + 106), "Invalid module name.") ResDef(SEC_ERROR_JS_INVALID_DLL, (SEC_ERROR_BASE + 107), "Invalid module path/filename") ResDef(SEC_ERROR_JS_ADD_MOD_FAILURE, (SEC_ERROR_BASE + 108), "Unable to add module") ResDef(SEC_ERROR_JS_DEL_MOD_FAILURE, (SEC_ERROR_BASE + 109), "Unable to delete module") ResDef(SEC_ERROR_OLD_KRL, (SEC_ERROR_BASE + 110), "The key revocation list you are trying to load is not\n\ later than the current one.") ResDef(SEC_ERROR_CKL_CONFLICT, (SEC_ERROR_BASE + 111), "The CKL you are trying to load has a different issuer\n\ than your current CKL. You must first delete your\n\ current CKL.") ResDef(SEC_ERROR_CERT_NOT_IN_NAME_SPACE, (SEC_ERROR_BASE + 112), "The Certifying Authority for this certifcate is not\n\ permited to issue a certifcate with this name.") ResDef(SEC_ERROR_KRL_NOT_YET_VALID, (SEC_ERROR_BASE + 113), "The key revocation list for this site's certificate\n\ is not yet valid. Reload a new key revocation list.") ResDef(SEC_ERROR_CRL_NOT_YET_VALID, (SEC_ERROR_BASE + 114), "The certificate revocation list for this site's\n\ certificate is not yet valid. Reload a new certificate\n\ revocation list.") END_STR(mcom_include_secerr_i_strings) /* HTML Dialog Box stuff. Moved from secerr #'s to xp_msg #'s */ RES_START BEGIN_STR(mcom_include_sec_dialog_strings) /* NOTE - you can't use backslash-quote to get a quote in the html below. * you must use \042. This is due to windows resource compiler hosage */ ResDef(XP_DIALOG_HEADER_STRINGS, (SEC_DIALOG_STRING_BASE + 0), "\ %-styleinfo-%\
") /* NOTE - dialogs and panels share the same footer strings !! */ ResDef(XP_DIALOG_FOOTER_STRINGS, (SEC_DIALOG_STRING_BASE + 2), "\
%0%") ResDef(XP_DIALOG_JS_HEADER_STRINGS, (SEC_DIALOG_STRING_BASE + 3), "\ %-styleinfo-%%0%\n%-cont-%") ResDef(XP_DIALOG_JS_FOOTER_STRINGS4, (SEC_DIALOG_STRING_BASE + 8), "\ \n\ \n\ \n") ResDef(XP_DIALOG_CANCEL_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 9), "\
") ResDef(XP_DIALOG_OK_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 10), "\
") ResDef(XP_DIALOG_CONTINUE_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 11), "\
\
") ResDef(XP_DIALOG_CANCEL_OK_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 12), "\
  \
") ResDef(XP_DIALOG_CANCEL_CONTINUE_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 13), "\
  \
") ResDef(XP_PANEL_HEADER_STRINGS, (SEC_DIALOG_STRING_BASE + 14), "\ %-styleinfo-%
\ ") #ifdef XP_OS2_FIX ResDef(XP_PANEL_FIRST_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 16), "\
\ value=\042%cancel%\042 onclick=\042parent.clicker(this,window.parent)\042>  
%0%") #else ResDef(XP_PANEL_FIRST_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 17), "\ type=\042button\042 name=\042button\042 value=\042%cancel%\042 \ onclick=\042parent.clicker(this,window.parent)\042 width=80>%0%") #endif #ifdef XP_OS2_FIX ResDef(XP_PANEL_MIDDLE_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 18), "\
\ \
%0%") #else ResDef(XP_PANEL_MIDDLE_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 19), "\ onclick=\042parent.clicker(this,window.parent)\042 width=80>  \ %0%") #endif #ifdef XP_OS2_FIX ResDef(XP_PANEL_LAST_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 20), "\
\ %-cont-%") #endif #ifdef XP_OS2_FIX ResDef(XP_PANEL_LAST_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 21), "\ type=\042button\042 name=\042button\042 value=\042%back%\042 onclick=\042parent.clicker(this,window.parent)\042>
%0%") #else ResDef(XP_PANEL_LAST_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 21), "\   \ %0%") #endif ResDef(XP_PLAIN_CERT_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 22), "\ %0%") ResDef(XP_CERT_CONFIRM_STRINGS, (SEC_DIALOG_STRING_BASE + 23), "\ %0%%1%
%2%
%3%") ResDef(XP_CERT_PAGE_STRINGS, (SEC_DIALOG_STRING_BASE + 24), "\ %0%%1%%2%") ResDef(XP_SSL_SERVER_CERT1_STRINGS, (SEC_DIALOG_STRING_BASE + 25), "\ %sec-banner-begin%%0%%sec-banner-end%\ \ %1% is a site that uses encryption to protect transmitted information. \ %-cont-%") ResDef(XP_SSL_SERVER_CERT1_STRINGS_1, (SEC_DIALOG_STRING_BASE + 26), "\ However, "MOZ_NAME_PRODUCT" does not recognize the authority who signed its \ Certificate.

Although "MOZ_NAME_PRODUCT" does not recognize the \ %-cont-%") ResDef(XP_SSL_SERVER_CERT1_STRINGS_2, (SEC_DIALOG_STRING_BASE + 27), "\ signer of this Certificate, you may decide to accept it anyway so that \ you can connect to and exchange information with this site.

This \ %-cont-%") ResDef(XP_SSL_SERVER_CERT1_STRINGS_3, (SEC_DIALOG_STRING_BASE + 28), "\ assistant will help you decide whether or not you wish to accept this \ Certificate and to what extent.%2%") ResDef(XP_SSL_SERVER_CERT2_STRINGS, (SEC_DIALOG_STRING_BASE + 29), "\ %sec-banner-begin%%0%%sec-banner-end%\ Here is the \ Certificate that is being presented:


Certificate for:
Signed by:
Encryption:
%1%
%2%
%3% Grade (%4% with %5%-bit secret \ %-cont-%") ResDef(XP_SSL_SERVER_CERT2_STRINGS_2, (SEC_DIALOG_STRING_BASE + 31), "\ key)

The signer of the \ %-cont-%") ResDef(XP_SSL_SERVER_CERT2_STRINGS_3, (SEC_DIALOG_STRING_BASE + 32), "\ Certificate promises you that the holder of this Certificate is who they \ say they are. The encryption level is an indication of how difficult it \ %-cont-%") ResDef(XP_SSL_SERVER_CERT2_STRINGS_4, (SEC_DIALOG_STRING_BASE + 33), "\ would be for someone to eavesdrop on any information exchanged between \ you and this web site.%6%") ResDef(XP_SSL_SERVER_CERT3_STRINGS, (SEC_DIALOG_STRING_BASE + 34), "\ %sec-banner-begin%%0%%sec-banner-end%\ Are you willing \ to accept this certificate for the purposes of receiving encrypted \ %-cont-%") ResDef(XP_SSL_SERVER_CERT3_STRINGS_1, (SEC_DIALOG_STRING_BASE + 35), "\ information from this web site?

This means that you will be able to \ browse through the site and receive documents from it and that all of \ %-cont-%") ResDef(XP_SSL_SERVER_CERT3_STRINGS_2, (SEC_DIALOG_STRING_BASE + 36), "\ these documents are protected from observation by a third party by \ encryption.

Accept this \ %-cont-%") ResDef(XP_SSL_SERVER_CERT3_STRINGS_3, (SEC_DIALOG_STRING_BASE + 37), "\ certificate for this session
\ Do not accept this certificate and do not connect\
Accept this certificate forever (until it expires)
\ %4%") ResDef(XP_SSL_SERVER_CERT4_STRINGS, (SEC_DIALOG_STRING_BASE + 39), "\ %sec-banner-begin%%0%%sec-banner-end%\ By accepting this \ certificate you are ensuring that all information you exchange with this site \ %-cont-%") ResDef(XP_SSL_SERVER_CERT4_STRINGS_1, (SEC_DIALOG_STRING_BASE + 40), "\ will be encrypted. However, encryption will not protect you from \ fraud.

To protect yourself from fraud, do not send information \ %-cont-%") ResDef(XP_SSL_SERVER_CERT4_STRINGS_2, (SEC_DIALOG_STRING_BASE + 41), "(\ especially personal information, credit card numbers, or passwords) to \ this site if you have any doubt about the site's integrity.

For your \ %-cont-%") ResDef(XP_SSL_SERVER_CERT4_STRINGS_3, (SEC_DIALOG_STRING_BASE + 42), "\ own protection, "MOZ_NAME_PRODUCT" can remind you of this at the appropriate \ time.

Warn me \ %-cont-%") ResDef(XP_SSL_SERVER_CERT4_STRINGS_4, (SEC_DIALOG_STRING_BASE + 43), "\ before I send information to this site

%2%") ResDef(XP_SSL_SERVER_CERT5A_STRINGS, (SEC_DIALOG_STRING_BASE + 44), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have \ finished examining the certificate presented by:
%1%

You have \ %-cont-%") ResDef(XP_SSL_SERVER_CERT5A_STRINGS_1, (SEC_DIALOG_STRING_BASE + 45), "\ decided to refuse this ID. If, in the future, you change your mind about \ this decision, just visit this site again and this assistant will \ %-cont-%") ResDef(XP_SSL_SERVER_CERT5A_STRINGS_2, (SEC_DIALOG_STRING_BASE + 46), "\ reappear.

Click on the Finish button to return to the document you were\ viewing before you attempted to connect to this site.%2%") ResDef(XP_SSL_SERVER_CERT5B_STRINGS, (SEC_DIALOG_STRING_BASE + 47), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have \ finished examining the certificate presented by:
%1%

You have \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_SSL_SERVER_CERT5B_STRINGS_1, (SEC_DIALOG_STRING_BASE + 48), "\ decided to accept this certificate and have asked that "MOZ_NAME_FULL" warn \ you before you send information to this site.

If you \ %-cont-%") #else ResDef(XP_SSL_SERVER_CERT5B_STRINGS_1, (SEC_DIALOG_STRING_BASE + 48), "\ decided to accept this certificate and have asked that "MOZ_NAME_PRODUCT" Communicator warn \ you before you send information to this site.

If you \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_SSL_SERVER_CERT5B_STRINGS_2, (SEC_DIALOG_STRING_BASE + 49), "\ change your mind, open Security Info from the "MOZ_NAME_PRODUCT" menu and edit \ Site Certificates.

Click on the Finish button to begin receiving\ documents.%2%") #else ResDef(XP_SSL_SERVER_CERT5B_STRINGS_2, (SEC_DIALOG_STRING_BASE + 49), "\ change your mind, open Security Info from the Communicator menu and edit \ Site Certificates.

Click on the Finish button to begin receiving\ documents.%2%") #endif ResDef(XP_SSL_SERVER_CERT5C_STRINGS, (SEC_DIALOG_STRING_BASE + 50), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have \ finished examining the certificate presented by:
%1%

You have \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_SSL_SERVER_CERT5C_STRINGS_1, (SEC_DIALOG_STRING_BASE + 51), "\ decided to accept this certificate and have decided not to have "MOZ_NAME_PRODUCT" \ "MOZ_NAME_PRODUCT" warn you before you send information to this site.

If \ %-cont-%") #else ResDef(XP_SSL_SERVER_CERT5C_STRINGS_1, (SEC_DIALOG_STRING_BASE + 51), "\ decided to accept this certificate and have decided not to have "MOZ_NAME_PRODUCT" \ Communicator warn you before you send information to this site.

If \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_SSL_SERVER_CERT5C_STRINGS_2, (SEC_DIALOG_STRING_BASE + 52), "\ you change your mind, open Security Info from the "MOZ_NAME_PRODUCT" Menu \ edit Site Certificates.

Click on the Finish button\ to begin %-cont-%") #else ResDef(XP_SSL_SERVER_CERT5C_STRINGS_2, (SEC_DIALOG_STRING_BASE + 52), "\ you change your mind, open Security Info from the Communicator Menu \ edit Site Certificates.

Click on the Finish button\ to begin %-cont-%") #endif ResDef(XP_SSL_SERVER_CERT5C_STRINGS_3, (SEC_DIALOG_STRING_BASE + 53), "\ receiving documents.%2%") ResDef(XP_SSL_CERT_DOMAIN_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 54), "\ %sec-banner-begin%%0%%sec-banner-end%\ The certificate \ that the site '%1%' has presented does not contain the correct site \ %-cont-%") ResDef(XP_SSL_CERT_DOMAIN_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 55), "\ name. It is possible, though unlikely, that someone may be trying to \ intercept your communication with this site. If you suspect the \ %-cont-%") ResDef(XP_SSL_CERT_DOMAIN_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 56), "\ certificate shown below does not belong to the site you are connecting \ with, please cancel the connection and notify the site administrator.

\ %-cont-%") ResDef(XP_SSL_CERT_DOMAIN_DIALOG_STRINGS_3, (SEC_DIALOG_STRING_BASE + 57), "\ Here is the Certificate that is being presented:


Certificate for:
Signed by:
Encryption: \ %-cont-%") ResDef(XP_SSL_CERT_DOMAIN_DIALOG_STRINGS_4, (SEC_DIALOG_STRING_BASE + 58), "\
%2%
%3%
%4% Grade (%5% \ with %6%-bit secret key)
\
%7%") ResDef(XP_PW_ENTER_NEW_STRINGS, (SEC_DIALOG_STRING_BASE + 60), "\ %sec-banner-begin%%0%%sec-banner-end%\ Please enter your new password. The safest passwords are a combination \ of letters \ %-cont-%") ResDef(XP_PW_ENTER_NEW_STRINGS_1, (SEC_DIALOG_STRING_BASE + 61), "\ and numbers, are at least 8 characters long, and contain no words from a \ dictionary.

Password:

Type in \ %-cont-%") ResDef(XP_PW_ENTER_NEW_STRINGS_2, (SEC_DIALOG_STRING_BASE + 62), "\ your password, again, for verification:

Retype Password:

Do not forget your password! Your \ %-cont-%") ResDef(XP_PW_ENTER_NEW_STRINGS_3, (SEC_DIALOG_STRING_BASE + 63), "\ password cannot be recovered. If you forget it, you will have to obtain \ new Certificates.") ResDef(XP_PW_RETRY_NEW_STRINGS, (SEC_DIALOG_STRING_BASE + 64), "\ %sec-banner-begin%%0%%sec-banner-end%\ You did not \ enter your password correctly. Please try again:

Password:

Type in your password, again, for \ verification:

Retype Password:

\ %-cont-%") ResDef(XP_PW_RETRY_NEW_STRINGS_2, (SEC_DIALOG_STRING_BASE + 66), "\ Do not forget your password! Your password cannot be recovered. If \ you forget it, you will have to obtain new Certificates. ") ResDef(XP_PW_SETUP_STRINGS, (SEC_DIALOG_STRING_BASE + 67), "\ %sec-banner-being%%0%%sec-banner-end%\ %1%%2%%3%%4%\ %-cont-%") ResDef(XP_PW_SETUP_STRINGS_1, (SEC_DIALOG_STRING_BASE + 68), "\ \
Password:
Type it again to confirm:
Important: \ %-cont-%") ResDef(XP_PW_SETUP_STRINGS_3, (SEC_DIALOG_STRING_BASE + 70), "\ Your password cannot be recovered. If you forget it, you will lose all of your \ certificates.

%-cont-%") ResDef(XP_PW_SETUP_STRINGS_4, (SEC_DIALOG_STRING_BASE + 71), "\ The safest passwords are at least 8 characters long, include \ both letters and numbers, and contain no words from a dictionary.

\ If you wish to change your password or other security \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_PW_SETUP_STRINGS_5, (SEC_DIALOG_STRING_BASE + 72), "\ preferences, choose Security Info from the "MOZ_NAME_PRODUCT" menu.") #else ResDef(XP_PW_SETUP_STRINGS_5, (SEC_DIALOG_STRING_BASE + 72), "\ preferences, choose Security Info from the Communicator menu.") #endif /* unused (SEC_DIALOG_STRING_BASE + 73) */ /* unused (SEC_DIALOG_STRING_BASE + 74) */ /* unused (SEC_DIALOG_STRING_BASE + 75) */ /* unused (SEC_DIALOG_STRING_BASE + 76) */ /* unused (SEC_DIALOG_STRING_BASE + 77) */ /* unused (SEC_DIALOG_STRING_BASE + 78) */ /* unused (SEC_DIALOG_STRING_BASE + 79) */ /* unused (SEC_DIALOG_STRING_BASE + 80) */ /* unused (SEC_DIALOG_STRING_BASE + 81) */ /* unused (SEC_DIALOG_STRING_BASE + 82) */ ResDef(XP_PW_SETUP_REFUSED_STRINGS, (SEC_DIALOG_STRING_BASE + 83), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have elected to operate without a password.

If you decide that you \ %-cont-%") ResDef(XP_PW_SETUP_REFUSED_STRINGS_1, (SEC_DIALOG_STRING_BASE + 84), "\ would like to have a password to protect your Private Keys and Certificates, \ you can set up a password in Security Preferences.") ResDef(XP_PW_CHANGE_STRINGS, (SEC_DIALOG_STRING_BASE + 85), "\ %sec-banner-begin%%0%%sec-banner-end%\ Change the password for the %1%.

Enter your old password:

Enter your new password. Leave \ the password fields blank if you don't want a password.

\
\ %-cont-%") ResDef(XP_PW_CHANGE_STRINGS_2, (SEC_DIALOG_STRING_BASE + 87), "\ New Password:
Type it again to confirm:\ %-cont-%") ResDef(XP_PW_CHANGE_STRINGS_3, (SEC_DIALOG_STRING_BASE + 88), "\

Important: Your password cannot be recovered. If \ you forget it, you will lose all of your certificates.") /* unused (SEC_DIALOG_STRING_BASE + 89) */ ResDef(XP_PW_CHANGE_FAILURE_STRINGS, (SEC_DIALOG_STRING_BASE + 90), "\ %sec-banner-begin%%0%%sec-banner-end%\ Your attempt to change your password failed.

This may be because your \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_PW_CHANGE_FAILURE_STRINGS_1, (SEC_DIALOG_STRING_BASE + 91), "\ key database is inaccessible (which can happen if you were already \ running a "MOZ_NAME_PRODUCT" when you started this one), or because of some other \ %-cont-%") #else ResDef(XP_PW_CHANGE_FAILURE_STRINGS_1, (SEC_DIALOG_STRING_BASE + 91), "\ key database is inaccessible (which can happen if you were already \ running a Communicator when you started this one), or because of some other \ %-cont-%") #endif ResDef(XP_PW_CHANGE_FAILURE_STRINGS_2, (SEC_DIALOG_STRING_BASE + 92), "\ error.

It may indicate that your key database file has been corrupted, \ in which case you should try to get it from of a backup, if possible. As \ %-cont-%") ResDef(XP_PW_CHANGE_FAILURE_STRINGS_3, (SEC_DIALOG_STRING_BASE + 93), "\ a last resort, you may need to delete your key database, after which you \ will have to obtain new personal Certificates.") ResDef(XP_DIALOG_CANCEL_OK_MOREINFO_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 94), "\ \ %-cont-%") ResDef(XP_DIALOG_CANCEL_OK_MOREINFO_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 95), "\
\   \ %-cont-%") ResDef(XP_DIALOG_CANCEL_OK_MOREINFO_BUTTON_STRINGS_2, (SEC_DIALOG_STRING_BASE + 96),"\
") /* unused (SEC_DIALOG_STRING_BASE + 97) */ /* unused (SEC_DIALOG_STRING_BASE + 98) */ ResDef(XP_PANEL_ONLY_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 99), "\

  \ %-cont-%") ResDef(XP_PANEL_ONLY_BUTTON_STRINGS_1, (SEC_DIALOG_STRING_BASE + 100), "\
%0%") ResDef(XP_NOT_IMPLEMENTED_STRINGS, (SEC_DIALOG_STRING_BASE + 101), "\ %sec-banner-begin%%0%%sec-banner-end%\ This function is \ not implemented:
%1%
Certificate name:
%2%") ResDef(XP_CERT_VIEW_STRINGS, (SEC_DIALOG_STRING_BASE + 102), "\ %0%%1%") ResDef(XP_DELETE_USER_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 103), "\ WARNING: If you delete this Certificate you will not \ be able to read any E-mail that has been encrypted with it.

\ Are you sure that you want to delete this Personal Certificate?

%0%") ResDef(XP_DELETE_SITE_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 104), "\ Are you sure that you want to delete this Site Certificate?

%0%") ResDef(XP_DELETE_CA_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 105), "\ Are you sure that you want to delete this Certificate Authority?

%0%") ResDef(XP_EDIT_SITE_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 106), "\ %0%


This Certificate belongs to an SSL server site.
Allow connections to this site
\ %-cont-%") ResDef(XP_EDIT_SITE_CERT_STRINGS_1, (SEC_DIALOG_STRING_BASE + 107), "\ Do not allow connections to \ this site
Warn \ %-cont-%") ResDef(XP_EDIT_SITE_CERT_STRINGS_2, (SEC_DIALOG_STRING_BASE + 108), "\ before sending data to this site") ResDef(XP_EDIT_CA_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 109), "\ %0%
This Certificate belongs to a Certifying Authority
\ %-cont-%") ResDef(XP_EDIT_CA_CERT_STRINGS_1, (SEC_DIALOG_STRING_BASE + 110), "\ %1%
%2%
%3%
Warn before sending data to \ sites certified by this authority") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 112), "\ %sec-banner-begin%%0%%sec-banner-end%\ Warning: You \ %-cont-%") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 113), "\ are about to send encrypted information to the site %1%.

It is \ card numbers, or passwords) to this site if you are in doubt about its \ %-cont-%") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 114), "\ safer not to send information (particularly personal information, credit \ Certificate or integrity.
Here is the Certificate for this site:


\ %-cont-%") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS_3, (SEC_DIALOG_STRING_BASE + 115), "\
Certificate for:
Signed by: \
Encryption:
%2%
%3%
\ %-cont-%") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS_4, (SEC_DIALOG_STRING_BASE + 116), "\ %4% Grade (%5% with %6%-bit secret key)
\

Send this information and warn again next \ %-cont-%") ResDef(XP_SSL_CERT_POST_WARN_DIALOG_STRINGS_6, (SEC_DIALOG_STRING_BASE + 118), "\ time
Send this information \ and do not warn again
Do \ not send information
%7%") ResDef(XP_CA_CERT_DOWNLOAD1_STRINGS, (SEC_DIALOG_STRING_BASE + 119), "\ %sec-banner-begin%%0%%sec-banner-end%\ You are about to \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD1_STRINGS_1, (SEC_DIALOG_STRING_BASE + 120), "\ go through the process of accepting a Certificate Authority. This has \ serious implications on the security of future encryptions using \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD1_STRINGS_2, (SEC_DIALOG_STRING_BASE + 121), "\ "MOZ_NAME_PRODUCT". This assistant will help you decide whether or not you wish to \ accept this Certificate Authority.") ResDef(XP_CA_CERT_DOWNLOAD2_STRINGS, (SEC_DIALOG_STRING_BASE + 122), "\ %sec-banner-begin%%0%%sec-banner-end%\ A Certificate \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_CA_CERT_DOWNLOAD2_STRINGS_1, (SEC_DIALOG_STRING_BASE + 123), "\ Authority certifies the identity of sites on the internet. By accepting \ this Certificate Authority, you will allow "MOZ_NAME_FULL" to connect \ %-cont-%") #else ResDef(XP_CA_CERT_DOWNLOAD2_STRINGS_1, (SEC_DIALOG_STRING_BASE + 123), "\ Authority certifies the identity of sites on the internet. By accepting \ this Certificate Authority, you will allow "MOZ_NAME_PRODUCT" Communicator to connect \ %-cont-%") #endif ResDef(XP_CA_CERT_DOWNLOAD2_STRINGS_2, (SEC_DIALOG_STRING_BASE + 124), "\ to and receive information from any site that this authority certifies \ without prompting or warning you.

If you choose to refuse this \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD2_STRINGS_3, (SEC_DIALOG_STRING_BASE + 125), "\ Certificate Authority, you will be prompted before you connect to or \ receive information from any site that this authority certifies. ") ResDef(XP_CA_CERT_DOWNLOAD3_STRINGS, (SEC_DIALOG_STRING_BASE + 126), "\ %sec-banner-begin%%0%%sec-banner-end%\ Here is the \ certificate for this Certificate Authority. Examine it carefully. The \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD3_STRINGS_1, (SEC_DIALOG_STRING_BASE + 127), "\ Certificate Fingerprint can be used to verify that this Authority is who \ they say they are. To do this, compare the Fingerprint against the \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD3_STRINGS_2, (SEC_DIALOG_STRING_BASE + 128), "\ Fingerprint published by this authority in other places.


\ \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD3_STRINGS_3, (SEC_DIALOG_STRING_BASE + 129), "\
Certificate for:
Signed by:
%1%
%2%
\

") ResDef(XP_CA_CERT_DOWNLOAD4_STRINGS, (SEC_DIALOG_STRING_BASE + 131), "\ %sec-banner-begin%%0%%sec-banner-end%\ Are you willing \ to accept this Certificate Authority for the purposes of certifying \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD4_STRINGS_1, (SEC_DIALOG_STRING_BASE + 132), "\ other internet sites, email users, or software developers?

\ %1%%2%%3%") /* 133, 134 NOT USED */ #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS, (SEC_DIALOG_STRING_BASE + 135), "\ %sec-banner-begin%%0%%sec-banner-end%\ By accepting this \ Certificate Authority, you have told "MOZ_NAME_FULL" \ %-cont-%") #else ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS, (SEC_DIALOG_STRING_BASE + 135), "\ %sec-banner-begin%%0%%sec-banner-end%\ By accepting this \ Certificate Authority, you have told "MOZ_NAME_PRODUCT" Communicator to connect to \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS_1, (SEC_DIALOG_STRING_BASE + 136), "\ to connect to and receive information from any site that it certifies \ without warning you or prompting you.

"MOZ_NAME_FULL" can, however, \ warn you before \ %-cont-%") #else ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS_1, (SEC_DIALOG_STRING_BASE + 136), "\ to connect to and receive information from any site that it certifies \ without warning you or prompting you.

"MOZ_NAME_PRODUCT" Communicator can, however, \ warn you before \ %-cont-%") #endif ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS_2, (SEC_DIALOG_STRING_BASE + 137), "\ you send information to such a site.

Warn me before sending information to sites \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD5_STRINGS_3, (SEC_DIALOG_STRING_BASE + 138), "\ certified by this Certificate Authority") ResDef(XP_CA_CERT_DOWNLOAD6_STRINGS, (SEC_DIALOG_STRING_BASE + 139), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have accepted \ this Certificate Authority. You must now select a nickname that will be \ %-cont-%") ResDef(XP_CA_CERT_DOWNLOAD6_STRINGS_1, (SEC_DIALOG_STRING_BASE + 140), "\ used to identify this Certificate Authority, for example Mozilla's \ Certificate Shack.

Nickname: ") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_CA_CERT_DOWNLOAD7_STRINGS, (SEC_DIALOG_STRING_BASE + 142), "\ %sec-banner-begin%%0%%sec-banner-end%\ By rejecting this \ Certificate Authority, you have told "MOZ_NAME_FULL" not to connect \ %-cont-%") #else ResDef(XP_CA_CERT_DOWNLOAD7_STRINGS, (SEC_DIALOG_STRING_BASE + 142), "\ %sec-banner-begin%%0%%sec-banner-end%\ By rejecting this \ Certificate Authority, you have told "MOZ_NAME_BRAND" Communicator not to connect \ %-cont-%") #endif ResDef(XP_CA_CERT_DOWNLOAD7_STRINGS_1, (SEC_DIALOG_STRING_BASE + 143), "\ to and receive information from any site that it certifies without \ prompting you.") ResDef(XP_EMPTY_STRINGS, (SEC_DIALOG_STRING_BASE + 144), "\ %0%") ResDef(XP_WHICH_CERT_CLIENT_AUTH_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 145), "\ %sec-banner-begin%%0%%sec-banner-end%\ The site '%1%' \ has requested client authentication.

Here is the \ %-cont-%") ResDef(XP_WHICH_CERT_CLIENT_AUTH_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 146), "\ site's certificate:


\
Certificate \ for:
Signed by:
Encryption:
%2%
%3%
%4% Grade (%5% with %6%-bit secret key)

Select Your Certificate:%8%") ResDef(XP_NO_CERT_CLIENT_AUTH_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 149), "\ %sec-banner-begin%%0%%sec-banner-end%\ The site '%1%' \ has requested client authentication, but you do not have a Personal \ %-cont-%") ResDef(XP_NO_CERT_CLIENT_AUTH_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 150), "\ Certificate to authenticate yourself. The site may choose not to give \ you access without one.%2%") ResDef(XP_BROWSER_SEC_INFO_ENCRYPTED_STRINGS, (SEC_DIALOG_STRING_BASE + 151), "\ %sec-banner-begin%%0%%sec-banner-end%\ All of the \ files that you have requested were encrypted.

This means that the \ %-cont-%") ResDef(XP_BROWSER_SEC_INFO_ENCRYPTED_STRINGS_1, (SEC_DIALOG_STRING_BASE + 152), "\ files that make up the document are sent to you encrypted for privacy \ while in transit.

For more details on the encryption of this \ %-cont-%") ResDef(XP_BROWSER_SEC_INFO_ENCRYPTED_STRINGS_2, (SEC_DIALOG_STRING_BASE + 153), "\ document, open Document Information.

%1%") ResDef(XP_BROWSER_SEC_INFO_MIXED_STRINGS, (SEC_DIALOG_STRING_BASE + 155), "\ %0%

Some of the \ files that you have requested were encrypted.

Some of these files \ %-cont-%") ResDef(XP_BROWSER_SEC_INFO_MIXED_STRINGS_1, (SEC_DIALOG_STRING_BASE + 156), "\ are sent to you encrypted for privacy while in transit. Others are not \ encrypted and can be observed by a third party while in transit.

To \ %-cont-%") ResDef(XP_BROWSER_SEC_INFO_MIXED_STRINGS_2, (SEC_DIALOG_STRING_BASE + 157), "\ find out exactly which files were encrypted and which were not, open \ Document Information.

%1%") ResDef(XP_BROWSER_SEC_INFO_CLEAR_STRINGS, (SEC_DIALOG_STRING_BASE + 159), "\ %0%

None of the \ files that you have requested are encrypted.

Unencrypted files can \ %-cont-%") ResDef(XP_BROWSER_SEC_INFO_CLEAR_STRINGS_1, (SEC_DIALOG_STRING_BASE + 160), "\ be observed by a third party while in transit.

%1%") ResDef( XP_SMIME_RC2_CBC_40, (SEC_DIALOG_STRING_BASE + 161), \ "RC2 encryption in CBC mode with a 40-bit key") ResDef( XP_SMIME_RC2_CBC_64, (SEC_DIALOG_STRING_BASE + 162), \ "RC2 encryption in CBC mode with a 64-bit key") ResDef( XP_SMIME_RC2_CBC_128, (SEC_DIALOG_STRING_BASE + 163), \ "RC2 encryption in CBC mode with a 128-bit key") ResDef( XP_SMIME_DES_CBC, (SEC_DIALOG_STRING_BASE + 164), \ "DES encryption in CBC mode with a 56-bit key") ResDef( XP_SMIME_DES_EDE3, (SEC_DIALOG_STRING_BASE + 165), \ "DES EDE3 encryption in CBC mode with a 168-bit key") ResDef( XP_SMIME_RC5PAD_64_16_40, (SEC_DIALOG_STRING_BASE + 166), \ "RC5 encryption in CBC mode with a 40-bit key") ResDef( XP_SMIME_RC5PAD_64_16_64, (SEC_DIALOG_STRING_BASE + 167), \ "RC5 encryption in CBC mode with a 64-bit key") ResDef( XP_SMIME_RC5PAD_64_16_128, (SEC_DIALOG_STRING_BASE + 168), \ "RC5 encryption in CBC mode with a 128-bit key") /* SEC_DIALOG_STRING_BASE + 169 thru SEC_DIALOG_STRING_BASE + 175 unused */ /* (They used to be strings for payment stuff.) */ #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_CONFIG_NO_POLICY_STRINGS, (SEC_DIALOG_STRING_BASE + 176), \ "No valid encryption policy file was found for this English language \n\ version of "MOZ_NAME_PRODUCT". All encryption and decryption will be disabled.") #else ResDef(XP_CONFIG_NO_POLICY_STRINGS, (SEC_DIALOG_STRING_BASE + 176), \ "No valid encryption policy file was found for this English language \n\ version of Communicator. All encryption and decryption will be disabled.") #endif ResDef(XP_CONFIG_NO_CIPHERS_STRINGS, (SEC_DIALOG_STRING_BASE + 177), \ " (No ciphers are permitted)") ResDef(XP_CONFIG_MAYBE_CIPHERS_STRINGS, (SEC_DIALOG_STRING_BASE + 178), \ " (When permitted)") ResDef(XP_CONFIG_SMIME_CIPHERS_STRINGS, (SEC_DIALOG_STRING_BASE + 179), "\ %sec-banner-begin%%0%%sec-banner-end%\

Select ciphers to enable for S/MIME %1%

    %2%
%3%") ResDef(XP_CONFIG_SSL2_CIPHERS_STRINGS, (SEC_DIALOG_STRING_BASE + 180), "\ %sec-banner-begin%%0%%sec-banner-end%\

Select ciphers to enable for SSL v2 %1%

    %2%
%3%") ResDef(XP_CONFIG_SSL3_CIPHERS_STRINGS, (SEC_DIALOG_STRING_BASE + 181), "\ %sec-banner-begin%%0%%sec-banner-end%\

Select ciphers to enable for SSL v3 %1%

    %2%
%3%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_USER_CERT_DOWNLOAD_STRINGS, (SEC_DIALOG_STRING_BASE + 182), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have received a new Certificate. "MOZ_NAME_PRODUCT" will refer to this \ %-cont-%") #else ResDef(XP_USER_CERT_DOWNLOAD_STRINGS, (SEC_DIALOG_STRING_BASE + 182), "\ %sec-banner-begin%%0%%sec-banner-end%\ You have received a new Certificate. Communicator will refer to this \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_USER_CERT_DOWNLOAD_STRINGS_1, (SEC_DIALOG_STRING_BASE + 183), "\ Certificate by the name shown below. %1%

Click OK to install the \ certificate into "MOZ_NAME_PRODUCT" or click Cancel to refuse your new \ %-cont-%") #else ResDef(XP_USER_CERT_DOWNLOAD_STRINGS_1, (SEC_DIALOG_STRING_BASE + 183), "\ Certificate by the name shown below. %1%

Click OK to install the \ certificate into Communicator or click Cancel to refuse your new \ %-cont-%") #endif ResDef(XP_USER_CERT_DOWNLOAD_STRINGS_2, (SEC_DIALOG_STRING_BASE + 184), "\ Certificate.


Certificate Name: %2%

Certificate \ for: %3%
Signed by: %4%


%5%") ResDef(XP_USER_CERT_NICKNAME_STRINGS, (SEC_DIALOG_STRING_BASE + 186), "\ You can use the name provided or enter a new one.") ResDef(XP_USER_CERT_DL_MOREINFO_STRINGS, (SEC_DIALOG_STRING_BASE + 187), "\ %sec-banner-begin%%0%%sec-banner-end%\ A Certificate is arriving from %1%.

This Certificate works in conjunction \ %-cont-%") ResDef(XP_USER_CERT_DL_MOREINFO_STRINGS_1, (SEC_DIALOG_STRING_BASE + 188), "\ with the corresponding Private Key that was generated for you when you \ requested the Certificate. Together they can identify you to Web sites and \ via Email.

Certificates and Private Keys are much more secure than \ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_USER_CERT_DL_MOREINFO_STRINGS_2, (SEC_DIALOG_STRING_BASE + 189), "\ traditional username and password security methods. For more information \ about Certificates, choose Security Info from the "MOZ_NAME_PRODUCT" menu.") #else ResDef(XP_USER_CERT_DL_MOREINFO_STRINGS_2, (SEC_DIALOG_STRING_BASE + 189), "\ traditional username and password security methods. For more information \ about Certificates, choose Security Info from the Communicator menu.") #endif ResDef(XP_USER_CERT_SAVE_STRINGS, (SEC_DIALOG_STRING_BASE + 190), "\ %sec-banner-begin%%0%%sec-banner-end%\ You should make a copy of your new Certificate.

If you lose your Certificate \ %-cont-%") ResDef(XP_USER_CERT_SAVE_STRINGS_1, (SEC_DIALOG_STRING_BASE + 191), "\ it cannot be recovered. Only you hold your Private Key. Without it \ you will not be able to read any email that you received using that \ %-cont-%") ResDef(XP_USER_CERT_SAVE_STRINGS_2, (SEC_DIALOG_STRING_BASE + 192), "\ Certificate.

To make a copy, click Save As and decide where you \ would like to save your Certificate. If possible, you should save it on a \ %-cont-%") ResDef(XP_USER_CERT_SAVE_STRINGS_3, (SEC_DIALOG_STRING_BASE + 193), "\ floppy disk that you keep in a safe location.

") ResDef(XP_USER_CERT_SAVE_TITLE, (SEC_DIALOG_STRING_BASE + 194), "\ Save User Certificate") /* unused (SEC_DIALOG_STRING_BASE + 195) */ /* unused (SEC_DIALOG_STRING_BASE + 196) */ #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_KEY_GEN_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 197), "\ %sec-banner-begin%%0%%sec-banner-end%\ When you click OK, "MOZ_NAME_PRODUCT" will generate a Private Key for your \ %-cont-%") #else ResDef(XP_KEY_GEN_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 197), "\ %sec-banner-begin%%0%%sec-banner-end%\ When you click OK, Communicator will generate a Private Key for your \ %-cont-%") #endif ResDef(XP_KEY_GEN_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 198), "\ Certificate. This may take a few minutes.

Important: If you \ interrupt this process, you will have to reapply for the Certificate.\ %1% %2% %3%

") ResDef(XP_KEY_GEN_MOREINFO_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 199), "\ Key Generation Info") ResDef(XP_CERT_DL_MOREINFO_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 200), "\ Certificate Download Info") ResDef(XP_CERT_EXPIRED_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 201), "\ %sec-banner-begin%%0%%sec-banner-end%\ %1% is a site \ that uses encryption to protect transmitted information. However the \ %-cont-%") ResDef(XP_CERT_EXPIRED_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 202), "\ digital Certificate that identifies this site has expired. This may be \ because the certificate has actually expired, or because the date on \ %-cont-%") ResDef(XP_CERT_EXPIRED_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 203), "\ your computer is wrong.

The certificate expires on %2%.

Your \ computer's date is set to %3%. If this date is incorrect, then you \ %-cont-%") ResDef(XP_CERT_EXPIRED_DIALOG_STRINGS_3, (SEC_DIALOG_STRING_BASE + 204), "\ should reset the date on your computer.

You may continue or cancel \ this connection.%4%") ResDef(XP_CERT_NOT_YET_GOOD_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 205), "\ %sec-banner-begin%%0%%sec-banner-end%\ %1% is a site \ that uses encryption to protect transmitted information. However the \ %-cont-%") ResDef(XP_CERT_NOT_YET_GOOD_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 206), "\ digital Certificate that identifies this site is not yet valid. This \ may be because the certificate was installed too soon by the site \ %-cont-%") ResDef(XP_CERT_NOT_YET_GOOD_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 207), "\ administrator, or because the date on your computer is wrong.

The \ certificate is valid beginning %2%.

Your computer's date is set to \ %-cont-%") ResDef(XP_CERT_NOT_YET_GOOD_DIALOG_STRINGS_3, (SEC_DIALOG_STRING_BASE + 208), "\ %3%. If this date is incorrect, then you should reset the date on your \ computer.

You may continue or cancel this connection.%4%") ResDef(XP_CA_EXPIRED_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 209), "\ %sec-banner-begin%%0%%sec-banner-end%\ %1% is a site \ that uses encryption to protect transmitted information. However one of \ %-cont-%") ResDef(XP_CA_EXPIRED_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 210), "\ the Certificate Authorities that identifies this site has expired. This \ may be because a certificate has actually expired, or because the date \ %-cont-%") ResDef(XP_CA_EXPIRED_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 211), "\ on your computer is wrong. Press the More Info button to see details of \ the expired certificate.


Certificate Authority:
Expiration Date: \
%2%
%3%

Your computer's date is set \ %-cont-%") ResDef(XP_CA_EXPIRED_DIALOG_STRINGS_5, (SEC_DIALOG_STRING_BASE + 214), "\ to %4%. If this date is incorrect, then you should reset the date on \ your computer.

You may continue or cancel this connection.") ResDef(XP_CA_NOT_YET_GOOD_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 215), "\ %sec-banner-begin%%0%%sec-banner-end%\ %1% is a site \ that uses encryption to protect transmitted information. However one of \ %-cont-%") ResDef(XP_CA_NOT_YET_GOOD_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 216), "\ the Certificate Authorities that identifies this site is not yet valid. \ This may be because a certificate was install too soon by the site \ %-cont-%") ResDef(XP_CA_NOT_YET_GOOD_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 217), "\ administrator, or because the date on your computer is wrong. Press the \ More Info button to see details of the expired certificate.


Certificate \ Authority:
Certificate Valid On:
%2%
%3%
\ %-cont-%") ResDef(XP_CA_NOT_YET_GOOD_DIALOG_STRINGS_5, (SEC_DIALOG_STRING_BASE + 220), "\
Your computer's date is set to %4%. If this date is incorrect, then \ you should reset the date on your computer.

You may continue or cancel \ %-cont-%") ResDef(XP_CA_NOT_YET_GOOD_DIALOG_STRINGS_6, (SEC_DIALOG_STRING_BASE + 221), "\ this connection.") ResDef(XP_SEC_CANCEL, (SEC_DIALOG_STRING_BASE + 222), "\ Cancel") ResDef(XP_SEC_OK, (SEC_DIALOG_STRING_BASE + 223), "\ OK") ResDef(XP_SEC_CONTINUE, (SEC_DIALOG_STRING_BASE + 224), "\ Continue") /* These must match the kludge versions below */ ResDef(XP_SEC_NEXT, (SEC_DIALOG_STRING_BASE + 225), "\ Next>") ResDef(XP_SEC_BACK, (SEC_DIALOG_STRING_BASE + 226), "\ <Back") ResDef(XP_SEC_FINISHED, (SEC_DIALOG_STRING_BASE + 227), "\ Finish") ResDef(XP_SEC_MOREINFO, (SEC_DIALOG_STRING_BASE + 228), "\ More Info...") ResDef(XP_SEC_SHOWCERT, (SEC_DIALOG_STRING_BASE + 229), "\ Show Certificate") ResDef(XP_SEC_SHOWORDER, (SEC_DIALOG_STRING_BASE + 230), "\ Show Order") ResDef(XP_SEC_SHOWDOCINFO, (SEC_DIALOG_STRING_BASE + 231), "\ Show Document Info") /* These must match the original versions above */ ResDef(XP_SEC_NEXT_KLUDGE, (SEC_DIALOG_STRING_BASE + 232), "\ Next>") ResDef(XP_SEC_BACK_KLUDGE, (SEC_DIALOG_STRING_BASE + 233), "\ The certificate that you have selected has expired and may \ %-cont-%") ResDef(XP_CLIENT_CERT_EXPIRED_RENEWAL_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 265), "\ be rejected by the server. You may press %continue% to send it \ anyway, or %cancel% to abort this connection. To renew your \ %-cont-%") ResDef(XP_CLIENT_CERT_EXPIRED_RENEWAL_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 266), "\ certificate press the %renew% button.") ResDef(XP_SEC_RENEW, (SEC_DIALOG_STRING_BASE + 267), "\ Renew") ResDef(XP_CLIENT_CERT_NOT_YET_GOOD_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 268), "\ %sec-banner-begin%%0%%sec-banner-end%\ The certificate that you have selected is not yet valid and may \ be rejected by the server. You may press Continue to send it \ anyway, or Cancel to abort this connection.") ResDef(XP_CLCERTEXP_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 269), "\ Your Certificate Is Expired") ResDef(XP_ASKUSER, (SEC_DIALOG_STRING_BASE + 270), "\ Ask every time") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_PICKAUTO, (SEC_DIALOG_STRING_BASE + 271), "\ Let "MOZ_NAME_PRODUCT" choose automatically") #else ResDef(XP_PICKAUTO, (SEC_DIALOG_STRING_BASE + 271), "\ Let Communicator choose automatically") #endif ResDef(XP_HIGH_GRADE, (SEC_DIALOG_STRING_BASE + 272), "\ 1024 (High Grade)") ResDef(XP_MEDIUM_GRADE, (SEC_DIALOG_STRING_BASE + 273), "\ 768 (Medium Grade)") ResDef(XP_LOW_GRADE, (SEC_DIALOG_STRING_BASE + 274), "\ 512 (Low Grade)") ResDef(XP_VIEW_CERT_POLICY, (SEC_DIALOG_STRING_BASE + 275), "\ View Certificate Policy") ResDef(XP_CHECK_CERT_STATUS, (SEC_DIALOG_STRING_BASE + 276), "\ Check Certificate Status") ResDef(XP_SSL2_RC4_128, (SEC_DIALOG_STRING_BASE + 277), "\ RC4 encryption with a 128-bit key") ResDef(XP_SSL2_RC2_128, (SEC_DIALOG_STRING_BASE + 278), "\ RC2 encryption with a 128-bit key") ResDef(XP_SSL2_DES_192_EDE3, (SEC_DIALOG_STRING_BASE + 279), "\ Triple DES encryption with a 168-bit key") ResDef(XP_SSL2_DES_64, (SEC_DIALOG_STRING_BASE + 280), "\ DES encryption with a 56-bit key") ResDef(XP_SSL2_RC4_40, (SEC_DIALOG_STRING_BASE + 281), "\ RC4 encryption with a 40-bit key") ResDef(XP_SSL2_RC2_40, (SEC_DIALOG_STRING_BASE + 282), "\ RC2 encryption with a 40-bit key") ResDef(XP_SSL3_RSA_RC4_128_MD5, (SEC_DIALOG_STRING_BASE + 283), "\ RC4 encryption with a 128-bit key and an MD5 MAC") ResDef(XP_SSL3_RSA_3DES_SHA, (SEC_DIALOG_STRING_BASE + 284), "\ Triple DES encryption with a 168-bit key and a SHA-1 MAC") ResDef(XP_SSL3_RSA_DES_SHA, (SEC_DIALOG_STRING_BASE + 285), "\ DES encryption with a 56-bit key and a SHA-1 MAC") ResDef(XP_SSL3_RSA_RC4_40_MD5, (SEC_DIALOG_STRING_BASE + 286), "\ RC4 encryption with a 40-bit key and an MD5 MAC") ResDef(XP_SSL3_RSA_RC2_40_MD5, (SEC_DIALOG_STRING_BASE + 287), "\ RC2 encryption with a 40-bit key and an MD5 MAC") ResDef(XP_SSL3_RSA_NULL_MD5, (SEC_DIALOG_STRING_BASE + 288), "\ No encryption with an MD5 MAC") ResDef(XP_DIALOG_SHOW_CRLS, (SEC_DIALOG_STRING_BASE + 289), "\

CRL List:

\
\ %-cont-%") ResDef(XP_DIALOG_SHOW_CRLS_1, (SEC_DIALOG_STRING_BASE + 290), "\ \
%-cont-%") ResDef(XP_DIALOG_SHOW_CRLS_2, (SEC_DIALOG_STRING_BASE + 291), "\ \
%-cont-%") ResDef(XP_DIALOG_SHOW_CRLS_3, (SEC_DIALOG_STRING_BASE + 292), "\ \
%-cont-%") ResDef(XP_DIALOG_SHOW_CRLS_4, (SEC_DIALOG_STRING_BASE + 293), "\ \
%-cont-%") ResDef(XP_DIALOG_SHOW_CRLS_5, (SEC_DIALOG_STRING_BASE + 294), "\
") ResDef(XP_SEC_NEW, (SEC_DIALOG_STRING_BASE + 295), "New/Edit ...") ResDef(XP_SEC_RELOAD, (SEC_DIALOG_STRING_BASE + 296), "\ Reload") ResDef(XP_SEC_DELETE, (SEC_DIALOG_STRING_BASE + 297), "\ Delete") ResDef(XP_SSL3_RSA_FIPS_3DES_SHA, (SEC_DIALOG_STRING_BASE + 298), "\ FIPS 140-1 compliant triple DES encryption and SHA-1 MAC") ResDef(XP_SSL3_RSA_FIPS_DES_SHA, (SEC_DIALOG_STRING_BASE + 299), "\ FIPS 140-1 compliant DES encryption and SHA-1 MAC") ResDef(XP_DIALOG_EDIT_MODULE_TITLE, (SEC_DIALOG_STRING_BASE + 307), "\ Edit Security Module") ResDef(XP_DIALOG_NEW_MODULE_TITLE, (SEC_DIALOG_STRING_BASE + 308), "\ Create a New Security Module") /* Ciphers */ ResDef(XP_SSL3_FORTEZZA_SHA, (SEC_DIALOG_STRING_BASE + 309), "\ FORTEZZA encryption with a 80-bit key and an SHA-1 MAC") ResDef(XP_SSL3_FORTEZZA_RC4_SHA, (SEC_DIALOG_STRING_BASE + 310), "\ FORTEZZA authentication with RC4 128-bit key and an SHA-1 MAC") ResDef(XP_SSL3_FORTEZZA_NULL_SHA, (SEC_DIALOG_STRING_BASE + 311), "\ No encryption with FORTEZZA authentication and an SHA-1 MAC") ResDef(XP_SEC_ENTER_PWD, (SEC_DIALOG_STRING_BASE + 312), "\ Please enter the password or the pin for\n\ %s.") ResDef(XP_SSO_GET_PW_STRINGS, (SEC_DIALOG_STRING_BASE + 313), "\ %sec-banner-begin%%0%%sec-banner-end%\ The %1% has not been initialized with a User PIN or Password. In order \ %-cont-%") ResDef(XP_SSO_GET_PW_STRINGS_1, (SEC_DIALOG_STRING_BASE + 314), "\ to initialize this card, you must enter the Administration or Site Security \ Password. If you do not know this password, please hit cancel, and \ %-cont-%") ResDef(XP_SSO_GET_PW_STRINGS_2, (SEC_DIALOG_STRING_BASE + 315), "\ take this card back to your issuer to be initialized.

Enter adminstration \ Password for the %2%:.") ResDef(XP_PW_RETRY_SSO_STRINGS, (SEC_DIALOG_STRING_BASE + 316), "\ %sec-banner-begin%%0%%sec-banner-end%\ The administration password you entered for the %1% was incorrect. \ %-cont-%") ResDef(XP_PW_RETRY_SSO_STRINGS_1, (SEC_DIALOG_STRING_BASE + 317), "\ Many cards disable themselves after too many incorrect password attempts. \ If you do not know this password, please hit cancel, and take this card \ %-cont-%") ResDef(XP_PW_RETRY_SSO_STRINGS_2, (SEC_DIALOG_STRING_BASE + 318), "\ back to your issuer to be initialized.

Enter adminstration Password for \ the %2%:.") ResDef(XP_PW_SETUP_SSO_FAIL_STRINGS, (SEC_DIALOG_STRING_BASE + 319), "\ %sec-banner-begin%%0%%sec-banner-end%\ The %1% could not be initialized because of the following error:

\ %2%") ResDef(XP_SEC_EDIT, (SEC_DIALOG_STRING_BASE + 320), "\ Edit Defaults...") ResDef(XP_SEC_LOGIN, (SEC_DIALOG_STRING_BASE + 321), "\ Login") ResDef(XP_SEC_LOGOUT, (SEC_DIALOG_STRING_BASE + 322), "\ Logout") ResDef(XP_SECURITY_ADVISOR, (SEC_DIALOG_STRING_BASE + 323), "\ %0%%1%%2%%3%%4%%5%") ResDef(XP_SECURITY_ADVISOR_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 324), "\ Security Info") ResDef(XP_SEC_SETPASSWORD, (SEC_DIALOG_STRING_BASE + 325), "\ Set Password...") ResDef(XP_SEC_NO_LOGIN_NEEDED, (SEC_DIALOG_STRING_BASE + 326), "\ Slot or Token does not require a login.") ResDef(XP_SEC_ALREADY_LOGGED_IN, (SEC_DIALOG_STRING_BASE + 327), "\ Slot or Token is already logged in.") ResDef(XP_KEY_GEN_TOKEN_SELECT, (SEC_DIALOG_STRING_BASE + 328), "\

Select the card or database you wish to generate your key in:\ %1% \ %-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_2, (SEC_DIALOG_STRING_BASE + 341), "\ %-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_3, (SEC_DIALOG_STRING_BASE + 342), "\ \ %-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_4, (SEC_DIALOG_STRING_BASE + 343), "\ \ \ %-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_5, (SEC_DIALOG_STRING_BASE + 344), "\
For this session only:
%-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_6, (SEC_DIALOG_STRING_BASE + 345), "\ \
%-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_7, (SEC_DIALOG_STRING_BASE + 346), "\ \ \ %-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_8, (SEC_DIALOG_STRING_BASE + 347), "\
Never:
%-cont-%") ResDef(XP_EDIT_JAVA_PRIVILEGES_STRINGS_9, (SEC_DIALOG_STRING_BASE + 348), "\ \
") ResDef(XP_DELETE_JAVA_PRIV_STRINGS, (SEC_DIALOG_STRING_BASE + 349), "\ Are you sure that you want to delete the %0% privileges for \ all applets and scripts from %1%?") ResDef(XP_MOREINFO_JAVA_PRIV_STRINGS, (SEC_DIALOG_STRING_BASE + 350), "\ %0% is a %1% access.
\

    It consists of:
") /* 0 is cert name, 1 risk, 2 targets, 3 view cert button */ ResDef(XP_SIGNED_CERT_PRIV_STRINGS, (SEC_DIALOG_STRING_BASE + 351), "\ \ JavaScript or a Java applet from \042%0%\042 is requesting additional \ privileges.



\ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_1, (SEC_DIALOG_STRING_BASE + 352), "\ Granting the following is %1% risk:

\ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_2, (SEC_DIALOG_STRING_BASE + 353), "\

\ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_3, (SEC_DIALOG_STRING_BASE + 354), "\
\ \


\ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_4, (SEC_DIALOG_STRING_BASE + 355), "\ Remember this decision
\ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_5, (SEC_DIALOG_STRING_BASE + 356), "\
\
\   \   \ %-cont-%") ResDef(XP_SIGNED_CERT_PRIV_STRINGS_6, (SEC_DIALOG_STRING_BASE + 357), "\
\
") /* 0 is cert name, 1 risk, 2 targets. */ ResDef(XP_SIGNED_APPLET_PRIV_STRINGS, (SEC_DIALOG_STRING_BASE + 359), "\
\ JavaScript or a Java applet from \042%0%\042 is requesting additional \ privileges. It is not digitally signed.



\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_1, (SEC_DIALOG_STRING_BASE + 360), "\ Granting the following is %1% risk:

\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_2, (SEC_DIALOG_STRING_BASE + 361), "\

\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_3, (SEC_DIALOG_STRING_BASE + 362), "\
\ \


\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_4, (SEC_DIALOG_STRING_BASE + 363), "\ Remember this decision
\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_5, (SEC_DIALOG_STRING_BASE + 364), "\
\
  \
\ %-cont-%") ResDef(XP_SIGNED_APPLET_PRIV_STRINGS_6, (SEC_DIALOG_STRING_BASE + 365), "\
") ResDef(XP_DIALOG_NEW_MODULE, (SEC_DIALOG_STRING_BASE + 366), "\ Security Module Name:
\ Security Module File:
") ResDef(XP_SEC_MODULE_NO_LIB, (SEC_DIALOG_STRING_BASE + 367), "\ You must specify a PKCS #11 Version 2.0 library to load\n") ResDef(XP_DIALOG_SLOT_INFO, (SEC_DIALOG_STRING_BASE + 368), "\ Slot Description: %0%
Manufacturer: %1%
\ Version Number: %2%
Firmware Version: %3%
\ %-cont-%") ResDef(XP_DIALOG_SLOT_INFO_1, (SEC_DIALOG_STRING_BASE + 369), "\ %4%Token Name: %5%
Token Manufacturer:%6%
\ Token Model: %7%
Token Serial Number:%8%
\ %-cont-%") ResDef(XP_DIALOG_SLOT_INFO_2, (SEC_DIALOG_STRING_BASE + 370), "\ Token Version: %9%
Token Firmware Version: %10%
\ Login Type: %11%
State:%12%%13%%14%") ResDef(XP_DIALOG_SLOT_INFO_TITLE, (SEC_DIALOG_STRING_BASE + 371), "\ Token/Slot Information") ResDef(XP_SLOT_LOGIN_REQUIRED, (SEC_DIALOG_STRING_BASE + 372), "\ Login Required") ResDef(XP_SLOT_NO_LOGIN_REQUIRED, (SEC_DIALOG_STRING_BASE + 373), "\ Public (no login required)") ResDef(XP_SLOT_READY, (SEC_DIALOG_STRING_BASE + 374), "\ Ready") ResDef(XP_SLOT_NOT_LOGGED_IN, (SEC_DIALOG_STRING_BASE + 375), "\ Not Logged In") ResDef(XP_SLOT_UNITIALIZED, (SEC_DIALOG_STRING_BASE + 376), "\ Uninitialized") ResDef(XP_SLOT_NOT_PRESENT, (SEC_DIALOG_STRING_BASE + 377), "\ Not Present") ResDef(XP_SLOT_DISABLED, (SEC_DIALOG_STRING_BASE + 378), "\ Disabled(") ResDef(XP_SLOT_DISABLED_2, (SEC_DIALOG_STRING_BASE + 379), "\ )") ResDef(XP_SLOT_PASSWORD_INIT, (SEC_DIALOG_STRING_BASE + 380), "\ Initialize Token") ResDef(XP_SLOT_PASSWORD_CHANGE, (SEC_DIALOG_STRING_BASE + 381), "\ Change Password ") ResDef(XP_SLOT_PASSWORD_SET, (SEC_DIALOG_STRING_BASE + 382), "\ Set Password ") ResDef(XP_SLOT_PASSWORD_NO, (SEC_DIALOG_STRING_BASE + 383), "\ No Password ") ResDef(XP_DOWNLOAD_EMAIL_CERT_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 384), "\ %sec-banner-begin%%0%%sec-banner-end%\ You are downloading the e-mail certificate of another user. After accepting \ %-cont-%") ResDef(XP_DOWNLOAD_EMAIL_CERT_DIALOG_STRINGS_1, (SEC_DIALOG_STRING_BASE + 385), "\ this certificate you will be able to send encrypted e-mail to this user. \ Press the More Info button to see details of the e-mail certificate. \ %-cont-%") ResDef(XP_DOWNLOAD_EMAIL_CERT_DIALOG_STRINGS_2, (SEC_DIALOG_STRING_BASE + 386), "\
\ \
Certificate For:\ %-cont-%") ResDef(XP_DOWNLOAD_EMAIL_CERT_DIALOG_STRINGS_3, (SEC_DIALOG_STRING_BASE + 387), "\ %1%
\ Email Address:%2%
\ %-cont-%") ResDef(XP_DOWNLOAD_EMAIL_CERT_DIALOG_STRINGS_4, (SEC_DIALOG_STRING_BASE + 388), "\ Certified By:%3%
\ \

") ResDef(XP_EMAIL_CERT_DOWNLOAD_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 389), "\ Download an E-Mail Certificate") ResDef(XP_CA_CERT_SSL_OK_STRING, (SEC_DIALOG_STRING_BASE + 390), "\ Accept this Certificate Authority for Certifying network sites") ResDef(XP_CA_CERT_EMAIL_OK_STRING, (SEC_DIALOG_STRING_BASE + 391), "\ Accept this Certificate Authority for Certifying e-mail users") ResDef(XP_CA_CERT_OBJECT_SIGNING_OK_STRING, (SEC_DIALOG_STRING_BASE + 392), "\ Accept this Certificate Authority for Certifying software developers") ResDef(XP_CERT_MULTI_SUBJECT_SELECT_STRING, (SEC_DIALOG_STRING_BASE + 393), "\ %0%

%1%") ResDef(XP_CERT_MULTI_SUBJECT_SELECT_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 394), "\ Select A Certificate") ResDef(XP_CERT_SELECT_EDIT_STRING, (SEC_DIALOG_STRING_BASE + 395), "\ Please select a certificate to edit:

") ResDef(XP_CERT_SELECT_DEL_STRING, (SEC_DIALOG_STRING_BASE + 396), "\ Please select a certificate to delete:

") ResDef(XP_CERT_SELECT_VIEW_STRING, (SEC_DIALOG_STRING_BASE + 397), "\ Please select a certificate to view:

") ResDef(XP_CERT_SELECT_VERIFY_STRING, (SEC_DIALOG_STRING_BASE + 398), "\ Please select a certificate to verify:

") ResDef(XP_DEL_EMAIL_CERT_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 399), "\ Delete An E-mail Certificate") ResDef(XP_DELETE_EMAIL_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 400), "\ Are you sure that you want to delete this E-mail Certificate?

%0%") ResDef(XP_SET_EMAIL_CERT_STRING, (SEC_DIALOG_STRING_BASE + 401), "\ \ Make this the default Certificate for signed and encrypted e-mail") /* * NOTE to Translators: The following strings are part of a PKCS #11 standard * they must be exactly 32 bytes long (space padded). If they are not, * Communicator will revert to it's old strings */ ResDef(SEC_PK11_MANUFACTURER, (SEC_DIALOG_STRING_BASE + 402), "\ "MOZ_NAME_COMPANY" ") #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_PK11_LIBARARY, (SEC_DIALOG_STRING_BASE + 403), "\ "MOZ_NAME_PRODUCT" Internal Crypto Svc ") #else ResDef(SEC_PK11_LIBARARY, (SEC_DIALOG_STRING_BASE + 403), "\ Communicator Internal Crypto Svc") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_PK11_TOKEN, (SEC_DIALOG_STRING_BASE + 404), "\ "MOZ_NAME_PRODUCT" Generic Crypto Svcs ") #else ResDef(SEC_PK11_TOKEN, (SEC_DIALOG_STRING_BASE + 404), "\ Communicator Generic Crypto Svcs") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_PK11_PRIV_TOKEN, (SEC_DIALOG_STRING_BASE + 405), "\ "MOZ_NAME_PRODUCT" Certificate DB ") #else ResDef(SEC_PK11_PRIV_TOKEN, (SEC_DIALOG_STRING_BASE + 405), "\ Communicator Certificate DB ") #endif /* * NOTE to Translators: The following strings are part of a PKCS #11 standard * they must be exactly 64 bytes long (space padded). If they are not, * Communicator will revert to it's old strings */ #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_PK11_SLOT, (SEC_DIALOG_STRING_BASE + 406), "\ "MOZ_NAME_PRODUCT" Internal Cryptographic Services Version 4.0 ") #else ResDef(SEC_PK11_SLOT, (SEC_DIALOG_STRING_BASE + 406), "\ Communicator Internal Cryptographic Services Version 4.0 ") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(SEC_PK11_PRIV_SLOT, (SEC_DIALOG_STRING_BASE + 407), "\ "MOZ_NAME_PRODUCT" User Private Key and Certificate Services ") #else ResDef(SEC_PK11_PRIV_SLOT, (SEC_DIALOG_STRING_BASE + 407), "\ Communicator User Private Key and Certificate Services ") #endif ResDef(SEC_PK11_FIPS_SLOT, (SEC_DIALOG_STRING_BASE + 408), "\ "MOZ_NAME_BRAND" Internal FIPS-140-1 Cryptographic Services ") ResDef(SEC_PK11_FIPS_PRIV_SLOT, (SEC_DIALOG_STRING_BASE + 409), "\ "MOZ_NAME_BRAND" FIPS-140-1 User Private Key Services ") ResDef(XP_VERIFY_CERT_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 410), "\ Verification of the selected certificate failed for the following \ reasons:

%0%") ResDef(XP_VERIFYCERT_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 411), "\ Verify A Certificate") ResDef(XP_VERIFY_CERT_OK_DIALOG_STRING, (SEC_DIALOG_STRING_BASE + 412), "\ The Certificate has been successfully verified.") ResDef(XP_VERIFY_ERROR_EXPIRED, (SEC_DIALOG_STRING_BASE + 413), "\ Certificate has expired") ResDef(XP_VERIFY_ERROR_NOT_CERTIFIED, (SEC_DIALOG_STRING_BASE + 414), "\ Not certified for %s") ResDef(XP_VERIFY_ERROR_NOT_TRUSTED, (SEC_DIALOG_STRING_BASE + 415), "\ Certificate not trusted") ResDef(XP_VERIFY_ERROR_NO_CA, (SEC_DIALOG_STRING_BASE + 416), "\ Unable to find Certificate Authority") ResDef(XP_VERIFY_ERROR_BAD_SIG, (SEC_DIALOG_STRING_BASE + 417), "\ Certificate signature is invalid") ResDef(XP_VERIFY_ERROR_BAD_CRL, (SEC_DIALOG_STRING_BASE + 418), "\ Certificate Revocation List is invalid") ResDef(XP_VERIFY_ERROR_REVOKED, (SEC_DIALOG_STRING_BASE + 419), "\ Certificate has been revoked") ResDef(XP_VERIFY_ERROR_NOT_CA, (SEC_DIALOG_STRING_BASE + 420), "\ Not a valid Certificate Authority") ResDef(XP_VERIFY_ERROR_INTERNAL_ERROR, (SEC_DIALOG_STRING_BASE + 421), "\ Internal Error") ResDef(XP_VERIFY_ERROR_SIGNING, (SEC_DIALOG_STRING_BASE + 422), "\ Digital Signing") ResDef(XP_VERIFY_ERROR_ENCRYPTION, (SEC_DIALOG_STRING_BASE + 423), "\ Encryption") ResDef(XP_VERIFY_ERROR_CERT_SIGNING, (SEC_DIALOG_STRING_BASE + 424), "\ Certificate Signing") ResDef(XP_VERIFY_ERROR_CERT_UNKNOWN_USAGE, (SEC_DIALOG_STRING_BASE + 425), "\ Unknown Usage") ResDef(XP_VERIFY_ERROR_EMAIL_CA, (SEC_DIALOG_STRING_BASE + 426), "\ E-Mail Certification") ResDef(XP_VERIFY_ERROR_SSL_CA, (SEC_DIALOG_STRING_BASE + 427), "\ Internet Site Certification") ResDef(XP_VERIFY_ERROR_OBJECT_SIGNING_CA, (SEC_DIALOG_STRING_BASE + 428), "\ Software Developer Certification") ResDef(XP_VERIFY_ERROR_EMAIL, (SEC_DIALOG_STRING_BASE + 429), "\ E-Mail") ResDef(XP_VERIFY_ERROR_SSL, (SEC_DIALOG_STRING_BASE + 430), "\ Internet Site") ResDef(XP_VERIFY_ERROR_OBJECT_SIGNING, (SEC_DIALOG_STRING_BASE + 431), "\ Software Developer") ResDef(XP_DIALOG_NULL_STRINGS, (SEC_DIALOG_STRING_BASE + 432), "\ %0%") ResDef(XP_FIPS_MESSAGE_1, (SEC_DIALOG_STRING_BASE + 433), "\ This will replace the "MOZ_NAME_PRODUCT" internal module with the "MOZ_NAME_PRODUCT" FIPS-140-1 \ cryptographic module.\n\nThe FIPS-140-1 cryptographic module limits security ") ResDef(XP_FIPS_MESSAGE_2, (SEC_DIALOG_STRING_BASE + 434), "\ functions to those approved by the United States Federal Government's internal \ standards.\n\nDo you wish to delete the internal module, anyway?") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_INT_MODULE_MESSAGE_1, (SEC_DIALOG_STRING_BASE + 435), "\ This will replace the FIPS-140-1 cryptographic module with the "MOZ_NAME_PRODUCT" \ internal module.\n\nThis means that "MOZ_NAME_PRODUCT" will no longer be FIPS-140-1 \ compliant (security ") #else ResDef(XP_INT_MODULE_MESSAGE_1, (SEC_DIALOG_STRING_BASE + 435), "\ This will replace the FIPS-140-1 cryptographic module with the "MOZ_NAME_PRODUCT" \ internal module.\n\nThis means that Communicator will no longer be FIPS-140-1 \ compliant (security ") #endif ResDef(XP_INT_MODULE_MESSAGE_2, (SEC_DIALOG_STRING_BASE + 436), "\ functions to those approved by the United States Federal Government's internal \ standards).\n\nDo you wish to delete the FIPS-140-1 module, anyway?") ResDef(XP_SEC_FETCH, (SEC_DIALOG_STRING_BASE + 437), "\ Search") ResDef(XP_DIALOG_FETCH_TITLE, (SEC_DIALOG_STRING_BASE + 438), "\ Search Directory for Certificates") ResDef(XP_DIALOG_FETCH_CANCEL_BUTTON_STRINGS, (SEC_DIALOG_STRING_BASE + 439), "\

  %0%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_DIALOG_FETCH_STRINGS, (SEC_DIALOG_STRING_BASE + 440), "\ "MOZ_NAME_PRODUCT" will search network Directories for the Security Certificates \ that are used to send other people encrypted mail messages.

Enter the exact E-mail \ %-cont-%") #else ResDef(XP_DIALOG_FETCH_STRINGS, (SEC_DIALOG_STRING_BASE + 440), "\ Communicator will search network Directories for the Security Certificates \ that are used to send other people encrypted mail messages.

Enter the exact E-mail \ %-cont-%") #endif ResDef(XP_DIALOG_FETCH_STRINGS2, (SEC_DIALOG_STRING_BASE + 441), "\ addresses of the people you are looking for and press Search. \ \ \ \ \ %-cont-%") ResDef(XP_DIALOG_FETCH_STRINGS4, (SEC_DIALOG_STRING_BASE + 443), "\ \ \ \ \
Directory:
E-mail Addresses:
") ResDef(XP_DIALOG_ALL_DIRECTORIES, (SEC_DIALOG_STRING_BASE + 444), "\ All Directories") ResDef(XP_DIALOG_FETCH_RESULTS_TITLE, (SEC_DIALOG_STRING_BASE + 445), "\ Search Results") ResDef(XP_DIALOG_FETCH_RESULTS_STRINGS, (SEC_DIALOG_STRING_BASE + 446), "\ Press the %ok% button to save the Certificates that were found, or \ %cancel% to discard them.

\ Certificates for the following E-Mail users were found in the \ directory:
\ %0%

%1%%2%") ResDef(XP_DIALOG_FETCH_NOT_FOUND_STRINGS, (SEC_DIALOG_STRING_BASE + 447), "\ Certificates for the following E-Mail users were not found in the \ directory:
") ResDef(XP_DIALOG_PUBLISH_CERT_TITLE, (SEC_DIALOG_STRING_BASE + 448), "\ Send Your E-Mail Certificate To A Directory") ResDef(XP_DIALOG_PUBLISH_CERT_STRINGS, (SEC_DIALOG_STRING_BASE + 449), "\ Select the Directory to send your \ Certificate to:

\
\ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_DIALOG_PUBLISH_CERT_STRINGS2, (SEC_DIALOG_STRING_BASE + 450), "\ "MOZ_NAME_PRODUCT" will send your Security Certificate to a network Directory \ so that other user's can easily find it to send you \ encrypted messages.") #else ResDef(XP_DIALOG_PUBLISH_CERT_STRINGS2, (SEC_DIALOG_STRING_BASE + 450), "\ Communicator will send your Security Certificate to a network Directory \ so that other user's can easily find it to send you \ encrypted messages.") #endif ResDef(XP_STATUS_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 451), "\ %0%%1%%2%%3%%4%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_DIALOG_FETCH2_STRINGS, (SEC_DIALOG_STRING_BASE + 452), "\ "MOZ_NAME_PRODUCT" will search a Directory for the Security \ Certificates that are needed to send this encrypted message. \ %-cont-%") #else ResDef(XP_DIALOG_FETCH2_STRINGS, (SEC_DIALOG_STRING_BASE + 452), "\ Communicator will search a Directory for the Security \ Certificates that are needed to send this encrypted message. \ %-cont-%") #endif ResDef(XP_DIALOG_FETCH2_STRINGS2, (SEC_DIALOG_STRING_BASE + 453), "\ \ \ \ \ \ \ \ \ \
Select a Directory:
Searching For:%2%
") ResDef(XP_SENDING_TO_DIRECTORY, (SEC_DIALOG_STRING_BASE + 455), "\ Sending to Directory") ResDef(XP_SEARCHING_DIRECTORY, (SEC_DIALOG_STRING_BASE + 456), "\ Searching Directory") ResDef(XP_DIRECTORY_PASSWORD, (SEC_DIALOG_STRING_BASE + 457), "\ Enter Password for Directory") ResDef(XP_DIRECTORY_ERROR, (SEC_DIALOG_STRING_BASE + 458), "\ An error occurred when communicating with the Directory") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_KEY_GEN_MOREINFO_STRINGS, (SEC_DIALOG_STRING_BASE + 459), "\ %sec-banner-begin%%0%%sec-banner-end%\ "MOZ_NAME_PRODUCT" is about to generate a Private Key for you. It will be used \ along with the Certificate you are now \ %-cont-%") #else ResDef(XP_KEY_GEN_MOREINFO_STRINGS, (SEC_DIALOG_STRING_BASE + 459), "\ %sec-banner-begin%%0%%sec-banner-end%\ Communicator is about to generate a Private Key for you. It will be used \ along with the Certificate you are now \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_KEY_GEN_MOREINFO_STRINGS_1, (SEC_DIALOG_STRING_BASE + 460), "\ requesting to identify you to Web\ Sites and via Email. You Private Key never leaves your computer, and if you \ choose, will be protected by a "MOZ_NAME_PRODUCT" password.

\ %-cont-%") #else ResDef(XP_KEY_GEN_MOREINFO_STRINGS_1, (SEC_DIALOG_STRING_BASE + 460), "\ requesting to identify you to Web\ Sites and via Email. You Private Key never leaves your computer, and if you \ choose, will be protected by a Communicator password.

\ %-cont-%") #endif ResDef(XP_KEY_GEN_MOREINFO_STRINGS_2, (SEC_DIALOG_STRING_BASE + 461), "\ Passwords are particularly important if you are in an environment where other \ people have access to your computer, either physically or over a network. \ %-cont-%") ResDef(XP_KEY_GEN_MOREINFO_STRINGS_3, (SEC_DIALOG_STRING_BASE + 462), "\ Do not give others your password, because that would allow them to use your \ Certificate to impersonate you.

\ %-cont-%") #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_KEY_GEN_MOREINFO_STRINGS_4, (SEC_DIALOG_STRING_BASE + 463), "\ "MOZ_NAME_PRODUCT" uses a complex mathematical operation to generate your private \ key. It may take up to severeal minutes to complete. If you interrupt \ %-cont-%") #else ResDef(XP_KEY_GEN_MOREINFO_STRINGS_4, (SEC_DIALOG_STRING_BASE + 463), "\ Communicator uses a complex mathematical operation to generate your private \ key. It may take up to severeal minutes to complete. If you interrupt \ %-cont-%") #endif #ifndef MOZ_COMMUNICATOR_NAME ResDef(XP_KEY_GEN_MOREINFO_STRINGS_5, (SEC_DIALOG_STRING_BASE + 464), "\ "MOZ_NAME_PRODUCT" during this process, it will not create your key, and you will \ have to reapply for your Certificate.") #else ResDef(XP_KEY_GEN_MOREINFO_STRINGS_5, (SEC_DIALOG_STRING_BASE + 464), "\ Communicator during this process, it will not create your key, and you will \ have to reapply for your Certificate.") #endif ResDef(XP_PW_MOREINFO_STRINGS, (SEC_DIALOG_STRING_BASE + 465), "\ %sec-banner-begin%%0%%sec-banner-end%\ Passwords are particularly important if you are in an environment where other \ %-cont-%") ResDef(XP_PW_MOREINFO_STRINGS_1, (SEC_DIALOG_STRING_BASE + 466), "\ people have access to your computer, either physically or over a network. \ Do not give others your password, because that would allow them to use your \ %-cont-%") ResDef(XP_PW_MOREINFO_STRINGS_2, (SEC_DIALOG_STRING_BASE + 467), "\ Certificate to impersonate you.

The safest passwords are at least 8 \ characters long, include both letters, and number or symbols, and contain \ no words found in a dictionary.") ResDef(XP_PKCS12_TITLE_STRING, (SEC_DIALOG_STRING_BASE + 468), "\ Select a Card or Database") ResDef(XP_PKCS12_SELECT_DIALOG_STRINGS, (SEC_DIALOG_STRING_BASE + 469), "\ Select the card or database you wish to import certificates to:
\ ") ResDef(XP_VERIFY_NOT_FORTEZZA_CA, (SEC_DIALOG_STRING_BASE + 470), "\ Not a valid FORTEZZA Certificate Authority") ResDef(XP_VERIFY_NO_PUBLIC_KEY, (SEC_DIALOG_STRING_BASE + 471), "\ Certificate does not have a Recognized Public Key") #ifdef XP_MAC ResDef(XP_PREENC_SAVE_PROMPT, (SEC_DIALOG_STRING_BASE + 472), "\ Save this file encrypted [yes] or unencrypted [no]") #else ResDef(XP_PREENC_SAVE_PROMPT, (SEC_DIALOG_STRING_BASE + 472), "\ Save this file encrypted [ok] or unencrypted [cancel]") #endif ResDef(XP_SEC_ERROR_PWD, (SEC_DIALOG_STRING_BASE + 473), "\ Successive login failures may disable this card or database. \ Password is invalid. Retry?\n\ %s\n") ResDef(XP_VERIFY_NO_KRL, (SEC_DIALOG_STRING_BASE + 474), "No key revocation list for the certificate has been found.\n\ You must load the key revocation list before continuing.") ResDef(XP_VERIFY_KRL_EXPIRED, (SEC_DIALOG_STRING_BASE + 475), "The key revocation list for the certificate has expired.\n\ Reload a new key revocation list.") ResDef(XP_VERIFY_KRL_BAD_SIGNATURE, (SEC_DIALOG_STRING_BASE + 476), "The key revocation list for the certificate has an invalid signature.\n\ Reload a new key revocation list.") ResDef(XP_VERIFY_REVOKED_KEY, (SEC_DIALOG_STRING_BASE + 477), "The key for the certificate has been revoked.") ResDef(XP_VERIFY_KRL_INVALID, (SEC_DIALOG_STRING_BASE + 478), "The key revocation list has an invalid format.") ResDef(XP_VERIFY_BAD_CERT_DOMAIN, (SEC_DIALOG_STRING_BASE + 479), MOZ_NAME_BRAND" is unable to communicate securely with this site\n\ because the domain to which you are attempting to connect\n\ does not match the domain name in the server's certificate.") /* Fortezza SMIME strings */ ResDef(XP_SMIME_SKIPJACK, (SEC_DIALOG_STRING_BASE + 480), "\ FORTEZZA SKIPJACK encryption with an 80-bit key") /* New Security Advisor->Crypto Modules->Edit menu */ ResDef(XP_DIALOG_EDIT_MODULE, (SEC_DIALOG_STRING_BASE + 481), "\ Security Module Name: %0%\
\ Security Module File: %3%\
\ %-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_0, (SEC_DIALOG_STRING_BASE + 482), "\ Manufacturer: %6%
Description:%8%
\ PKCS #11 Version: %7%
\ Library Version: %9%
%-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_1, (SEC_DIALOG_STRING_BASE + 483), "\

\ \
%-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_2, (SEC_DIALOG_STRING_BASE + 484), "\ \
%-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_3, (SEC_DIALOG_STRING_BASE + 485), "\ \
%-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_4, (SEC_DIALOG_STRING_BASE + 486), "\ \
\ \
%-cont-%") ResDef(XP_DIALOG_EDIT_MODULE_5, (SEC_DIALOG_STRING_BASE + 487), "\
") ResDef(XP_SEC_CONFIG, (SEC_DIALOG_STRING_BASE + 491), "\ Config") /* Config Slot/Token */ ResDef(XP_DIALOG_CONFIG_SLOT, (SEC_DIALOG_STRING_BASE + 492), "\

Module Name: %0%\
Slot Description: %1%\
Token Name: %2%\
Remarks: %3%


\ %-cont-%") ResDef(XP_DIALOG_CONFIG_SLOT_0, (SEC_DIALOG_STRING_BASE + 493), "\

\

\ Disable this token. \ %-cont-%") ResDef(XP_DIALOG_CONFIG_SLOT_1, (SEC_DIALOG_STRING_BASE + 494), "\

\

\
\ Enable this token and turn on the following functions: \ %6%\
") /* display this if try to configure a slot w/o token */ ResDef(XP_DIALOG_CONFIG_SLOT_NO_SLOT, (SEC_DIALOG_STRING_BASE + 495), "\

Module Name: %0%\
Slot Description: %1%\
Token Name: %2%\


\ %-cont-%") ResDef(XP_DIALOG_CONFIG_SLOT_NO_SLOT_0, (SEC_DIALOG_STRING_BASE + 496), "\

\ %3%
%4%
%5%\

") ResDef(XP_DIALOG_CONFIG_SLOT_TITLE, (SEC_DIALOG_STRING_BASE + 497), "\ Configure Slot") /* define prompts for lm_pkcs11.c */ /* squeezed in this space */ ResDef(XP_JS_PKCS11_MOD_PROMPT, (SEC_DIALOG_STRING_BASE + 498), "Module Name: ") ResDef(XP_JS_PKCS11_DLL_PROMPT, (SEC_DIALOG_STRING_BASE + 499), "File: ") /* some Mechanism Type labels */ ResDef(XP_CKM_RSA_PKCS_LABEL, (SEC_DIALOG_STRING_BASE + 500),\ "RSA PKCS encryption") /* define some messages for lm_pkcs11.c */ ResDef(XP_JS_PKCS11_EXTERNAL_DELETED, (SEC_DIALOG_STRING_BASE + 501), "External security module successfully deleted") ResDef(XP_JS_PKCS11_INTERNAL_DELETED, (SEC_DIALOG_STRING_BASE + 502), "Internal security module successfully deleted") ResDef(XP_JS_PKCS11_ADD_MOD_SUCCESS, (SEC_DIALOG_STRING_BASE + 503), "A new security module has been installed") ResDef(XP_JS_PKCS11_ADD_MOD_WARN, (SEC_DIALOG_STRING_BASE + 504), "Are you sure you want to install this security module?") ResDef(XP_JS_PKCS11_DEL_MOD_WARN, (SEC_DIALOG_STRING_BASE + 505), "Are you sure you want to delete this security module?") ResDef(XP_SEC_PROMPT_FOR_NICKNAME, (SEC_DIALOG_STRING_BASE + 506), "Enter a nickname for the certificate:") /* Security Advisor->Signers->CRL's */ ResDef(XP_DIALOG_SHOW_CRLS_TITLE, (SEC_DIALOG_STRING_BASE + 507), "\ View/Edit CRL's") ResDef(XP_DIALOG_SHOW_CRL, (SEC_DIALOG_STRING_BASE + 508), "\

%0%

\ URL:%1%
Last Update:%2%
Next Update:%3% %4%
\ Signed by:
    %5%

\
") ResDef(XP_DIALOG_NEW_CRL, (SEC_DIALOG_STRING_BASE + 509), "\ Enter the URL of the new CRL/CKL to load:") ResDef(XP_DIALOG_EDIT_CRL, (SEC_DIALOG_STRING_BASE + 510), "\

%0%

\ Enter the URL of the Certificate Revocation List.

\ URL:") ResDef(XP_DIALOG_NO_CRL_SELECTED, (SEC_DIALOG_STRING_BASE + 511), "\ No CRL was selected. Please select a CRL from the list.") ResDef(XP_DIALOG_NO_URL_FOR_CRL, (SEC_DIALOG_STRING_BASE + 512), "\ Selected CRL does not have a valid URL to load from.\n\ Use 'New/Edit...' to set the URL.") ResDef(XP_DIALOG_CRL_EXPIRED_TAG, (SEC_DIALOG_STRING_BASE + 513), "\ Expired") ResDef(XP_DIALOG_NO_URL_GIVEN, (SEC_DIALOG_STRING_BASE + 514), "\ You did not enter a URL: No new CRL loaded.") ResDef(XP_DIALOG_CRL_EDIT_TITLE, (SEC_DIALOG_STRING_BASE + 515), "\ Edit CRL") ResDef(XP_DIALOG_CRLS_TITLE, (SEC_DIALOG_STRING_BASE + 516), "\ CRL") ResDef(XP_DIALOG_JS_HEADER_STRINGS_WITH_UTF8_CHARSET, (SEC_DIALOG_STRING_BASE + 517), "\ \ %0%\n\ \n\ %-cont-%") ResDef (MK_MSG_ASK_HTML_MAIL_4, XP_MSG_BASE + 947, "\ \n\ \n\ \n\ %-cont-%") ResDef (MK_MSG_ASK_HTML_MAIL_5, XP_MSG_BASE + 948, "\ \n\ \n\ \n\ ") /* Reserve a bunch extra, just in case. */ ResDef (MK_MSG_ASK_HTML_MAIL_6, XP_MSG_BASE + 949, "") ResDef (MK_MSG_ASK_HTML_MAIL_7, XP_MSG_BASE + 950, "") ResDef (MK_MSG_ASK_HTML_MAIL_8, XP_MSG_BASE + 951, "") ResDef (MK_MSG_ASK_HTML_MAIL_9, XP_MSG_BASE + 952, "") ResDef (MK_MSG_ASK_HTML_MAIL_10, XP_MSG_BASE + 953, "") /* String to use to indicate everyone at a given domain. Used as in "@netscape.com". */ ResDef (MK_MSG_EVERYONE, XP_MSG_BASE + 954, "") ResDef (MK_MSG_HTML_RECIPIENTS_TITLE, XP_MSG_BASE + 955, "HTML Recipients") ResDef (MK_MSG_HTML_RECIPIENTS, XP_MSG_BASE + 956, "\ The recipients and domains below are not listed as being able to read\n\ HTML messages. If this listing is incorrect, you may change it below.\n\ %-cont-%") ResDef (MK_MSG_HTML_RECIPIENTS_1, XP_MSG_BASE + 957, "\

\n\ \n\ \n\ \n\ \n\ \n\ \n\ \n\ \n\ \n\ \n\ \n\
Does not prefer HTMLPrefers HTML
\n\ \n\ \n\
\n\ \n\ %-cont-%") ResDef (MK_MSG_HTML_RECIPIENTS_3, XP_MSG_BASE + 959, "\

\n\ \n\

\n\
\n\ \n\
\n\

\n\

\n\ %-cont-%") ResDef (MK_MSG_HTML_RECIPIENTS_5, XP_MSG_BASE + 961, "\ \n\ \n\ \n\ %-cont-%") ResDef (MK_MSG_HTML_RECIPIENTS_6, XP_MSG_BASE + 962, "\ \n\ \n\
\n\ \n\ ") /* Reserve a bunch extra, just in case. */ ResDef (MK_MSG_HTML_RECIPIENTS_7, XP_MSG_BASE + 963, "") ResDef (MK_MSG_HTML_RECIPIENTS_8, XP_MSG_BASE + 964, "") ResDef (MK_MSG_HTML_RECIPIENTS_9, XP_MSG_BASE + 965, "") ResDef (MK_MSG_HTML_RECIPIENTS_10, XP_MSG_BASE + 966, "") ResDef (MK_MSG_HTML_RECIPIENTS_11, XP_MSG_BASE + 967, "") ResDef (MK_ADDR_ENTRY_ALREADY_EXISTS, XP_MSG_BASE + 968, "An Address Book entry with this name and email address already exists.") ResDef (MK_ADDR_ENTRY_ALREADY_IN_LIST, XP_MSG_BASE + 969, "This Address Book entry is already a member of this list.") ResDef (MK_LDAP_CUSTOM1, XP_MSG_BASE + 970, "Custom 1") ResDef (MK_LDAP_CUSTOM2, XP_MSG_BASE + 971, "Custom 2") ResDef (MK_LDAP_CUSTOM3, XP_MSG_BASE + 972, "Custom 3") ResDef (MK_LDAP_CUSTOM4, XP_MSG_BASE + 973, "Custom 4") ResDef (MK_LDAP_CUSTOM5, XP_MSG_BASE + 974, "Custom 5") ResDef (MK_ADDR_ADD_PERSON_TO_ABOOK, XP_MSG_BASE + 975, "Mailing lists can only contain entries from the Personal Address Book.\n\ Would you like to add %s to the address book?") ResDef (MK_ADDR_ENTRY_IS_LIST, XP_MSG_BASE + 976, "A mailing list cannot have itself as a member") ResDef (MK_ADDR_NEW_CARD, XP_MSG_BASE + 977, "New Card") ResDef (MK_ADDR_NEW_PERCARD, XP_MSG_BASE + 978, "New Personal Card") ResDef (MK_ADDR_PERCARD, XP_MSG_BASE + 979, "Personal Card for %s") ResDef (MK_ADDR_CCNAME, XP_MSG_BASE + 980, "CC: %s") ResDef (MK_ADDR_BCCNAME, XP_MSG_BASE + 981, "Bcc: %s") ResDef (MK_ADDR_TONAME, XP_MSG_BASE + 982, "To: %s") ResDef (XP_EDT_ERR_SAVE_WRITING_ROOT, XP_MSG_BASE + 983, "%s can't be saved. Either the disk is full\n\ or the file is locked.\n\n\ Try saving on a different disk or try saving\n\ %s with a different name.") ResDef (XP_EDT_HEAD_FAILED, XP_MSG_BASE + 984, "HEAD call to server failed.\nUpload aborted.") ResDef (MK_UNABLE_TO_OPEN_ADDR_FILE, XP_MSG_BASE + 985, "Unable to open address book database file.") ResDef (MK_ADDR_LIST_ALREADY_EXISTS, XP_MSG_BASE + 986, "A mailing list with this name already exists.") #ifndef MOZ_COMMUNICATOR_NAME ResDef (MK_ADDR_UNABLE_TO_IMPORT, XP_MSG_BASE + 987, MOZ_NAME_PRODUCT" is unable to import this file into the address book.") #else ResDef (MK_ADDR_UNABLE_TO_IMPORT, XP_MSG_BASE + 987, "Communicator is unable to import this file into the address book.") #endif ResDef(MK_MSG_PURGING_NEWSGROUP_ETC, XP_MSG_BASE + 988, "Purging newsgroup %s...") ResDef(MK_MSG_PURGING_NEWSGROUP_HEADER, XP_MSG_BASE + 989, "Purging newsgroup %s...header %ld") ResDef(MK_MSG_PURGING_NEWSGROUP_ARTICLE, XP_MSG_BASE + 990, "Purging newsgroup %s...article %ld") ResDef(MK_MSG_PURGING_NEWSGROUP_DONE, XP_MSG_BASE + 991, "Purging newsgroup %s...Done") ResDef (XP_EDT_PUBLISH_ERROR_BODY, XP_MSG_BASE + 992, "Make sure you specify the entire destination URL.\n\ e.g. http://somemachine/somedirectory/somefile.html\n\n\ Try to publish to this URL anyway?") ResDef (XP_EDT_PUBLISH_BAD_URL, XP_MSG_BASE + 993, "Publish destination is invalid.") ResDef (XP_EDT_PUBLISH_BAD_CHAR, XP_MSG_BASE + 994, "Publish destination contains at least one illegal character.") ResDef (XP_EDT_PUBLISH_BAD_PROTOCOL, XP_MSG_BASE + 995, "Publish destination must begin with ftp:// or http://") ResDef (XP_EDT_PUBLISH_NO_FILE, XP_MSG_BASE + 996, "Publish destination ends in a slash.") ResDef (XP_EDT_PUBLISH_NO_EXTENSION, XP_MSG_BASE + 997, "Publish destination has no file extension.") ResDef (MK_CVCOLOR_SOURCE_OF, XP_MSG_BASE + 998, "Source of: ") ResDef (MK_ACCESS_COOKIES_THE_SERVER, XP_MSG_BASE + 999, "The server ") ResDef (MK_ACCESS_COOKIES_WISHES, XP_MSG_BASE + 1000, "\nwishes to set a cookie that will be sent ") ResDef (MK_ACCESS_COOKIES_TOANYSERV, XP_MSG_BASE + 1001, "\nto any server in the domain ") ResDef (MK_ACCESS_COOKIES_TOSELF, XP_MSG_BASE + 1002, "only back to itself") ResDef (MK_ACCESS_COOKIES_NAME_AND_VAL, XP_MSG_BASE + 1003, "\nThe name and value of the cookie are:\n") ResDef (MK_ACCESS_COOKIES_COOKIE_WILL_PERSIST, XP_MSG_BASE + 1004, "\nThis cookie will persist until ") ResDef (MK_ACCESS_COOKIES_SET_IT, XP_MSG_BASE + 1005, "\nDo you wish to allow the cookie to be set?") ResDef (MK_CACHE_CONTENT_LENGTH, XP_MSG_BASE + 1006, "Content Length:") ResDef (MK_CACHE_REAL_CONTENT_LENGTH, XP_MSG_BASE + 1007, "Real Content Length:") ResDef (MK_CACHE_CONTENT_TYPE, XP_MSG_BASE + 1008, "Content type:") ResDef (MK_CACHE_LOCAL_FILENAME, XP_MSG_BASE + 1009, "Local filename:") ResDef (MK_CACHE_LAST_MODIFIED, XP_MSG_BASE + 1010, "Last Modified:") ResDef (MK_CACHE_EXPIRES, XP_MSG_BASE + 1011, "Expires:") ResDef (MK_CACHE_LAST_ACCESSED, XP_MSG_BASE + 1012, "Last accessed:") ResDef (MK_CACHE_CHARSET, XP_MSG_BASE + 1013, "Character set:") ResDef (MK_CACHE_SECURE, XP_MSG_BASE + 1014, "Secure:") ResDef (MK_CACHE_USES_RELATIVE_PATH, XP_MSG_BASE + 1015, "Uses relative path:") ResDef (MK_CACHE_FROM_NETSITE_SERVER, XP_MSG_BASE + 1016, "From Netsite Server:") ResDef (XP_EDT_I18N_HAS_CHARSET, XP_MSG_BASE + 1017, "Changing the character encoding may alter some\n\ of the characters in your document.\n\ This change is not undoable.\n\ Are you sure you want to proceed?") ResDef (XP_EDT_BREAKING_LINKS, XP_MSG_BASE + 1018, "The following links could become invalid because\n\ they refer to files on your local hard disk(s).\n\n\ %s\nIf you're sure you set up the links properly, click\n\ OK to continue publishing.") ResDef (XP_EDT_ERR_SAVE_FILE_WRITE, XP_MSG_BASE + 1019, "%s can't be saved because the disk is full or the\n\ file is locked. Try saving on a different disk or try saving\n\ %s with a different name.") ResDef (XP_EDT_ERR_SAVE_CONTINUE, XP_MSG_BASE + 1020, "\n\n\ If you continue saving, %s won't be saved with\n\ this page.") ResDef (XP_EDT_ERR_SAVE_SRC_NOT_FOUND, XP_MSG_BASE + 1021, "The file %s associated with this page can't be\n\ saved. Make sure the file is in the correct location.") ResDef (XP_EDT_ERR_SAVE_FILE_READ, XP_MSG_BASE + 1022, "The file %s associated with this page can't be\n\ saved because there is a problem with the file.") ResDef (XP_EDT_ERR_PUBLISH_PREPARING_ROOT, XP_MSG_BASE + 1023, "There was a problem preparing %s for\n\ publishing. "MOZ_NAME_PRODUCT" couldn't create a temporary file.") ResDef (XP_EDT_ERR_CHECK_DISK, XP_MSG_BASE + 1024, "\n\n\ Check to see if your hard disk is full.") ResDef (XP_EDT_ERR_PUBLISH_FILE_WRITE, XP_MSG_BASE + 1025, "There was a problem preparing %s for publishing.\n\ "MOZ_NAME_PRODUCT" couldn't create a temporary file.") ResDef (XP_EDT_ERR_PUBLISH_CONTINUE, XP_MSG_BASE + 1026, "\n\n\ If you continue, %s won't be published with\n\ this page.") ResDef (XP_EDT_ERR_PUBLISH_SRC_NOT_FOUND, XP_MSG_BASE + 1027, MOZ_NAME_BRAND" couldn't prepare the file %s for\n\ publishing. Make sure the file is in the correct location.") ResDef (XP_EDT_ERR_PUBLISH_FILE_READ, XP_MSG_BASE + 1028, "The file %s associated with this page can't\n\ be published because there is a problem with the file.") ResDef (XP_EDT_ERR_MAIL_PREPARING_ROOT, XP_MSG_BASE + 1029, "There was a problem preparing the message for sending.\n\ "MOZ_NAME_PRODUCT" couldn't create a temporary file.") ResDef (XP_EDT_ERR_MAIL_FILE_WRITE, XP_MSG_BASE + 1030, "There was a problem preparing %s for sending.\n\ "MOZ_NAME_PRODUCT" couldn't create a temporary file.") ResDef (XP_EDT_ERR_MAIL_SRC_NOT_FOUND, XP_MSG_BASE + 1031, MOZ_NAME_BRAND" couldn't prepare the file %s for\n\ sending. Make sure the file is in the correct location.") ResDef (XP_EDT_ERR_MAIL_FILE_READ, XP_MSG_BASE + 1032, "The file %s associated with this page can't be\n\ sent because there is a problem with the file.") ResDef (XP_EDT_ERR_MAIL_CONTINUE, XP_MSG_BASE + 1033, "\n\n\ If you continue, %s won't be sent with\n\ this page.") ResDef (MK_ADDR_VIEW_COMPLETE_VCARD, XP_MSG_BASE + 1034, "View Complete Card") ResDef (MK_ADDR_VIEW_CONDENSED_VCARD, XP_MSG_BASE + 1035, "View Condensed Card") ResDef(MK_MSG_BY_FLAG, XP_MSG_BASE + 1036, "By Flag") ResDef(MK_MSG_BY_UNREAD, XP_MSG_BASE + 1037, "By Unread") ResDef(MK_MSG_BY_SIZE, XP_MSG_BASE + 1038, "By Size") ResDef(XP_ALERT_OFFLINE_MODE_SELECTED, XP_MSG_BASE + 1039, MOZ_NAME_BRAND" was unable to connect to the network because\n\ you are in offline mode.\n\ Choose Go Online from the File Menu and try again.") ResDef(MK_ADDR_FIRST_LAST_SEP, XP_MSG_BASE + 1040, " ") ResDef(MK_ADDR_LAST_FIRST_SEP, XP_MSG_BASE + 1041, ", ") ResDef(MK_MSG_CANT_MOVE_FOLDER, XP_MSG_BASE + 1042, "That item can not be moved to the requested location.") ResDef(XP_SEC_ENTER_EXPORT_PWD, XP_MSG_BASE + 1043, "Enter password to protect data being exported:") ResDef(MK_SEARCH_SCOPE_ONE, XP_MSG_BASE + 1044, "in %s") ResDef(MK_SEARCH_SCOPE_SELECTED, XP_MSG_BASE + 1045, "in selected items") ResDef(MK_SEARCH_SCOPE_OFFLINE_MAIL, XP_MSG_BASE + 1046, "in offline mail folders") ResDef(MK_SEARCH_SCOPE_ONLINE_MAIL, XP_MSG_BASE + 1047, "in online mail folders") ResDef(MK_SEARCH_SCOPE_SUBSCRIBED_NEWS, XP_MSG_BASE + 1048, "in subscribed newsgroups") ResDef(MK_SEARCH_SCOPE_ALL_NEWS, XP_MSG_BASE + 1049, "in searchable newsgroups") ResDef(MK_ADDR_DEFAULT_DLS, XP_MSG_BASE + 1050, "Default Directory Server") ResDef(MK_ADDR_SPECIFIC_DLS, XP_MSG_BASE + 1051, "Specific Directory Server") ResDef(MK_ADDR_HOSTNAMEIP, XP_MSG_BASE + 1052, "Hostname or IP Address") ResDef(MK_ADDR_CONFINFO, XP_MSG_BASE + 1053,MOZ_NAME_BRAND" Conference Address") ResDef(MK_ADDR_ADDINFO, XP_MSG_BASE + 1054, "Additional Information:") ResDef(MK_MSG_HTML_DOMAINS_DIALOG_TITLE, XP_MSG_BASE + 1055, "HTML Domains") ResDef(MK_MSG_HTML_DOMAINS_DIALOG, XP_MSG_BASE + 1056, "\ \n\ This is a list of domains that can accept HTML mail. Anyone whose\n\ %-cont-%") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_3, XP_MSG_BASE + 1059, "\ e-mail address ends in one of these domains is considered to use a\n\ mail reader which understands HTML, such as "MOZ_NAME_PRODUCT".

\n\ You may remove a domain from this list by clicking on it and\n\ %-cont-%") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_4, XP_MSG_BASE + 1060, "\ choosing Delete.

\n\ \n\ \n\ \n\ ") /* Reserve a bunch extra, just in case. */ ResDef (MK_MSG_HTML_DOMAINS_DIALOG_5, XP_MSG_BASE + 1061, "") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_6, XP_MSG_BASE + 1062, "") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_7, XP_MSG_BASE + 1063, "") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_8, XP_MSG_BASE + 1064, "") ResDef (MK_MSG_HTML_DOMAINS_DIALOG_9, XP_MSG_BASE + 1065, "") ResDef (MK_MSG_SET_HTML_NEWSGROUP_HEIRARCHY_CONFIRM, XP_MSG_BASE + 1066, "The newsgroup %s was accepting HTML because all newsgroups whose name\n\ started with \042%s\042 were marked to accept HTML. This action will\n\ reverse that; newsgroups whose name start with \042%s\042 will no longer\n\ accept HTML.") ResDef (MK_MSG_NEXT_CATEGORY, XP_MSG_BASE + 1067, "Next Category") ResDef (MK_MSG_GROUP_NOT_ON_SERVER, XP_MSG_BASE + 1068, "The newsgroup %s does not appear to exist on the host %s.\n\ Would you like to unsubscribe from it?") ResDef(MK_MIMEHTML_SHOW_SECURITY_ADVISOR, XP_MSG_BASE + 1079, "Show Security Information") ResDef(MK_MIMEHTML_ENC_AND_SIGNED, XP_MSG_BASE + 1080, "Encrypted
and Signed") ResDef(MK_MIMEHTML_SIGNED, XP_MSG_BASE + 1081, "Signed") ResDef(MK_MIMEHTML_ENCRYPTED, XP_MSG_BASE + 1082, "Encrypted") ResDef(MK_MIMEHTML_CERTIFICATES, XP_MSG_BASE + 1083, "Certificates") ResDef(MK_MIMEHTML_ENC_SIGNED_BAD, XP_MSG_BASE + 1084, "Invalid Signature") ResDef(MK_MIMEHTML_SIGNED_BAD, XP_MSG_BASE + 1085, "Invalid Signature") ResDef(MK_MIMEHTML_ENCRYPTED_BAD, XP_MSG_BASE + 1086, "Invalid Encryption") ResDef(MK_MIMEHTML_CERTIFICATES_BAD, XP_MSG_BASE + 1087, "Invalid Certificates") ResDef (MK_MSG_NEW_NEWSGROUP, XP_MSG_BASE + 1088, "New Newsgroup") ResDef (MK_MSG_NEW_CATEGORY, XP_MSG_BASE + 1089, "Creates a new category in this newsgroup") ResDef(MK_ADDR_NO_EMAIL_ADDRESS, XP_MSG_BASE + 1090, "There is no email address for %s.") ResDef (MK_MSG_EXPIRE_COUNT, XP_MSG_BASE + 1091, "Expired %ld messages") ResDef (MK_MSG_DONE_EXPIRE_COUNT, XP_MSG_BASE + 1092, "Expired %ld messages...Done") /* Localized names of mail folders */ ResDef (MK_MSG_TRASH_L10N_NAME, XP_MSG_BASE + 1093, "Trash") ResDef (MK_MSG_INBOX_L10N_NAME, XP_MSG_BASE + 1094, "Inbox") #ifdef XP_WIN16 ResDef (MK_MSG_OUTBOX_L10N_NAME, XP_MSG_BASE + 1095, "Unsent") #else ResDef (MK_MSG_OUTBOX_L10N_NAME, XP_MSG_BASE + 1095, "Unsent Messages") #endif ResDef (MK_MSG_DRAFTS_L10N_NAME, XP_MSG_BASE + 1096, "Drafts") ResDef (MK_MSG_SENT_L10N_NAME, XP_MSG_BASE + 1097, "Sent") /* Caption text for FE_PromptWithCaption */ ResDef (MK_MSG_NEW_FOLDER_CAPTION, XP_MSG_BASE + 1098, "New Folder") ResDef (MK_MSG_RENAME_FOLDER_CAPTION, XP_MSG_BASE + 1099, "Rename Folder") ResDef (MK_MSG_MANAGE_MAIL_ACCOUNT, XP_MSG_BASE + 1100, "Manage Mail Account") ResDef (MK_MSG_UNABLE_MANAGE_MAIL_ACCOUNT, XP_MSG_BASE+1101, MOZ_NAME_BRAND" is unable to manage your mail account.\n\ Please contact your mail account administrator\n\ or try again later.") ResDef (MK_MSG_MODERATE_NEWSGROUP, XP_MSG_BASE + 1102, "Manage Newsgroups") ResDef(MK_UNABLE_TO_LOCATE_SOCKS_HOST, XP_MSG_BASE + 1103, MOZ_NAME_BRAND" is unable to locate the socks server:\n\ %.200s\n\ The server does not have a DNS entry.\n\n\ Check the socks server name in the proxy\n\ configuration and try again.") ResDef (XP_SEC_PROMPT_NICKNAME_COLLISION, (XP_MSG_BASE + 1104), "An object with that nickname exists. Please enter a new nickname.") ResDef(MK_MSG_GET_NEW_DISCUSSION_MSGS, XP_MSG_BASE + 1105, "Get New News Articles") ResDef(MK_MSG_LOCAL_MAIL, XP_MSG_BASE + 1106, "Local Mail") ResDef(MK_NEWS_DISCUSSIONS_ON, XP_MSG_BASE + 1107, "%s Newsgroups") ResDef( XP_RECEIVING_MESSAGE_HEADERS_OF, XP_MSG_BASE + 1108, "%s Receiving: message headers %lu of %lu" ) ResDef( XP_RECEIVING_MESSAGE_FLAGS_OF, XP_MSG_BASE + 1109, "%s Receiving: message flags %lu of %lu" ) ResDef( XP_IMAP_DELETING_MESSAGES, XP_MSG_BASE + 1110, "Deleting messages...") ResDef( XP_IMAP_DELETING_MESSAGE, XP_MSG_BASE + 1111, "Deleting message...") ResDef( XP_IMAP_MOVING_MESSAGES_TO, XP_MSG_BASE + 1112, "Moving messages to %s...") ResDef( XP_IMAP_MOVING_MESSAGE_TO, XP_MSG_BASE + 1113, "Moving message to %s...") ResDef( XP_IMAP_COPYING_MESSAGES_TO, XP_MSG_BASE + 1114, "Copying messages %s...") ResDef( XP_IMAP_COPYING_MESSAGE_TO, XP_MSG_BASE + 1115, "Copying message %s...") ResDef( XP_IMAP_SELECTING_MAILBOX, XP_MSG_BASE + 1116, "Opening folder %s...") #ifndef MOZ_COMMUNICATOR_NAME ResDef(MK_MSG_CONFIRM_MOVE_MAGIC_FOLDER, XP_MSG_BASE + 1117, "Are you sure you want to move %s away from its default \n\ location? Next time "MOZ_NAME_PRODUCT" runs, a new %s folder \n\ will be created in the default location") #else ResDef(MK_MSG_CONFIRM_MOVE_MAGIC_FOLDER, XP_MSG_BASE + 1117, "Are you sure you want to move %s away from its default \n\ location? Next time Communicator runs, a new %s folder \n\ will be created in the default location") #endif ResDef(MK_MSG_UPDATE_MSG_COUNTS, XP_MSG_BASE + 1118, "Update Message Counts") ResDef(MK_MSG_DELETING_MSGS_STATUS, XP_MSG_BASE + 1119, "Deleting %lu of %lu messages") ResDef(MK_MSG_COPYING_MSGS_STATUS, XP_MSG_BASE + 1120, "Copying %lu of %lu messages to %s") ResDef(MK_MSG_MOVING_MSGS_STATUS, XP_MSG_BASE + 1121, "Moving %lu of %lu messages to %s") ResDef(XP_EDT_PUBLISH_REPORT_ONE_FILE, XP_MSG_BASE + 1122, "Your file was uploaded successfully.") ResDef(XP_EDT_PUBLISH_REPORT_MSG, XP_MSG_BASE + 1123, "%d files were uploaded successfully.") ResDef(MK_MSG_DELIVERING_MESSAGE_TO, XP_MSG_BASE + 1124, "Mail: delivering message %ld to %s...") ResDef(MK_MSG_DELIVERING_MESSAGE, XP_MSG_BASE + 1125, "Mail: delivering message %ld...") ResDef(MK_MSG_FORWARDING_ENCRYPTED_WARNING, XP_MSG_BASE + 1126, "You are doing an unencrypted Forward of a message which was\n\ encrypted when you received it. Sending this message unencrypted\n\ may reduce the level of privacy of the attached message.\n\ \n\ Send unencrypted anyway?") ResDef(XP_EDT_BROWSE_TO_DEFAULT, XP_MSG_BASE + 1127, "\n\nBrowse to your default publishing location now?") ResDef (XP_EDT_BAD_CLIPBOARD_VERSION, XP_MSG_BASE + 1128, "You can not copy and paste between different\n\ versions of "MOZ_NAME_PRODUCT" Composer or "MOZ_NAME_PRODUCT" Gold.") ResDef (XP_EDT_BAD_CLIPBOARD_ENCODING, XP_MSG_BASE + 1129, "You can not copy and paste between windows with\n\ different character set encodings.") ResDef(XP_ALERT_NFS_USEHTTP, XP_MSG_BASE+1130, "NFS URLs not internally supported, use an HTTP proxy server: ") ResDef(MK_MSG_MARK_CATEGORY_READ, XP_MSG_BASE+1131, "Mark Category Read") ResDef(MK_MSG_TRACK_FOLDER_MOVE, XP_MSG_BASE + 1132, "Change rule to reflect new folder location?") ResDef(MK_MSG_TRACK_FOLDER_DEL, XP_MSG_BASE + 1133, "Disable filter rule for this folder?") /* Webfonts strings from modules/libfont */ ResDef(WF_MSG_ABOUT_TITLE, XP_MSG_BASE + 1134, "Dynamic Fonts") ResDef(WF_MSG_ABOUT_BEGIN_1, XP_MSG_BASE + 1135, "

Installed Font Displayers

\n\ \n\ The font displayers that you have installed and the font formats\n\ supported by each, are listed below.") ResDef(WF_MSG_ABOUT_BEGIN_2, XP_MSG_BASE + 1136, "Use the radioboxes to enable or disable a particular format for a\n\ particular displayer.

") ResDef(WF_MSG_ABOUT_BEGIN_3, XP_MSG_BASE + 1137, "For more information on "MOZ_NAME_PRODUCT" Dynamic Fonts, click\ here


") ResDef(WF_MSG_ABOUT_END, XP_MSG_BASE + 1138, "
") ResDef(WF_MSG_ABOUT_DISPLAYER_DYNAMIC, XP_MSG_BASE + 1139, "\n\ \n\ ") ResDef(WF_MSG_ABOUT_DISPLAYER_STATIC, XP_MSG_BASE + 1140, "
%s
%s
Located at: %s

\n\ \n\ ") ResDef(WF_MSG_ABOUT_DISPLAYER_MIME, XP_MSG_BASE + 1141, "\n\ \n\ \n\ \n\ ") ResDef(WF_MSG_ABOUT_DISPLAYER_END, XP_MSG_BASE + 1142, "
%s
%s

%s%s%s
\n\
\n\
") ResDef(WF_MSG_ABOUT_NO_DISPLAYER, XP_MSG_BASE + 1143, "No Displayers Installed") ResDef(WF_MSG_NATIVE_DISPLAYER_NAME, XP_MSG_BASE + 1144, MOZ_NAME_BRAND" Default Font Displayer") ResDef(WF_MSG_NATIVE_DISPLAYER_DESCRIPTION, XP_MSG_BASE + 1145, "This font displayer handles fonts that are installed on the system.") /* More messenger strings */ ResDef (MK_MSG_OUTBOX_L10N_NAME_OLD, XP_MSG_BASE + 1146, "Outbox") ResDef(MK_MSG_BOGUS_QUEUE_MSG_1_OLD, XP_MSG_BASE + 1147, "The `Outbox' folder contains a message which is not\n\ scheduled for delivery!") ResDef(MK_MSG_BOGUS_QUEUE_MSG_N_OLD, XP_MSG_BASE + 1148, "The `Outbox' folder contains %d messages which are not\n\ scheduled for delivery!") ResDef(MK_MSG_BOGUS_QUEUE_REASON_OLD, XP_MSG_BASE + 1149, "\n\nThis probably means that some program other than\n\ "MOZ_NAME_PRODUCT" has added messages to this folder.\n") ResDef(MK_MSG_WHY_QUEUE_SPECIAL_OLD, XP_MSG_BASE + 1150, "The `Outbox' folder is special; it is only for storing\n\ messages to be sent later.") ResDef(XP_AUTOADMIN_MISSING, XP_MSG_BASE + 1151, "The local configuration file specified a configuration URL but the AutoAdmin component could not \ be loaded. AutoAdmin is required to support remote configuration URLs. You will be unable to load\ any remote documents." ) ResDef(MK_MSG_ADDING_LDAP_TO_AB, XP_MSG_BASE + 1152, "Adding to %s: %ld of %ld") ResDef(MK_MSG_XSENDER_INTERNAL, XP_MSG_BASE + 1153, "      Internal") ResDef(XP_PKCS12_IMPORT_FILE_PROMPT, (XP_MSG_BASE + 1154), "File Name to Import") ResDef(XP_PKCS12_EXPORT_FILE_PROMPT, (XP_MSG_BASE + 1155), "File Name to Export") ResDef(XP_EDT_CP_DOCUMENT_TOO_LARGE_READ, XP_MSG_BASE + 1156, "This document is %ld bytes long. That is too large to be read by a Composer Plug-in. \ The maximum allowed size is %ld bytes.") ResDef(XP_EDT_CP_DOCUMENT_TOO_LARGE_WRITE, XP_MSG_BASE + 1157, "The Composer Plug-in tried to create a document that is %ld bytes long. \ The maximum allowed size is %ld bytes.") ResDef(MK_MIME_SMIME_ENCRYPTED_CONTENT_DESCRIPTION, XP_MSG_BASE + 1158, "S/MIME Encrypted Message") ResDef(MK_MIME_SMIME_SIGNATURE_CONTENT_DESCRIPTION, XP_MSG_BASE + 1159, "S/MIME Cryptographic Signature") /* Netcaster Strings */ ResDef(XP_ALERT_CANT_RUN_NETCASTER, XP_MSG_BASE + 1160, MOZ_NAME_BRAND" was unable to start Netcaster.\n\ Make sure Netcaster is installed correctly.") ResDef(XP_EDT_CANT_EDIT_URL, XP_MSG_BASE + 1161, "Composer can't open the URL '%s'.\n\n\ You must enter an absolute URL or an absolute pathname.\n\ e.g. 'http://mysystem.com/mydoc.html'") ResDef(XP_SA_ALG_AND_BITS_FORMAT, XP_MSG_BASE + 1162, "%d-bit %s") ResDef(MK_MSG_IMAP_MULTIPLE_SELECT_FAILED, XP_MSG_BASE + 1163, "Only one operation at a time on this folder is permitted. \ \nPlease wait until the other operation completes and try again.") ResDef(MK_MSG_CONFIRM_MOVE_FOLDER_TO_TRASH, XP_MSG_BASE + 1164, "Are you sure you want to move the selected folders into the Trash?") ResDef(XP_ALERT_NETCASTER_NO_JS, XP_MSG_BASE + 1165, MOZ_NAME_BRAND" is unable to start Netcaster because Java and/or JavaScript are not enabled. \n\ Please verify that your Advanced Preferences are set correctly and try again.") ResDef(XP_EDT_ADD_COLUMNS_STATUS, XP_MSG_BASE + 1170, "Add %d column(s) to the table") ResDef(XP_EDT_ADD_ROWS_STATUS, XP_MSG_BASE + 1171, "Add %d rows(s) to the table") ResDef(XP_EDT_PERCENT_CELL, XP_MSG_BASE + 1172, "% of parent cell ") ResDef(XP_EDT_PERCENT_TABLE, XP_MSG_BASE + 1173, "% of table ") ResDef(XP_EDT_SEL_TABLE, XP_MSG_BASE + 1174, "Select table (Press Ctrl to select all cells instead)") ResDef(XP_EDT_SEL_COL, XP_MSG_BASE + 1175, "Select all cells in column") ResDef(XP_EDT_SEL_ROW, XP_MSG_BASE + 1176, "Select all cells in row") ResDef(XP_EDT_SEL_CELL, XP_MSG_BASE + 1177, "Select or deselect cell") ResDef(XP_EDT_SEL_ALL_CELLS, XP_MSG_BASE + 1178, "Select all cells in table") ResDef(XP_EDT_SIZE_TABLE_WIDTH, XP_MSG_BASE + 1179, "Drag to change width of table") ResDef(XP_EDT_SIZE_TABLE_HEIGHT, XP_MSG_BASE + 1180, "Drag to change height of table") ResDef(XP_EDT_SIZE_COL, XP_MSG_BASE + 1181, "Drag to change width of column to the left") ResDef(XP_EDT_SIZE_ROW, XP_MSG_BASE + 1182, "Drag to change height of row above") ResDef(XP_EDT_ADD_ROWS, XP_MSG_BASE + 1183, "Drag down to add more rows to the table") ResDef(XP_EDT_ADD_COLS, XP_MSG_BASE + 1184, "Drag right to add more columns to the table") ResDef(XP_EDT_DRAG_TABLE, XP_MSG_BASE + 1185, "Relocate caret or drag selected table or cells") /* XP_NSCOLOR_BASE and the 70 color strings removed * We would like to reserve the range through 1250 for Editor */ ResDef(SU_NOT_A_JAR_FILE, XP_MSG_BASE + 1262, "SmartUpdate failed: Downloaded archive is not a JAR file.") ResDef(SU_SECURITY_CHECK, XP_MSG_BASE + 1263, "SmartUpdate failed: JAR archive failed security check. %s.") ResDef(SU_INSTALL_FILE_HEADER, XP_MSG_BASE + 1264, "SmartUpdate failed: JAR archive has no installer file information.") ResDef(SU_INSTALL_FILE_MISSING, XP_MSG_BASE + 1265, "SmartUpdate failed: JAR archive is missing an installer file %s.") ResDef(XP_GLOBAL_NO_CONFIG_RECEIVED_NO_FAILOVER, XP_MSG_BASE + 1266, "No automatic configuration file was received.\n\n\ You will be unable to load and documents from the network.\n\ See your local system administrator for help." ) ResDef(XP_GLOBAL_BAD_TYPE_CONFIG_IGNORED, XP_MSG_BASE + 1267, "The automatic configuration file is not of the correct type:\n\n\ %s\n\n\ Expected the MIME type of application/x-javascript-config." ) ResDef(XP_GLOBAL_CONF_LOAD_FAILED_NO_FAILOVER, XP_MSG_BASE + 1268, "The automatic configuration file could not be loaded.\n\n\ You will be unable to load any documents from the network.\n\ See your local system administrator for help." ) ResDef(XP_GLOBAL_NO_CONFIG_RECIEVED, XP_MSG_BASE + 1269, "No automatic configuration file was received.\n\n\ Will default based on the last configuration." ) ResDef(XP_GLOBAL_EVEN_SAVED_IS_BAD, XP_MSG_BASE + 1270, "The backup automatic configuration file had errors.\n\n\ We will default to the standard configuration." ) ResDef(XP_GLOBAL_BAD_CONFIG_IGNORED, XP_MSG_BASE + 1271, "The automatic configuration file has errors:\n\n %s\n\n\ We will default to the standard configuration." ) ResDef(XP_GLOBAL_CONFIG_LOAD_ABORTED, XP_MSG_BASE + 1272, "Automatic configuration load was cancelled.\n\n\ We will default to the standard configuration." ) ResDef(XP_PKCS12_SUCCESSFUL_EXPORT, (XP_MSG_BASE + 1273), "Your certificates have been successfully exported.") ResDef(XP_PKCS12_SUCCESSFUL_IMPORT, (XP_MSG_BASE + 1274), "Your certificates have been successfully imported.") ResDef(XP_SEC_ENTER_IMPORT_PWD, (XP_MSG_BASE + 1275), "Enter password protecting data to be imported:") ResDef(MK_MSG_CONTINUE_ADDING, (XP_MSG_BASE + 1276), "Would you like to add the remaining addresses to the personal address book?") ResDef(MK_LDAP_USER_CERTIFICATE, XP_MSG_BASE + 1277, "User Certificate") ResDef(MK_LDAP_SMIME_USER_CERTIFICATE, XP_MSG_BASE + 1278, "User E-mail Certificate") ResDef(MK_MSG_UNIQUE_TRASH_RENAME_FAILED, XP_MSG_BASE + 1279, "The Trash already contains a folder named '%s.'\n\ Please either empty the trash or rename this folder.") ResDef(MK_MSG_NEEDED_UNIQUE_TRASH_NAME, XP_MSG_BASE + 1280, "The Trash already contained a folder named '%s.'\n\ The folder which you just deleted can be found in the Trash\n\ under the new name '%s.'") ResDef(MK_MSG_IMAP_SERVER_SAID, XP_MSG_BASE + 1281, "The current command did not succeed. The IMAP server responded:\n%s") ResDef(SU_INSTALL_ASK_FOR_DIRECTORY, XP_MSG_BASE + 1282, "Where would you like to install %s?") ResDef(EDT_VIEW_SOURCE_WINDOW_TITLE, XP_MSG_BASE + 1283, "View Document Source") ResDef(LAY_PAGEINFO_NOINFO, XP_MSG_BASE + 1284, "

No info while document is loading

\n") ResDef(LAY_PAGEINFO_FRAME, XP_MSG_BASE + 1285, "
  • Frame: ") ResDef(LAY_PAGEINFO_IMAGE, XP_MSG_BASE + 1286, "Image:") ResDef(LAY_PAGEINFO_EMBED, XP_MSG_BASE + 1287, "Embed:") ResDef(LAY_PAGEINFO_APPLET, XP_MSG_BASE + 1288, "Applet:") ResDef(LAY_PAGEINFO_BACKGROUND_IMAGE, XP_MSG_BASE + 1289, "Background Image: ") ResDef(LAY_PAGEINFO_ACTIONURL, XP_MSG_BASE + 1290, "
  • Action URL: ") ResDef(LAY_PAGEINFO_ENCODING, XP_MSG_BASE + 1291, "
  • Encoding: ") ResDef(LAY_PAGEINFO_METHOD, XP_MSG_BASE + 1292, "
  • Method: ") ResDef(LAY_PAGEINFO_LAYER, XP_MSG_BASE + 1293, "
  • Layer: ") ResDef(MK_MSG_MAC_PROMPT_UUENCODE, XP_MSG_BASE + 1294, "Some of these attachments contain Macintosh specific information. \ Using UUENCODE will cause this information to be lost. \ Continue sending?") ResDef(XP_SEC_REENTER_TO_CONFIRM_PWD, XP_MSG_BASE + 1295, "Re-enter the password to confirm it:") ResDef(XP_SEC_BAD_CONFIRM_EXPORT_PWD, XP_MSG_BASE + 1296, "The passwords entered did not match. Enter\n\ the password to protect data being exported:") ResDef(MK_IMAP_STATUS_CREATING_MAILBOX, XP_MSG_BASE + 1297, "Creating folder...") ResDef(MK_IMAP_STATUS_SELECTING_MAILBOX, XP_MSG_BASE + 1298, "Opening folder...") ResDef(MK_IMAP_STATUS_DELETING_MAILBOX, XP_MSG_BASE + 1299, "Deleting folder %s...") ResDef(MK_IMAP_STATUS_RENAMING_MAILBOX, XP_MSG_BASE + 1300, "Renaming folder %s...") ResDef(MK_IMAP_STATUS_LOOKING_FOR_MAILBOX, XP_MSG_BASE + 1301, "Looking for folders...") ResDef(MK_IMAP_STATUS_SUBSCRIBE_TO_MAILBOX, XP_MSG_BASE + 1302, "Subscribing to folder %s...") ResDef(MK_IMAP_STATUS_UNSUBSCRIBE_MAILBOX, XP_MSG_BASE + 1303, "Unsubscribing from folder %s...") ResDef(MK_IMAP_STATUS_SEARCH_MAILBOX, XP_MSG_BASE + 1304, "Searching folder...") ResDef(MK_IMAP_STATUS_MSG_INFO, XP_MSG_BASE + 1305, "Getting message info...") ResDef(MK_IMAP_STATUS_CLOSE_MAILBOX, XP_MSG_BASE + 1306, "Closing folder...") ResDef(MK_IMAP_STATUS_EXPUNGING_MAILBOX, XP_MSG_BASE + 1307, "Compacting folder...") ResDef(MK_IMAP_STATUS_LOGGING_OUT, XP_MSG_BASE + 1308, "Logging out...") ResDef(MK_IMAP_STATUS_CHECK_COMPAT, XP_MSG_BASE + 1309, "Checking IMAP server capability...") ResDef(MK_IMAP_STATUS_SENDING_LOGIN, XP_MSG_BASE + 1310, "Sending login information...") ResDef(MK_IMAP_STATUS_SENDING_AUTH_LOGIN, XP_MSG_BASE + 1311, "Sending authenticate login information...") ResDef(SU_NEED_TO_REBOOT, XP_MSG_BASE + 1312, "SmartUpdate is not complete until you reboot Windows") ResDef(MK_MSG_REPLY_TO_SENDER, XP_MSG_BASE + 1313, "to Sender") ResDef(MK_ADDR_DEFAULT_EXPORT_FILENAME, XP_MSG_BASE + 1314, "untitled") ResDef(MK_MSG_ADVANCE_TO_NEXT_FOLDER, XP_MSG_BASE + 1315, "Advance to next unread message in %s?") ResDef(MK_PORT_ACCESS_NOT_ALLOWED, XP_MSG_BASE + 1316, "Sorry, access to the port number given\n\ has been disabled for security reasons") ResDef(XP_PRIORITY_LOWEST, XP_MSG_BASE + 1317, "Lowest") ResDef(XP_PRIORITY_LOW, XP_MSG_BASE + 1318, "Low") ResDef(XP_PRIORITY_NORMAL, XP_MSG_BASE + 1319, "Normal") ResDef(XP_PRIORITY_HIGH, XP_MSG_BASE + 1320, "High") ResDef(XP_PRIORITY_HIGHEST, XP_MSG_BASE + 1321, "Highest") ResDef(XP_PRIORITY_NONE, XP_MSG_BASE + 1322, "NONE") ResDef(XP_PROGRESS_READ_NEWSGROUP_COUNTS, XP_MSG_BASE + 1323, "Receiving: message totals: %lu of %lu") ResDef(MK_LDAP_AUTH_PROMPT, XP_MSG_BASE + 1324, "Please enter your %s and password for access to %s") ResDef( XP_FOLDER_RECEIVING_MESSAGE_OF, XP_MSG_BASE + 1325, "%s - Receiving: message %lu of %lu" ) ResDef(MK_MSG_COLLABRA_DISABLED, XP_MSG_BASE + 1326, "Sorry, Collabra has been disabled; newsgroup functionality \ has been turned off.") ResDef(MK_IMAP_DOWNLOADING_MESSAGE, XP_MSG_BASE + 1327, "Downloading message...") ResDef(MK_IMAP_CREATE_FOLDER_BUT_NO_SUBSCRIBE, XP_MSG_BASE + 1328, "Folder creation succeeded, but "MOZ_NAME_PRODUCT" was unable to subscribe \ the new folder.") ResDef(MK_IMAP_DELETE_FOLDER_BUT_NO_UNSUBSCRIBE, XP_MSG_BASE + 1329, "Folder deletion succeeded, but "MOZ_NAME_PRODUCT" was unable to unubscribe \ from the folder.") ResDef(MK_IMAP_RENAME_FOLDER_BUT_NO_SUBSCRIBE, XP_MSG_BASE + 1330, "Folder move succeeded, but "MOZ_NAME_PRODUCT" was unable to subscribe \ to the new folder name.") ResDef(MK_IMAP_RENAME_FOLDER_BUT_NO_UNSUBSCRIBE, XP_MSG_BASE + 1331, "Folder move succeeded, but "MOZ_NAME_PRODUCT" was unable to unsubscribe \ from the old folder name.") ResDef(XP_MSG_JS_CLOSE_WINDOW, XP_MSG_BASE + 1332, "Close Window?") ResDef(XP_MSG_JS_CLOSE_WINDOW_NAME, XP_MSG_BASE + 1333, "Close Window %s?") ResDef(MK_ACCESS_YOUR_COOKIES, XP_MSG_BASE + 1334, "Your Cookies") ResDef(MK_ACCESS_MAXIMUM_COOKS, XP_MSG_BASE + 1335, "Maximum number of cookies allowed:") ResDef(MK_ACCESS_COOK_COUNT, XP_MSG_BASE + 1336, "The number of cookies you have:") ResDef(MK_ACCESS_MAXIMUM_COOKS_PER_SERV, XP_MSG_BASE + 1337, "Maximum number of cookies per server:") ResDef(MK_ACCESS_MAXIMUM_COOK_SIZE, XP_MSG_BASE + 1338, "Maximum size of each cookie:") ResDef(MK_ACCESS_NO_COOKIES, XP_MSG_BASE + 1339, "You have no cookies.") ResDef(MK_ACCESS_NAME, XP_MSG_BASE + 1340, "Name:") ResDef(MK_ACCESS_VALUE, XP_MSG_BASE + 1341, "Value:") ResDef(MK_ACCESS_HOST, XP_MSG_BASE + 1342, "Host:") /* id conflict: these strings have been moved way down ResDef(MK_ACCESS_DOMAIN, XP_MSG_BASE + 1343, "Domain:") ResDef(MK_ACCESS_PATH, XP_MSG_BASE + 1344, "Path:") ResDef(MK_ACCESS_YES, XP_MSG_BASE + 1345, "Yes") ResDef(MK_ACCESS_NO, XP_MSG_BASE + 1346, "No") */ ResDef(MK_ACCESS_SEND_TO_HOST, XP_MSG_BASE + 1343, "Send to host:") ResDef(MK_ACCESS_IS_DOMAIN, XP_MSG_BASE + 1344, "any host in the domain from the host above") ResDef(MK_ACCESS_IS_NOT_DOMAIN, XP_MSG_BASE + 1345, "the above fully qualified host only") ResDef(MK_ACCESS_SEND_TO_PATH, XP_MSG_BASE + 1346, "Send to path:") ResDef(MK_ACCESS_AND_BELOW, XP_MSG_BASE + 1347, " (and below)") ResDef(MK_ACCESS_SECURE, XP_MSG_BASE + 1348, "Secure:") ResDef(MK_ACCESS_EXPIRES, XP_MSG_BASE + 1349, "Expires:") ResDef(MK_ACCESS_END_OF_SESSION, XP_MSG_BASE + 1350, "at end of session") ResDef(MK_LDAP_HTML_TITLE, XP_MSG_BASE + 1351, "LDAP Search Results") ResDef(MK_ACCESS_JAVASCRIPT_COOKIE_FILTER, XP_MSG_BASE + 1352, "Javascript Cookie Filter Message:\n") ResDef(MK_JSFILTERDIALOG_EDIT_TITLE, XP_MSG_BASE + 1353, "Edit JavaScript Message Filter") ResDef(MK_JSFILTERDIALOG_NEW_TITLE, XP_MSG_BASE + 1354, "New JavaScript Message Filter") ResDef(MK_JSFILTERDIALOG_STRING, XP_MSG_BASE + 1355, "
    \ \
    \ JavaScript Message Filter \ %-cont-%") ResDef(MK_JSFILTERDIALOG_STRING_2, XP_MSG_BASE + 1356, "
    Filter Name: \n\ \ %-cont-%") ResDef(MK_JSFILTERDIALOG_STRING_3, XP_MSG_BASE + 1357, "
    JavaScript Function: \n\ \ %-cont-%") ResDef(MK_JSFILTER_DIALOG_STRING_4, XP_MSG_BASE + 1358, "
    Description: \n\ \ %-cont-%") ResDef(MK_JSFILTER_DIALOG_STRING_5, XP_MSG_BASE + 1359, "
    Filter is \n\ onoff \
    ") ResDef(MK_JSFILTER_DIALOG_STRING_6, XP_MSG_BASE + 1360, "") ResDef(MK_JSFILTER_DIALOG_STRING_7, XP_MSG_BASE + 1361, "") ResDef(MK_JSFILTER_DIALOG_STRING_8, XP_MSG_BASE + 1362, "") ResDef(MK_JSFILTER_DIALOG_STRING_9, XP_MSG_BASE + 1363, "") ResDef(MK_JSFILTER_DIALOG_STRING_10, XP_MSG_BASE + 1364, "") ResDef(MK_MSG_RETRIEVE_SELECTED, XP_MSG_BASE + 1365, "Retrieve selected messages") ResDef(MK_MSG_RETRIEVE_FLAGGED, XP_MSG_BASE + 1366, "Retrieve flagged messages") ResDef(MK_IMAP_STATUS_GETTING_NAMESPACE, XP_MSG_BASE + 1367, "Checking IMAP Namespace...") ResDef(MK_LDAP_REPL_CHANGELOG_BOGUS, XP_MSG_BASE + 1368, "Can't replicate because the server's change log appears incomplete.") ResDef(MK_LDAP_REPL_DSE_BOGUS, XP_MSG_BASE + 1369, "Can't replicate because the server's replication information appears incomplete.") ResDef(MK_LDAP_REPL_CANT_SYNC_REPLICA, XP_MSG_BASE + 1370,"Can't replicate at this time. "MOZ_NAME_BRAND" may be out of memory or busy.") ResDef(MK_ADD_ADDRESSBOOK, XP_MSG_BASE + 1371, "New Address Book...") ResDef(MK_ADD_LDAPDIRECTORY, XP_MSG_BASE + 1372, "New Directory...") #ifdef XP_WIN16 ResDef (MK_MSG_TEMPLATES_L10N_NAME, XP_MSG_BASE + 1373, "Template") #else ResDef (MK_MSG_TEMPLATES_L10N_NAME, XP_MSG_BASE + 1373, "Templates") #endif ResDef (MK_MSG_SAVING_AS_DRAFT, XP_MSG_BASE + 1374, "Saving as draft ...") ResDef (MK_MSG_SAVING_AS_TEMPLATE, XP_MSG_BASE + 1375, "Saving as template ...") ResDef(MK_MSG_ADDBOOK_MOUSEOVER_TEXT, XP_MSG_BASE + 1376, "Add %s to your Address Book") ResDef(MK_MSG_ENTER_NAME_FOR_TEMPLATE, XP_MSG_BASE + 1377, "Enter a name for your new message template.") ResDef(MK_MSG_MDN_DISPLAYED, XP_MSG_BASE + 1378, MOZ_NAME_BRAND" Messenger has displayed the message. There is no guarantee \ that the content has been read or understood.") ResDef(MK_MSG_MDN_DISPATCHED, XP_MSG_BASE + 1379, "The message has been sent somewhere in some manner (e.g., printed, faxed, forwarded) \ without being displayed to the person you sent it to. They may or may not \ see it later.") ResDef(MK_MSG_MDN_PROCESSED, XP_MSG_BASE + 1380, "The message has been processed in some manner (i.e., by some sort of rules or \ server) without being displayed to the person you sent it to. They may or may not see it \ later. There may not even be a human user associated the mailbox.") ResDef(MK_MSG_MDN_DELETED, XP_MSG_BASE + 1381, "The message has been deleted. The person you sent it to may or may not have seen it. \ They might \042undelete\042 it at a later time and read it.") ResDef(MK_MSG_MDN_DENIED, XP_MSG_BASE + 1382, "The recipient of the message does not wish to send a return receipt back to \ you.") ResDef(MK_MSG_MDN_FAILED, XP_MSG_BASE + 1383, "A failure occurred. A proper return receipt could not be generated or sent to \ you.") ResDef(MK_MSG_MDN_WISH_TO_SEND, XP_MSG_BASE + 1384, "The sender of the message requested a receipt to be returned. \n\ Do you wish to send one?") ResDef(MK_MSG_DELIV_IMAP, XP_MSG_BASE + 1385, "Delivering message...") ResDef(MK_MSG_DELIV_IMAP_DONE, XP_MSG_BASE + 1386, "Delivering message... Done") ResDef(MK_MSG_IMAP_DISCOVERING_MAILBOX, XP_MSG_BASE + 1387, "Found folder: %s") ResDef(MK_MSG_FORWARD_INLINE, XP_MSG_BASE + 1388, "Forward Inline") /**** 1389 free for grab ***/ ResDef(MK_MSG_IMAP_INBOX_NAME, XP_MSG_BASE + 1390, "Inbox") ResDef(MK_IMAP_UPGRADE_NO_PERSONAL_NAMESPACE, XP_MSG_BASE + 1391, "The IMAP server indicates that \ you have may not have any personal mail folders.\nPlease verify your subscriptions.") ResDef(MK_IMAP_UPGRADE_TOO_MANY_FOLDERS, XP_MSG_BASE + 1392, "While trying to automatically subscribe, \ "MOZ_NAME_PRODUCT" has found a large number of IMAP folders.\nPlease select which folders you would like subscribed.") ResDef(MK_IMAP_UPGRADE_PROMPT_USER, XP_MSG_BASE + 1393, MOZ_NAME_PRODUCT" has detected that you have upgraded from a previous version of Communicator.\n\ You will need to choose which IMAP folders you want subscribed.") ResDef(MK_IMAP_UPGRADE_PROMPT_USER_2, XP_MSG_BASE + 1394, "Any folders which are left unsubscribed will not appear in your folder lists,\n\ but can be subscribed to later by choosing File / Subscribe.") ResDef(MK_IMAP_UPGRADE_PROMPT_QUESTION, XP_MSG_BASE + 1395, "Would you like "MOZ_NAME_PRODUCT" to try to automatically subscribe to all your folders?") ResDef(MK_IMAP_UPGRADE_CUSTOM, XP_MSG_BASE + 1396, "Please choose which folders you want subscribed in the Subscribe window...") ResDef(MK_IMAP_UPGRADE_WAIT_WHILE_UPGRADE, XP_MSG_BASE + 1397, "Please wait while "MOZ_NAME_PRODUCT" upgrades you to use IMAP subscriptions...") ResDef(MK_IMAP_UPGRADE_SUCCESSFUL, XP_MSG_BASE + 1398, "The upgrade was successful.") ResDef(MK_POP3_ONLY_ONE, XP_MSG_BASE + 1399, "You cannot add another server, because you are using POP.") ResDef(MK_MSG_REMOVE_MAILHOST_CONFIRM, XP_MSG_BASE + 1400, "Are you sure you want to delete this server?\n\ All mail downloaded from this server will be erased from your hard drive, and you cannot undo.") ResDef(MK_IMAP_GETTING_ACL_FOR_FOLDER, XP_MSG_BASE + 1401, "Getting folder ACL...") ResDef(MK_MSG_EXPIRE_NEWS_ARTICLES, XP_MSG_BASE + 1402, "Click here to remove all expired articles") ResDef(MK_MDN_DISPLAYED_RECEIPT, XP_MSG_BASE + 1403, "Return Receipt (displayed)") ResDef(MK_MDN_DISPATCHED_RECEIPT, XP_MSG_BASE + 1404, "Return Receipt (dispatched)") ResDef(MK_MDN_PROCESSED_RECEIPT, XP_MSG_BASE + 1405, "Return Receipt (processed)") ResDef(MK_MDN_DELETED_RECEIPT, XP_MSG_BASE + 1406, "Return Receipt (deleted)") ResDef(MK_MDN_DENIED_RECEIPT, XP_MSG_BASE + 1407, "Return Receipt (denied)") ResDef(MK_MDN_FAILED_RECEIPT, XP_MSG_BASE + 1408, "Return Receipt (failed)") ResDef(MK_IMAP_GETTING_SERVER_INFO, XP_MSG_BASE + 1409, "Getting Server Configuration Info...") ResDef(MK_IMAP_GETTING_MAILBOX_INFO, XP_MSG_BASE + 1410, "Getting Mailbox Configuration Info...") ResDef(MK_IMAP_EMPTY_MIME_PART, XP_MSG_BASE + 1411, "This body part will be downloaded on demand.") ResDef(MK_IMAP_UNABLE_TO_SAVE_MESSAGE, XP_MSG_BASE + 1412, "IMAP Error: The message could not be saved due to an error.") ResDef(MK_IMAP_NO_ONLINE_FOLDER, XP_MSG_BASE + 1413, "IMAP Error: The online folder information could not be retrieved.") ResDef(XP_MSG_IMAP_LOGIN_FAILED, XP_MSG_BASE + 1414, "Login failed.") ResDef(XP_SEARCH_VALUE_REQUIRED, XP_MSG_BASE + 1415, "Please enter some text to search for and try again.") ResDef(MK_MIMEHTML_SIGNED_UNVERIFIED, XP_MSG_BASE + 1416, "Unverified Signature") /* IMAP ACL Rights descriptions */ ResDef(XP_MSG_IMAP_ACL_FULL_RIGHTS, XP_MSG_BASE + 1417, "Full Control") ResDef(XP_MSG_IMAP_ACL_LOOKUP_RIGHT, XP_MSG_BASE + 1418, "Lookup") ResDef(XP_MSG_IMAP_ACL_READ_RIGHT, XP_MSG_BASE + 1419, "Read") ResDef(XP_MSG_IMAP_ACL_SEEN_RIGHT, XP_MSG_BASE + 1420, "Set Read/Unread State") ResDef(XP_MSG_IMAP_ACL_WRITE_RIGHT, XP_MSG_BASE + 1421, "Write") ResDef(XP_MSG_IMAP_ACL_INSERT_RIGHT, XP_MSG_BASE + 1422, "Insert (Copy Into)") ResDef(XP_MSG_IMAP_ACL_POST_RIGHT, XP_MSG_BASE + 1423, "Post") ResDef(XP_MSG_IMAP_ACL_CREATE_RIGHT, XP_MSG_BASE + 1424, "Create Subfolder") ResDef(XP_MSG_IMAP_ACL_DELETE_RIGHT, XP_MSG_BASE + 1425, "Delete Messages") ResDef(XP_MSG_IMAP_ACL_ADMINISTER_RIGHT, XP_MSG_BASE + 1426, "Administer Folder") ResDef(XP_MSG_IMAP_PERSONAL_FOLDER_TYPE_NAME, XP_MSG_BASE + 1427, "Personal Folder") ResDef(XP_MSG_IMAP_PERSONAL_SHARED_FOLDER_TYPE_NAME, XP_MSG_BASE + 1428, "Personal Folder") ResDef(XP_MSG_IMAP_PUBLIC_FOLDER_TYPE_NAME, XP_MSG_BASE + 1429, "Public Folder") ResDef(XP_MSG_IMAP_OTHER_USERS_FOLDER_TYPE_NAME, XP_MSG_BASE + 1430, "Other User's Folder") ResDef(XP_MSG_IMAP_PERSONAL_FOLDER_TYPE_DESCRIPTION, XP_MSG_BASE + 1431, "This is a personal mail folder. It is not shared.") ResDef(XP_MSG_IMAP_PERSONAL_SHARED_FOLDER_TYPE_DESCRIPTION, XP_MSG_BASE + 1432, "This is a personal mail folder. It has been shared.") ResDef(XP_MSG_IMAP_PUBLIC_FOLDER_TYPE_DESCRIPTION, XP_MSG_BASE + 1433, "This is a public folder.") ResDef(XP_MSG_IMAP_OTHER_USERS_FOLDER_TYPE_DESCRIPTION, XP_MSG_BASE + 1434, "This is a mail folder shared by the user '%s'.") ResDef(XP_MSG_IMAP_UNKNOWN_USER, XP_MSG_BASE + 1435, "Unknown") ResDef(XP_MSG_CACHED_PASSWORD_NOT_MATCHED, XP_MSG_BASE + 1436, "Password entered doesn't match last password used with server.") ResDef(XP_MSG_PASSWORD_FAILED, XP_MSG_BASE + 1437, "You have not entered a password or have exceeded the number of \ password attempts allowed.") ResDef(MK_MSG_REMOVE_IMAP_HOST_CONFIRM, XP_MSG_BASE + 1438, "Are you sure you want to remove the mail host %s?") ResDef(MK_MIMEHTML_VERIFY_SIGNATURE, XP_MSG_BASE + 1439, "Verify Signature") ResDef(MK_MSG_SHOW_ATTACHMENT_PANE, XP_MSG_BASE + 1440, "Toggle Attachment Pane") ResDef(MK_MIMEHTML_DOWNLOAD_STATUS_HEADER, XP_MSG_BASE + 1441, "Download Status") ResDef(MK_MIMEHTML_DOWNLOAD_STATUS_NOT_DOWNLOADED, XP_MSG_BASE + 1442, "Not Downloaded Inline") ResDef(MK_ACCESS_DOMAIN, XP_MSG_BASE + 1443, "Domain:") ResDef(MK_ACCESS_PATH, XP_MSG_BASE + 1444, "Path:") ResDef(MK_ACCESS_YES, XP_MSG_BASE + 1445, "Yes") ResDef(MK_ACCESS_NO, XP_MSG_BASE + 1446, "No") /* -------- Range up tp 1449 reserved for MSGLIB!! ----------------*/ /* JavaScript dialog strings - seem to be duplicates! ResDef(XP_MSG_JS_CLOSE_WINDOW, XP_MSG_BASE + 1450, "Close Window?") ResDef(XP_MSG_JS_CLOSE_WINDOW_NAME, XP_MSG_BASE + 1451, "Close Window %s?") XXX - more strings to put here so that they can be internationalized End JavaScript dialog strings */ /* Related Links XP Strings */ ResDef(XP_RL_ABOUT_RL, XP_MSG_BASE + 1460, "About Related Sites") ResDef(XP_RL_ENHANCED_LIST, XP_MSG_BASE + 1461, "Detailed List...") ResDef(XP_RL_FETCHING, XP_MSG_BASE + 1462, "Fetching Related Sites...") ResDef(XP_RL_UNAVAILABLE, XP_MSG_BASE + 1463, "No Related Sites Available") ResDef(XP_RL_DISABLED, XP_MSG_BASE + 1464, "Related Sites Disabled") /* LDAP Replication Strings */ ResDef(MK_LDAP_REPL_PROGRESS_TITLE, XP_MSG_BASE + 1465, "Replicating Directory") ResDef(MK_LDAP_REPL_CONNECTING, XP_MSG_BASE + 1466, "Connecting to directory server...") ResDef(MK_LDAP_REPL_CHANGE_ENTRY, XP_MSG_BASE + 1467, "Replicating change entry %d") ResDef(MK_LDAP_REPL_NEW_ENTRY, XP_MSG_BASE + 1468, "Replicating entry %d") ResDef(MK_LDAP_AUTHDN_LOOKUP_FAILED, XP_MSG_BASE + 1469, "Mail id invalid or not unique, cannot resolve to directory authorization entry.") /* Cookies & Signons XP Strings */ ResDef(MK_ACCESS_COOKIES_WISHES0, (XP_MSG_BASE + 1480), "The server %1$s \nwishes to set a cookie.\n\n\ Do you wish to allow the cookie to be set?") ResDef(MK_ACCESS_COOKIES_WISHES1, (XP_MSG_BASE + 1481), "The server %1$s \nwishes to set another cookie.\n\ You currently have a cookie from this server.\n\n\ Do you wish to allow the cookie to be set?") ResDef(MK_ACCESS_COOKIES_WISHESN, (XP_MSG_BASE + 1482), "The server %1$s \nwishes to set another cookie.\n\ You currently have %2$d cookies from this server.\n\n\ Do you wish to allow the cookie to be set?") ResDef(MK_ACCESS_COOKIES_REMEMBER, (XP_MSG_BASE + 1483), "Do you want to remember this decision?") ResDef(MK_ACCESS_COOKIES_ACCEPTED, (XP_MSG_BASE + 1484), "Cookies you have accepted") ResDef(MK_ACCESS_COOKIES_PERMISSION, (XP_MSG_BASE + 1485), "Hosts that may (+) or may not (-)
    set cookies") ResDef(MK_SIGNON_PASSWORDS_GENERATE, (XP_MSG_BASE + 1490), \ "********") /* Note: above string used to say "generate" but at Rick Elliott's * suggestion it is being changed to be all asterisks. */ /* * This must be eight-characters long in all translations. Alternate * words that it could translate into would be any word that conveys * the idea that the user is asking for a random password to be generated * for him, e.g., "random", "select", "chose-one-for-me", etc. If none * are the right length, use a shorter one and include fill characters * such as "**pick**". */ ResDef(MK_SIGNON_PASSWORDS_REMEMBER, (XP_MSG_BASE + 1491), \ "Remember this as a new pasword for %1$s at %2$s?") ResDef(MK_SIGNON_PASSWORDS_FETCH, (XP_MSG_BASE + 1492), \ "Fetch old password for %1$s at %2$s?") ResDef(MK_SIGNON_YOUR_SIGNONS, (XP_MSG_BASE + 1493), "Your Signons") /* Location Independence XP Strings */ #define LI_MSG_BASE XP_MSG_BASE + 1500 /* <-- offset = 1500, we don't have much room left above */ ResDef(LI_DOWN_CONFLICT_1, LI_MSG_BASE+1, "\ Local and server copies of %0% are in conflict. What would you like to do:

    \ %-cont-%") ResDef(LI_DOWN_CONFLICT_2, LI_MSG_BASE+2, "\ \ %-cont-%") ResDef(LI_DOWN_CONFLICT_3, LI_MSG_BASE+3, "\ \ \

    \ %-cont-%") ResDef(LI_DOWN_CONFLICT_4, LI_MSG_BASE+4, "\

    \ %-cont-%") ResDef(LI_DOWN_CONFLICT_5, LI_MSG_BASE+5, "\ \ %-cont-%") ResDef(LI_DOWN_CONFLICT_6, LI_MSG_BASE+6, "\ Do this for all the remaining files \ ") ResDef(LI_DOWN_TITLE, LI_MSG_BASE+7, "\ Download conflict") ResDef(LI_UP_CONFLICT_1, LI_MSG_BASE+8, "\ Local and server copies of %0% are in conflict. What would you like to do:

    \ %-cont-%") ResDef(LI_UP_CONFLICT_2, LI_MSG_BASE+9, "\ \ %-cont-%") ResDef(LI_UP_CONFLICT_3, LI_MSG_BASE+10, "\ \ \

    \ %-cont-%") ResDef(LI_UP_CONFLICT_4, LI_MSG_BASE+11, "\

    \ %-cont-%") ResDef(LI_UP_CONFLICT_5, LI_MSG_BASE+12, "\ \ Do this for all the remaining files \ ") ResDef(LI_UP_TITLE, LI_MSG_BASE+13, "\ Upload conflict") ResDef(LI_INIT_LATER, LI_MSG_BASE+14, "Your new location independence preference\n\ will take effect the next time\n\ you restart Communicator.") ResDef(LI_VERIFY_NOACCESS, LI_MSG_BASE+15, "An authorization error occured,\n\ please try retyping your username and password.") ResDef(LI_VERIFY_DNSFAIL, LI_MSG_BASE+16, "The LI server name specified does not exist,\n\ please check the spelling and try again.") ResDef(LI_VERIFY_NETWORKERROR, LI_MSG_BASE+17, "An unexpected network error occurred.\n\ Cannot connect to the LI server.") /* Julian XP Strings */ #define JULIAN_MSG_BASE XP_MSG_BASE + 1550 ResDef(JULIAN_STRING_1, JULIAN_MSG_BASE+1, "Put your Julian strings here.") /* RDF XP Strings */ #define RDF_MSG_BASE XP_MSG_BASE + 1700 ResDef(RDF_HTML_STR, RDF_MSG_BASE+1, "\

    %0%

    %1%") ResDef(RDF_HTML_STR_1, RDF_MSG_BASE+2, "\ %s:\n") ResDef(RDF_HTML_STR_2, RDF_MSG_BASE+3, "\ %s:\n") ResDef(RDF_HTML_STR_3, RDF_MSG_BASE+4, "\ %s:%s\n") ResDef(RDF_HTML_STR_4, RDF_MSG_BASE+5, "\ %s
    \n") ResDef(RDF_HTML_STR_5, RDF_MSG_BASE+6, "\ %s:\n") ResDef(RDF_HTML_WINDATE, RDF_MSG_BASE+7, "%#m/%#d/%Y %#I:%M %p") ResDef(RDF_HTML_MACDATE, RDF_MSG_BASE+8, "%m/%d/%Y %I:%M %p") ResDef(RDF_DATA_1, RDF_MSG_BASE+9, "Untitled URL") ResDef(RDF_DATA_2, RDF_MSG_BASE+10, "Untitled Folder") ResDef(RDF_DELETEFILE, RDF_MSG_BASE+11, "Delete file '%s' ?") ResDef(RDF_UNABLETODELETEFILE, RDF_MSG_BASE+12, "File: '%s' could not be deleted.") ResDef(RDF_DELETEFOLDER, RDF_MSG_BASE+13, "Delete folder '%s' and its contents?") ResDef(RDF_UNABLETODELETEFOLDER, RDF_MSG_BASE+14, "Folder: '%s' could not be deleted.") ResDef(RDF_NEWPASSWORD, RDF_MSG_BASE+15, "New Password:") ResDef(RDF_CONFIRMPASSWORD, RDF_MSG_BASE+16, "Confirm New Password:") ResDef(RDF_MISMATCHPASSWORD, RDF_MSG_BASE+17, "Passwords did not match.") ResDef(RDF_ENTERPASSWORD, RDF_MSG_BASE+18, "Enter Password for '%s' ?") ResDef(RDF_SITEMAPNAME, RDF_MSG_BASE+19, "Sitemap") ResDef(RDF_RELATEDLINKSNAME, RDF_MSG_BASE+20, "Related Links") ResDef(RDF_DEFAULTCOLUMNNAME, RDF_MSG_BASE+21, "Name") ResDef(RDF_NEWWORKSPACEPROMPT, RDF_MSG_BASE+22, "New workspace name:") ResDef(RDF_DELETEWORKSPACE, RDF_MSG_BASE+23, "Delete workspace '%s' and its contents?") ResDef(RDF_ADDITIONS_ALLOWED, RDF_MSG_BASE+24, "Prevent Additions") ResDef(RDF_DELETION_ALLOWED, RDF_MSG_BASE+25, "Prevent Deletion") ResDef(RDF_ICON_URL_LOCKED, RDF_MSG_BASE+26, "Lock Icon URL") ResDef(RDF_NAME_LOCKED, RDF_MSG_BASE+27, "Lock Name") ResDef(RDF_COPY_ALLOWED, RDF_MSG_BASE+28, "Prevent Copies") ResDef(RDF_MOVE_ALLOWED, RDF_MSG_BASE+29, "Prevent Moves") ResDef(RDF_WORKSPACE_POS_LOCKED, RDF_MSG_BASE+30, "Lock Workspace Position") ResDef(RDF_WEEKOF, RDF_MSG_BASE+31, "Week of %d/%d/%d") ResDef(RDF_WITHINLASTHOUR, RDF_MSG_BASE+32, "Within the last hour") ResDef(RDF_TODAY, RDF_MSG_BASE+33, "Today") #define RDF_DAY_BASE RDF_MSG_BASE + 34 ResDef(RDF_DAY_0, RDF_DAY_BASE+0, "Sunday") ResDef(RDF_DAY_1, RDF_DAY_BASE+1, "Monday") ResDef(RDF_DAY_2, RDF_DAY_BASE+2, "Tuesday") ResDef(RDF_DAY_3, RDF_DAY_BASE+3, "Wednesday") ResDef(RDF_DAY_4, RDF_DAY_BASE+4, "Thursday") ResDef(RDF_DAY_5, RDF_DAY_BASE+5, "Friday") ResDef(RDF_DAY_6, RDF_DAY_BASE+6, "Saturday") #define RDF_CMD_BASE RDF_MSG_BASE + 41 ResDef(RDF_CMD_0, RDF_CMD_BASE+0, " ") ResDef(RDF_CMD_1, RDF_CMD_BASE+1, "Open or Close") ResDef(RDF_CMD_2, RDF_CMD_BASE+2, "Open File") ResDef(RDF_CMD_3, RDF_CMD_BASE+3, "Print") ResDef(RDF_CMD_4, RDF_CMD_BASE+4, "Open URL In New Window") ResDef(RDF_CMD_5, RDF_CMD_BASE+5, "Open URL in Composer") ResDef(RDF_CMD_6, RDF_CMD_BASE+6, "Open As Workspace") ResDef(RDF_CMD_7, RDF_CMD_BASE+7, "New Bookmark...") ResDef(RDF_CMD_8, RDF_CMD_BASE+8, "New Folder") ResDef(RDF_CMD_9, RDF_CMD_BASE+9, "New Separator") ResDef(RDF_CMD_10, RDF_CMD_BASE+10, "Make Alias") ResDef(RDF_CMD_11, RDF_CMD_BASE+11, "Add To Bookmarks") ResDef(RDF_CMD_12, RDF_CMD_BASE+12, "Save As...") ResDef(RDF_CMD_13, RDF_CMD_BASE+13, "Create Shortcut") ResDef(RDF_CMD_14, RDF_CMD_BASE+14, "Set Personal Toolbar Folder") ResDef(RDF_CMD_15, RDF_CMD_BASE+15, "Set Bookmark Menu") ResDef(RDF_CMD_16, RDF_CMD_BASE+16, "Set New Bookmark Folder") ResDef(RDF_CMD_17, RDF_CMD_BASE+17, "Cut") ResDef(RDF_CMD_18, RDF_CMD_BASE+18, "Copy") ResDef(RDF_CMD_19, RDF_CMD_BASE+19, "Paste") ResDef(RDF_CMD_20, RDF_CMD_BASE+20, "Delete File...") ResDef(RDF_CMD_21, RDF_CMD_BASE+21, "Delete Folder...") ResDef(RDF_CMD_22, RDF_CMD_BASE+22, "Reveal in Finder") ResDef(RDF_CMD_23, RDF_CMD_BASE+23, "Properties...") ResDef(RDF_CMD_24, RDF_CMD_BASE+24, "Rename Workspace") ResDef(RDF_CMD_25, RDF_CMD_BASE+25, "Delete Workspace...") ResDef(RDF_CMD_26, RDF_CMD_BASE+26, "Move Workspace Up") ResDef(RDF_CMD_27, RDF_CMD_BASE+27, "Move Workspace Down") ResDef(RDF_CMD_28, RDF_CMD_BASE+28, "Refresh") ResDef(RDF_CMD_29, RDF_CMD_BASE+29, "Export...") ResDef(RDF_CMD_30, RDF_CMD_BASE+30, "Remove as Bookmark Menu") ResDef(RDF_CMD_31, RDF_CMD_BASE+31, "Remove as New Bookmark Folder") ResDef(RDF_CMD_32, RDF_CMD_BASE+32, "Set Password...") ResDef(RDF_CMD_33, RDF_CMD_BASE+33, "Remove Password...") ResDef(RDF_CMD_34, RDF_CMD_BASE+34, "Export All...") ResDef(RDF_CMD_35, RDF_CMD_BASE+35, "Undo") ResDef(RDF_CMD_36, RDF_CMD_BASE+36, "New Workspace...") ResDef(RDF_CMD_37, RDF_CMD_BASE+37, "Rename") ResDef(RDF_CMD_38, RDF_CMD_BASE+38, "Find...") ResDef(RDF_MAIN_TITLE, RDF_MSG_BASE+100, "Information") ResDef(RDF_COLOR_TITLE, RDF_MSG_BASE+101, "Color Information") ResDef(RDF_MISSION_CONTROL_TITLE, RDF_MSG_BASE+102, "Mission Control Settings") ResDef(RDF_TREE_COLORS_TITLE, RDF_MSG_BASE+103, "Tree Colors") ResDef(RDF_SELECTION_COLORS_TITLE, RDF_MSG_BASE+104, "Selection Colors") ResDef(RDF_COLUMN_COLORS_TITLE, RDF_MSG_BASE+105, "Column Colors") ResDef(RDF_TITLEBAR_COLORS_TITLE, RDF_MSG_BASE+106, "Title Bar Colors") ResDef(RDF_APPLETALK_TOP_NAME, RDF_MSG_BASE+107, "Appletalk Zones and File Servers") ResDef(RDF_PERSONAL_TOOLBAR_NAME, RDF_MSG_BASE+108, "Personal Toolbar") ResDef(RDF_FIND_TITLE, RDF_MSG_BASE+109, "Find") ResDef(RDF_HTML_STR_NUMBER, RDF_MSG_BASE+110, "\ %s:\n") ResDef(RDF_HTML_INFOHEADER_STR, RDF_MSG_BASE+111, "\ %s\n") ResDef(RDF_HTML_MAININFOHEADER_STR, RDF_MSG_BASE+112, "\ '%s' Information\n") ResDef(RDF_HTML_EMPTYHEADER_STR, RDF_MSG_BASE+113, "

    \n") ResDef(RDF_HTML_COLOR_STR, RDF_MSG_BASE+114, "\ %s:\ \  
    \n") ResDef(RDF_FOREGROUND_COLOR_STR, RDF_MSG_BASE+120, "Foreground Color") ResDef(RDF_BACKGROUND_COLOR_STR, RDF_MSG_BASE+121, "Background Color") ResDef(RDF_BACKGROUND_IMAGE_STR, RDF_MSG_BASE+122, "Background Image URL") ResDef(RDF_SHOW_TREE_CONNECTIONS_STR, RDF_MSG_BASE+123, "Show Tree Connections") ResDef(RDF_CONNECTION_FG_COLOR_STR, RDF_MSG_BASE+124, "Connection Foreground Color") ResDef(RDF_OPEN_TRIGGER_IMAGE_STR, RDF_MSG_BASE+125, "Open Trigger Image URL") ResDef(RDF_CLOSED_TRIGGER_IMAGE_STR, RDF_MSG_BASE+126, "Closed Trigger Image URL") ResDef(RDF_SHOW_HEADERS_STR, RDF_MSG_BASE+127, "Show Headers") ResDef(RDF_SHOW_HEADER_DIVIDERS_STR, RDF_MSG_BASE+128, "Show Header Dividers") ResDef(RDF_SORT_COLUMN_FG_COLOR_STR, RDF_MSG_BASE+129, "Sort Column Foreground Color") ResDef(RDF_SORT_COLUMN_BG_COLOR_STR, RDF_MSG_BASE+130, "Sort Column Background Color") ResDef(RDF_DIVIDER_COLOR_STR, RDF_MSG_BASE+131, "Divider Color") ResDef(RDF_SHOW_COLUMN_DIVIDERS_STR, RDF_MSG_BASE+132, "Show Column Dividers") ResDef(RDF_SELECTED_HEADER_FG_COLOR_STR, RDF_MSG_BASE+133, "Selected Header Foreground Color") ResDef(RDF_SELECTED_HEADER_BG_COLOR_STR, RDF_MSG_BASE+134, "Selected Header Background Color") ResDef(RDF_SHOW_COLUMN_HILITING_STR, RDF_MSG_BASE+135, "Show Column Hiliting") ResDef(RDF_TRIGGER_PLACEMENT_STR, RDF_MSG_BASE+136, "Trigger Placement") ResDef(RDF_URL_STR, RDF_MSG_BASE+140, "URL") ResDef(RDF_DESCRIPTION_STR, RDF_MSG_BASE+141, "Description") ResDef(RDF_FIRST_VISIT_STR, RDF_MSG_BASE+142, "First visited on") ResDef(RDF_LAST_VISIT_STR, RDF_MSG_BASE+143, "Last visited on") ResDef(RDF_NUM_ACCESSES_STR, RDF_MSG_BASE+144, "# of Accesses") ResDef(RDF_CREATED_ON_STR, RDF_MSG_BASE+145, "Created on") ResDef(RDF_LAST_MOD_STR, RDF_MSG_BASE+146, "Last modified on") ResDef(RDF_SIZE_STR, RDF_MSG_BASE+147, "Size") ResDef(RDF_ADDED_ON_STR, RDF_MSG_BASE+148, "Added on") ResDef(RDF_ICON_URL_STR, RDF_MSG_BASE+149, "Icon URL") ResDef(RDF_LARGE_ICON_URL_STR, RDF_MSG_BASE+150, "Large Icon URL") ResDef(RDF_HTML_URL_STR, RDF_MSG_BASE+151, "HTML URL") ResDef(RDF_HTML_HEIGHT_STR, RDF_MSG_BASE+152, "HTML Height") ResDef(RDF_NAME_STR, RDF_MSG_BASE+153, "Name") ResDef(RDF_SHORTCUT_STR, RDF_MSG_BASE+154, "Shortcut") ResDef(RDF_SETCOLOR_JS, RDF_MSG_BASE+160, "\ ") ResDef(RDF_DEFAULTCOLOR_JS, RDF_MSG_BASE+161, "\ ") ResDef(RDF_COLOR_LAYER, RDF_MSG_BASE+163, "") ResDef(RDF_HTMLCOLOR_STR, RDF_MSG_BASE+164, "\ %0%

    %1%

    %2%") ResDef(RDF_SELECT_START, RDF_MSG_BASE+170, "\n") ResDef(RDF_SELECT_OPTION, RDF_MSG_BASE+172, "

    ") ResDef(RDF_FIND_INPUT_STR, RDF_MSG_BASE+182, "") ResDef(RDF_LOCAL_LOCATION_STR, RDF_MSG_BASE+190, "local workspaces") ResDef(RDF_REMOTE_LOCATION_STR, RDF_MSG_BASE+191, "remote workspaces") ResDef(RDF_ALL_LOCATION_STR, RDF_MSG_BASE+192, "all workspaces") ResDef(RDF_CONTAINS_STR, RDF_MSG_BASE+193, "contains") ResDef(RDF_IS_STR, RDF_MSG_BASE+194, "is") ResDef(RDF_IS_NOT_STR, RDF_MSG_BASE+195, "is not") ResDef(RDF_STARTS_WITH_STR, RDF_MSG_BASE+196, "starts with") ResDef(RDF_ENDS_WITH_STR, RDF_MSG_BASE+197, "ends with") ResDef(RDF_FIND_FULLNAME_STR, RDF_MSG_BASE+198, "Find: %s %s '%s'") ResDef(RDF_SHORTCUT_CONFLICT_STR, RDF_MSG_BASE+199, "'%s' is assigned as a shortcut for '%s'. Reassign it?") ResDef(RDF_AFP_CLIENT_37_STR, RDF_MSG_BASE+200, "Please install AppleShare Client version 3.7 or later.") ResDef(RDF_AFP_AUTH_FAILED_STR, RDF_MSG_BASE+201, "User authentication failed.") ResDef(RDF_AFP_PW_EXPIRED_STR, RDF_MSG_BASE+202, "Password expired.") ResDef(RDF_AFP_ALREADY_MOUNTED_STR, RDF_MSG_BASE+203, "Volume already mounted.") ResDef(RDF_AFP_MAX_SERVERS_STR, RDF_MSG_BASE+204, "Maximum number of volumes has been mounted.") ResDef(RDF_AFP_NOT_RESPONDING_STR, RDF_MSG_BASE+205, "Server is not responding.") ResDef(RDF_AFP_SAME_NODE_STR, RDF_MSG_BASE+206, "Failed to log on to a server running on this machine.") ResDef(RDF_AFP_ERROR_NUM_STR, RDF_MSG_BASE+207, "\rError %d") ResDef(RDF_VOLUME_DESC_STR, RDF_MSG_BASE+210, "Volume") ResDef(RDF_DIRECTORY_DESC_STR, RDF_MSG_BASE+211, "Directory") ResDef(RDF_FILE_DESC_STR, RDF_MSG_BASE+212, "File") ResDef(RDF_FTP_NAME_STR, RDF_MSG_BASE+213, "FTP Locations") /* The following messages are for capabilities based Signed Applets/JS */ #define CAPS_MSG_BASE XP_MSG_BASE + 3500 ResDef(CAPS_TARGET_RISK_STR_LOW, (CAPS_MSG_BASE + 1), "\ low") ResDef(CAPS_TARGET_RISK_STR_MEDIUM, (CAPS_MSG_BASE + 2), "\ medium") ResDef(CAPS_TARGET_RISK_STR_HIGH, (CAPS_MSG_BASE + 3), "\ high") ResDef(CAPS_TARGET_RISK_COLOR_LOW, (CAPS_MSG_BASE + 4), "\ #aaffaa") ResDef(CAPS_TARGET_RISK_COLOR_MEDIUM, (CAPS_MSG_BASE + 5), "\ #ffffaa") ResDef(CAPS_TARGET_RISK_COLOR_HIGH, (CAPS_MSG_BASE + 6), "\ #ffaaaa") ResDef(CAPS_TARGET_HELP_URL, (CAPS_MSG_BASE + 7), "\ http://home.netscape.com/eng/mozilla/4.0/handbook/") ResDef(CAPS_TARGET_DESC_THREAD_ACCESS, (CAPS_MSG_BASE + 8), "\ Manipulating other applets (threads) running on your computer") ResDef(CAPS_TARGET_DETAIL_DESC_THREAD_ACCESS, (CAPS_MSG_BASE + 9), "\ Manipulating other applets (threads) running on your computer") ResDef(CAPS_TARGET_URL_THREAD_ACCESS, (CAPS_MSG_BASE + 10), "\ #ThreadAccess") ResDef(CAPS_TARGET_DESC_THREAD_GROUP_ACCESS, (CAPS_MSG_BASE + 11), "\ Manipulating groups of applets (threads) running on your computer") ResDef(CAPS_TARGET_DETAIL_DESC_THREAD_GROUP_ACCESS, (CAPS_MSG_BASE + 12), "\ Manipulating groups of applets (threads) running on your computer") ResDef(CAPS_TARGET_URL_THREAD_GROUP_ACCESS, (CAPS_MSG_BASE + 13), "\ #ThreadGroupAccess") ResDef(CAPS_TARGET_DESC_EXEC_ACCESS, (CAPS_MSG_BASE + 14), "\ Starting programs stored on your computer") ResDef(CAPS_TARGET_DETAIL_DESC_EXEC_ACCESS, (CAPS_MSG_BASE + 15), "\ Starting programs that are separate from Communicator and stored on \ hard disks or other storage media connected to your computer. \ For example, starting a word-processing or spreadsheet application.") ResDef(CAPS_TARGET_URL_EXEC_ACCESS, (CAPS_MSG_BASE + 16), "\ #ExecAccess") ResDef(CAPS_TARGET_DESC_EXIT_ACCESS, (CAPS_MSG_BASE + 17), "\ Exiting the Communicator program") ResDef(CAPS_TARGET_DETAIL_DESC_EXIT_ACCESS, (CAPS_MSG_BASE + 18), "\ Exiting all parts of the Communicator program that are currently running \ and releasing the memory they occupy.") ResDef(CAPS_TARGET_URL_EXIT_ACCESS, (CAPS_MSG_BASE + 19), "\ #ExitAccess") ResDef(CAPS_TARGET_DESC_LINK_ACCESS, (CAPS_MSG_BASE + 20), "\ Using native code stored in dynamically linked libraries") ResDef(CAPS_TARGET_DETAIL_DESC_LINK_ACCESS, (CAPS_MSG_BASE + 21), "\ Using code written specifically for the operating system of your computer. \ Such code must be stored in dynamically linked libraries on hard disks or \ other storage media connected to your computer.") ResDef(CAPS_TARGET_URL_LINK_ACCESS, (CAPS_MSG_BASE + 22), "\ #LinkAccess") ResDef(CAPS_TARGET_DESC_PROPERTY_WRITE, (CAPS_MSG_BASE + 23), "\ Modifying sensitive information stored in your computer") ResDef(CAPS_TARGET_DETAIL_DESC_PROPERTY_WRITE, (CAPS_MSG_BASE + 24), "\ Modifying sensitive information stored in your computer that is normally kept \ private, such as certain security policy controls.") ResDef(CAPS_TARGET_URL_PROPERTY_WRITE, (CAPS_MSG_BASE + 25), "\ #PropertyWrite") ResDef(CAPS_TARGET_DESC_PROPERTY_READ, (CAPS_MSG_BASE + 26), "\ Reading information stored in your computer, such as your user name") ResDef(CAPS_TARGET_DETAIL_DESC_PROPERTY_READ, (CAPS_MSG_BASE + 27), "\ Reading information stored in your computer that is normally kept private, \ such as your user name and the current directory.") ResDef(CAPS_TARGET_URL_PROPERTY_READ, (CAPS_MSG_BASE + 28), "\ #PropertyRead") ResDef(CAPS_TARGET_DESC_FILE_READ, (CAPS_MSG_BASE + 29), "\ Reading files stored in your computer") ResDef(CAPS_TARGET_DETAIL_DESC_FILE_READ, (CAPS_MSG_BASE + 30), "\ Reading any files stored on hard disks or other storage media connected to \ your computer.") ResDef(CAPS_TARGET_URL_FILE_READ, (CAPS_MSG_BASE + 31), "\ #FileRead") ResDef(CAPS_TARGET_DESC_FILE_WRITE, (CAPS_MSG_BASE + 32), "\ Modifying files stored in your computer") ResDef(CAPS_TARGET_DETAIL_DESC_FILE_WRITE, (CAPS_MSG_BASE + 33), "\ Modifying any files stored on hard disks or other storage media connected to \ you computer.") ResDef(CAPS_TARGET_URL_FILE_WRITE, (CAPS_MSG_BASE + 34), "\ #FileWrite") ResDef(CAPS_TARGET_DESC_FILE_DELETE, (CAPS_MSG_BASE + 35), "\ Deleting files stored in your computer") ResDef(CAPS_TARGET_DETAIL_DESC_FILE_DELETE, (CAPS_MSG_BASE + 36), "\ Deletion of any files stored on hard disks or other storage media connected \ to your computer.") ResDef(CAPS_TARGET_URL_FILE_DELETE, (CAPS_MSG_BASE + 37), "\ #FileDelete") ResDef(CAPS_TARGET_DESC_FD_READ, (CAPS_MSG_BASE + 38), "\ Reading data from a network connection") ResDef(CAPS_TARGET_DETAIL_DESC_FD_READ, (CAPS_MSG_BASE + 39), "\ Reading data from a network connection via file descriptor") ResDef(CAPS_TARGET_URL_FD_READ, (CAPS_MSG_BASE + 40), "\ #FdRead") ResDef(CAPS_TARGET_DESC_FD_WRITE, (CAPS_MSG_BASE + 41), "\ Writing data from a network connection") ResDef(CAPS_TARGET_DETAIL_DESC_FD_WRITE, (CAPS_MSG_BASE + 42), "\ Writing data from a network connection via file descriptor") ResDef(CAPS_TARGET_URL_FD_WRITE, (CAPS_MSG_BASE + 43), "\ #FdWrite") ResDef(CAPS_TARGET_DESC_LISTEN, (CAPS_MSG_BASE + 44), "\ Accepting connections from other computers on a network") ResDef(CAPS_TARGET_DETAIL_DESC_LISTEN, (CAPS_MSG_BASE + 45), "\ Accepting connections from other computers on a network.") ResDef(CAPS_TARGET_URL_LISTEN, (CAPS_MSG_BASE + 46), "\ #Listen") ResDef(CAPS_TARGET_DESC_ACCEPT, (CAPS_MSG_BASE + 47), "\ Accepting connections from other computers on a network") ResDef(CAPS_TARGET_DETAIL_DESC_ACCEPT, (CAPS_MSG_BASE + 48), "\ Accepting connections from other computers on a network.") ResDef(CAPS_TARGET_URL_ACCEPT, (CAPS_MSG_BASE + 49), "\ #Accept") ResDef(CAPS_TARGET_DESC_CONNECT, (CAPS_MSG_BASE + 50), "\ Contacting and connecting with other computers over a network") ResDef(CAPS_TARGET_DETAIL_DESC_CONNECT, (CAPS_MSG_BASE + 51), "\ Contacting and connecting with other computers over a network.") ResDef(CAPS_TARGET_URL_CONNECT, (CAPS_MSG_BASE + 52), "\ #Connect") ResDef(CAPS_TARGET_DESC_REDIRECT, (CAPS_MSG_BASE + 53), "\ Allow remote computer to redirect connection requests to another computer") ResDef(CAPS_TARGET_DETAIL_DESC_REDIRECT, (CAPS_MSG_BASE + 54), "\ Allow remote computer to redirect connection requests to another computer.") ResDef(CAPS_TARGET_URL_REDIRECT, (CAPS_MSG_BASE + 55), "\ #Redirect") ResDef(CAPS_TARGET_DESC_CLIENT_AUTH, (CAPS_MSG_BASE + 56), "\ Remotely authenticate as you with SSL") ResDef(CAPS_TARGET_DETAIL_DESC_CLIENT_AUTH, (CAPS_MSG_BASE + 57), "\ Connecting to remote computers using SSL and authenticating with a key in your \ private database. If the applet additionally has UniversalConnect privileges, \ it could potentially authenticate with your key to any site on the Internet, \ which would be more dangerous.") ResDef(CAPS_TARGET_URL_CLIENT_AUTH, (CAPS_MSG_BASE + 58), "\ #ClientAuth") ResDef(CAPS_TARGET_DESC_CONNECT_WITH_REDIRECT, (CAPS_MSG_BASE + 59), "\ Contacting and connecting with other computers over a network") ResDef(CAPS_TARGET_DETAIL_DESC_CONNECT_WITH_REDIRECT, (CAPS_MSG_BASE + 60), "\ Contacting and connecting with other computers, where the remote computer can \ redirect connection requests to another computer.") ResDef(CAPS_TARGET_URL_CONNECT_WITH_REDIRECT, (CAPS_MSG_BASE + 61), "\ #ConnectWithRedirect") ResDef(CAPS_TARGET_DESC_MULTICAST, (CAPS_MSG_BASE + 62), "\ Broadcasting information to multiple computers over a network") ResDef(CAPS_TARGET_DETAIL_DESC_MULTICAST, (CAPS_MSG_BASE + 63), "\ Broadcasting information to multiple computers over a network.") ResDef(CAPS_TARGET_URL_MULTICAST, (CAPS_MSG_BASE + 64), "\ #Multicast") ResDef(CAPS_TARGET_DESC_TOP_LEVEL_WINDOW, (CAPS_MSG_BASE + 65), "\ Displaying windows that don't have the unsigned applet label") ResDef(CAPS_TARGET_DETAIL_DESC_TOP_LEVEL_WINDOW, (CAPS_MSG_BASE + 66), "\ Displaying windows that don't have the unsigned applet label") ResDef(CAPS_TARGET_URL_TOP_LEVEL_WINDOW, (CAPS_MSG_BASE + 67), "\ #TopLevelWindow") ResDef(CAPS_TARGET_DESC_30_CAPABILITIES, (CAPS_MSG_BASE + 68), "\ Access required by Navigator plug-ins and similar programs") ResDef(CAPS_TARGET_DETAIL_DESC_30_CAPABILITIES, (CAPS_MSG_BASE + 69), "\ Access required by plug-ins and other programs containing native code. \ This form of access is allowed automatically in Navigator 3.0 for code \ that is downloaded to your hard disk.") ResDef(CAPS_TARGET_URL_30_CAPABILITIES, (CAPS_MSG_BASE + 70), "\ #30Capabilities") ResDef(CAPS_TARGET_DESC_DIALOG_MODALITY, (CAPS_MSG_BASE + 71), "\ Displaying a dialog box that may temporarily disable the browser") ResDef(CAPS_TARGET_DETAIL_DESC_DIALOG_MODALITY, (CAPS_MSG_BASE + 72), "\ Displaying modal dialog boxes: that is, dialog boxes that require you to \ type or respond in some way before you can do anything else. Modal dialog \ boxes temporarily disable the browser and can cause problems if not correctly \ implemented") ResDef(CAPS_TARGET_URL_DIALOG_MODALITY, (CAPS_MSG_BASE + 73), "\ #DialogModality") ResDef(CAPS_TARGET_DESC_PACKAGE_ACCESS, (CAPS_MSG_BASE + 74), "\ Using restricted Java system code") ResDef(CAPS_TARGET_DETAIL_DESC_PACKAGE_ACCESS, (CAPS_MSG_BASE + 75), "\ Using restricted Java system code") ResDef(CAPS_TARGET_URL_PACKAGE_ACCESS, (CAPS_MSG_BASE + 76), "\ #PackageAccess") ResDef(CAPS_TARGET_DESC_PACKAGE_DEFINITION, (CAPS_MSG_BASE + 77), "\ Loading restricted Java system code") ResDef(CAPS_TARGET_DETAIL_DESC_PACKAGE_DEFINITION, (CAPS_MSG_BASE + 78), "\ Loading restricted Java system code") ResDef(CAPS_TARGET_URL_PACKAGE_DEFINITION, (CAPS_MSG_BASE + 79), "\ #PackageDefinition") ResDef(CAPS_TARGET_DESC_SET_FACTORY, (CAPS_MSG_BASE + 80), "\ Defining protocol handlers for network connections") ResDef(CAPS_TARGET_DETAIL_DESC_SET_FACTORY, (CAPS_MSG_BASE + 81), "\ Defining protocol handlers for network connections") ResDef(CAPS_TARGET_URL_SET_FACTORY, (CAPS_MSG_BASE + 82), "\ #SetFactory") ResDef(CAPS_TARGET_DESC_MEMBER_ACCESS, (CAPS_MSG_BASE + 83), "\ Examining the Java code for any applet running on your computer") ResDef(CAPS_TARGET_DETAIL_DESC_MEMBER_ACCESS, (CAPS_MSG_BASE + 84), "\ Examining the Java code for any applet running on your computer") ResDef(CAPS_TARGET_URL_MEMBER_ACCESS, (CAPS_MSG_BASE + 85), "\ #MemberAccess") ResDef(CAPS_TARGET_DESC_PRINT_JOB_ACCESS, (CAPS_MSG_BASE + 86), "\ Printing from within Communicator") ResDef(CAPS_TARGET_DETAIL_DESC_PRINT_JOB_ACCESS, (CAPS_MSG_BASE + 87), "\ Printing from within Communicator") ResDef(CAPS_TARGET_URL_PRINT_JOB_ACCESS, (CAPS_MSG_BASE + 88), "\ #PrintJobAccess") ResDef(CAPS_TARGET_DESC_SYSTEM_CLIPBOARD_ACCESS, (CAPS_MSG_BASE + 89), "\ Reading and writing to the system clipboard for your computer") ResDef(CAPS_TARGET_DETAIL_DESC_SYSTEM_CLIPBOARD_ACCESS, (CAPS_MSG_BASE + 90), "\ Reading and writing to the system clipboard for your computer") ResDef(CAPS_TARGET_URL_SYSTEM_CLIPBOARD_ACCESS, (CAPS_MSG_BASE + 91), "\ #SystemClipboardAccess") ResDef(CAPS_TARGET_DESC_AWT_EVENT_QUEUE_ACCESS, (CAPS_MSG_BASE + 92), "\ Monitoring or intercepting typing or mouse movements") ResDef(CAPS_TARGET_DETAIL_DESC_AWT_EVENT_QUEUE_ACCESS, (CAPS_MSG_BASE + 93), "\ Monitoring or intercepting typing or mouse movements") ResDef(CAPS_TARGET_URL_AWT_EVENT_QUEUE_ACCESS, (CAPS_MSG_BASE + 94), "\ #AwtEventQueueAccess") ResDef(CAPS_TARGET_DESC_SECURITY_PROVIDER, (CAPS_MSG_BASE + 95), "\ Access to security") ResDef(CAPS_TARGET_DETAIL_DESC_SECURITY_PROVIDER, (CAPS_MSG_BASE + 96), "\ Access to security") ResDef(CAPS_TARGET_URL_SECURITY_PROVIDER, (CAPS_MSG_BASE + 97), "\ #SecurityProvider") ResDef(CAPS_TARGET_DESC_CREATE_SECURITY_MANAGER, (CAPS_MSG_BASE + 98), "\ Creating security policies for your computer") ResDef(CAPS_TARGET_DETAIL_DESC_CREATE_SECURITY_MANAGER, (CAPS_MSG_BASE + 99), "\ Creating security policies for your computer") ResDef(CAPS_TARGET_URL_CREATE_SECURITY_MANAGER, (CAPS_MSG_BASE + 100), "\ #CreateSecurityManager") ResDef(CAPS_TARGET_DESC_IMPERSONATOR, (CAPS_MSG_BASE + 101), "\ Access to impersonate as another application") ResDef(CAPS_TARGET_DETAIL_DESC_IMPERSONATOR, (CAPS_MSG_BASE + 102), "\ Access to impersonate as another application") ResDef(CAPS_TARGET_URL_IMPERSONATOR, (CAPS_MSG_BASE + 103), "\ #Impersonator") ResDef(CAPS_TARGET_DESC_BROWSER_READ, (CAPS_MSG_BASE + 104), "\ Access to browser data") ResDef(CAPS_TARGET_DETAIL_DESC_BROWSER_READ, (CAPS_MSG_BASE + 105), "\ Access to browser data that may be considered private, such as a list \ of web sites visited or the contents of web page forms you may have filled in.") ResDef(CAPS_TARGET_URL_BROWSER_READ, (CAPS_MSG_BASE + 106), "\ #BrowserRead") ResDef(CAPS_TARGET_DESC_BROWSER_WRITE, (CAPS_MSG_BASE + 107), "\ Modifying the browser") ResDef(CAPS_TARGET_DETAIL_DESC_BROWSER_WRITE, (CAPS_MSG_BASE + 108), "\ Modifying the browser in a potentially dangerous way, such as creating \ windows that may look like they belong to another program or positioning \ windows anywhere on the screen.") ResDef(CAPS_TARGET_URL_BROWSER_WRITE, (CAPS_MSG_BASE + 109), "\ #BrowserWrite") ResDef(CAPS_TARGET_DESC_BROWSER_ACCESS, (CAPS_MSG_BASE + 110), "\ Reading or modifying browser data") ResDef(CAPS_TARGET_DETAIL_DESC_BROWSER_ACCESS, (CAPS_MSG_BASE + 111), "\ Reading or modifying browser data that may be considered private, such as a \ list of web sites visited or the contents of web forms you may have filled in. \ Modifications may also include creating windows that look like they belong to \ another program or positioning windowsanywhere on the screen.") ResDef(CAPS_TARGET_URL_BROWSER_ACCESS, (CAPS_MSG_BASE + 112), "\ #BrowserAccess") ResDef(CAPS_TARGET_DESC_PREFS_READ, (CAPS_MSG_BASE + 113), "\ Reading preferences settings") ResDef(CAPS_TARGET_DETAIL_DESC_PREFS_READ, (CAPS_MSG_BASE + 114), "\ Access to read the current settings of your preferences.") ResDef(CAPS_TARGET_URL_PREFS_READ, (CAPS_MSG_BASE + 115), "\ #PrefsRead") ResDef(CAPS_TARGET_DESC_PREFS_WRITE, (CAPS_MSG_BASE + 116), "\ Modifying preferences settings") ResDef(CAPS_TARGET_DETAIL_DESC_PREFS_WRITE, (CAPS_MSG_BASE + 117), "\ Modifying the current settings of your preferences.") ResDef(CAPS_TARGET_URL_PREFS_WRITE, (CAPS_MSG_BASE + 118), "\ #PrefsWrite") ResDef(CAPS_TARGET_DESC_SEND_MAIL, (CAPS_MSG_BASE + 119), "\ Sending email messages on your behalf") ResDef(CAPS_TARGET_DETAIL_DESC_SEND_MAIL, (CAPS_MSG_BASE + 120), "\ Sending email messages on your behalf") ResDef(CAPS_TARGET_URL_SEND_MAIL, (CAPS_MSG_BASE + 121), "\ #SendMail") ResDef(CAPS_TARGET_DESC_REG_PRIVATE, (CAPS_MSG_BASE + 122), "\ Access to the vendor's portion of your computer's registry of installed \ software") ResDef(CAPS_TARGET_DETAIL_DESC_REG_PRIVATE, (CAPS_MSG_BASE + 123), "\ Most computers store information about installed software, such as version \ numbers, in a registry file. When you install new software, the installation \ program sometimes needs to read or change entries in the portion of the \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_REG_PRIVATE_1, (CAPS_MSG_BASE + 124), "\ registry that describes the software vendor's products. You should grant \ this form of access only if you are installing new software from a reliable \ vendor. The entity that signs the software can access only that entity's \ portion of the registry.") ResDef(CAPS_TARGET_URL_REG_PRIVATE, (CAPS_MSG_BASE + 125), "\ #RegPrivate") ResDef(CAPS_TARGET_DESC_REG_STANDARD, (CAPS_MSG_BASE + 126), "\ Access to shared information in the computer's registry of installed software") ResDef(CAPS_TARGET_DETAIL_DESC_REG_STANDARD, (CAPS_MSG_BASE + 127), "\ Most computers store information about installed software, such as version \ numbers, in a registry file. This file also includes information shared by \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_REG_STANDARD_1, (CAPS_MSG_BASE + 128), "\ all programs installed on your computer, including information about the user \ or the system. Programs that have access to shared registry information can \ obtain information about other programs that have the same access. This allows \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_REG_STANDARD_2, (CAPS_MSG_BASE + 129), "\ programs that work closely together to get information about each other. \ You should grant this form of access only if you know that the program \ requesting it is designed to work with other programs on your hard disk.") ResDef(CAPS_TARGET_URL_REG_STANDARD, (CAPS_MSG_BASE + 130), "\ #RegStandard") ResDef(CAPS_TARGET_DESC_REG_ADMIN, (CAPS_MSG_BASE + 131), "\ Access to any part of your computer's registry of installed software") ResDef(CAPS_TARGET_DETAIL_DESC_REG_ADMIN, (CAPS_MSG_BASE + 132), "\ Most computers store information about installed software, such as version \ numbers, in a registry file. System administrators sometimes need to change \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_REG_ADMIN_1, (CAPS_MSG_BASE + 133), "\ entries in the registry for software from a variety of vendors. You should \ grant this form of access only if you are running software provided by your \ system administrator.") ResDef(CAPS_TARGET_URL_REG_ADMIN, (CAPS_MSG_BASE + 134), "\ #RegAdmin") ResDef(CAPS_TARGET_DESC_SUPER_USER, (CAPS_MSG_BASE + 135), "\ Access to all Super User privileges") ResDef(CAPS_TARGET_DETAIL_DESC_SUPER_USER, (CAPS_MSG_BASE + 136), "\ Access to all Super User privileges") ResDef(CAPS_TARGET_URL_SUPER_USER, (CAPS_MSG_BASE + 137), "\ #SuperUser") ResDef(CAPS_TARGET_DESC_ACCOUNT_SETUP, (CAPS_MSG_BASE + 138), "\ Access required to setup and configure your browser") ResDef(CAPS_TARGET_DETAIL_DESC_ACCOUNT_SETUP, (CAPS_MSG_BASE + 139), "\ Access to, and modification of, browser data, preferences, files, networking \ and modem configuration. This access is commonly granted to the main setup \ program for your browser.") ResDef(CAPS_TARGET_URL_ACCOUNT_SETUP, (CAPS_MSG_BASE + 140), "\ #AccountSetup") ResDef(CAPS_TARGET_DESC_SAR, (CAPS_MSG_BASE + 141), "\ Access to the site archive file") ResDef(CAPS_TARGET_DETAIL_DESC_SAR, (CAPS_MSG_BASE + 142), "\ Access required to add, modify, or delete site archive files and make \ arbitrary network connections in the process. This form of access is required \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_SAR_1, (CAPS_MSG_BASE + 143), "\ only by netcasting applications such as Netscape Netcaster, which request it \ in combination with several other kinds of access. Applications should not \ normally request this access by itself, and you should not normally grant it.") ResDef(CAPS_TARGET_URL_SAR, (CAPS_MSG_BASE + 144), "\ #SiteArchive") ResDef(CAPS_TARGET_DESC_CONSTELLATION, (CAPS_MSG_BASE + 145), "\ Access required by netcasting programs") ResDef(CAPS_TARGET_DETAIL_DESC_CONSTELLATION, (CAPS_MSG_BASE + 146), "\ Access required by programs, such as Netscape Netcaster, that allow users to \ receive information over Internet channels and work with network resources \ offline.") ResDef(CAPS_TARGET_URL_CONSTELLATION, (CAPS_MSG_BASE + 147), "\ #Netcaster") ResDef(CAPS_TARGET_DESC_MARIMBA, (CAPS_MSG_BASE + 148), "\ Ability to run Marimba Castanet channels in their own applet sandbox with the \ extension that these channels may write to a part of the disk reserved for \ them and may find out the full path to the user profile directory.") ResDef(CAPS_TARGET_DETAIL_DESC_MARIMBA, (CAPS_MSG_BASE + 149), "\ Granting this target will allow the Marimba Castanet code to run. As part of \ running channels the Castanet code needs access to the hard-disk and the \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_MARIMBA_1, (CAPS_MSG_BASE + 150), "\ ability to connect to arbitrary network locations. It also needs to manipulate \ threads. Castanet channels run in a sandbox similar to untrusted applets except \ they can read/write to a part of the disk reserved for them separate from the \ rest of the disk.") ResDef(CAPS_TARGET_URL_MARIMBA, (CAPS_MSG_BASE + 151), "\ #Marimba") ResDef(CAPS_TARGET_DESC_IIOP, (CAPS_MSG_BASE + 152), "\ Implementing IIOP remote object software") ResDef(CAPS_TARGET_DETAIL_DESC_IIOP, (CAPS_MSG_BASE + 153), "\ Internet Inter-ORB Protocol (IIOP) is an open industry standard for distributing \ objects. It is commonly used for programs, such as banking applications, that \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_IIOP_1, (CAPS_MSG_BASE + 154), "\ involve transferring information among different kinds of computer systems over \ a network. Granting this access permits Java code to implement IIOP on your \ %-cont-%") ResDef(CAPS_TARGET_DETAIL_DESC_IIOP_2, (CAPS_MSG_BASE + 155), "\ computer and to access remote objects over a network. You should grant this \ access only if you are running a program, from a reliable IIOP vendor, that \ needs to connect with remote objects over a network.") ResDef(CAPS_TARGET_URL_IIOP, (CAPS_MSG_BASE + 156), "\ #IIOP") ResDef(CAPS_TARGET_DESC_CODEBASE_ENV, (CAPS_MSG_BASE + 157), "\ Ability to read and modify properties associated an applet's code base.") ResDef(CAPS_TARGET_DETAIL_DESC_CODEBASE_ENV, (CAPS_MSG_BASE + 158), "\ Allows local code to store and retrieve objects from a table that is \ associated with the current applet's host of origin.") ResDef(CAPS_TARGET_URL_CODEBASE_ENV, (CAPS_MSG_BASE + 159), "\ #CodebaseEnv") ResDef(CAPS_TARGET_DESC_DEBUGGER, (CAPS_MSG_BASE + 160), "\ Access to the debugger") ResDef(CAPS_TARGET_DETAIL_DESC_DEBUGGER, (CAPS_MSG_BASE + 161), "\ You should grant this access only if you are a professional programmer using \ debugging software from a reliable vendor.") ResDef(CAPS_TARGET_URL_DEBUGGER, (CAPS_MSG_BASE + 162), "\ #Debugger") ResDef(CAPS_TARGET_DESC_CANVAS_ACCESS, (CAPS_MSG_BASE + 163), "\ Displaying text or graphics anywhere on the screen") ResDef(CAPS_TARGET_DETAIL_DESC_CANVAS_ACCESS, (CAPS_MSG_BASE + 164), "\ Displaying HTML text or graphics on any part of the screen, without window \ borders, toolbars, or menus. Typically granted to invoke canvas mode, screen \ savers, and so on.") ResDef(CAPS_TARGET_URL_CANVAS_ACCESS, (CAPS_MSG_BASE + 165), "\ #CanvasAccess") ResDef(CAPS_TARGET_DESC_FILE_ACCESS, (CAPS_MSG_BASE + 166), "\ Reading, modification, or deletion of any of your files") ResDef(CAPS_TARGET_DETAIL_DESC_FILE_ACCESS, (CAPS_MSG_BASE + 167), "\ This form of access is typically required by a program such as a word \ processor or a debugger that needs to create, read, modify, or delete files \ on hard disks or other storage media connected to your computer.") ResDef(CAPS_TARGET_URL_FILE_ACCESS, (CAPS_MSG_BASE + 168), "\ #FileAccess") ResDef(CAPS_TARGET_DESC_LIMITED_FILE_ACCESS, (CAPS_MSG_BASE + 169), "\ Limited file access typically required by games") ResDef(CAPS_TARGET_DETAIL_DESC_LIMITED_FILE_ACCESS, (CAPS_MSG_BASE + 170), "\ Reading and modification of a limited area on disk as required by games to \ save scores") ResDef(CAPS_TARGET_URL_LIMITED_FILE_ACCESS, (CAPS_MSG_BASE + 171), "\ #LimitedFileAccess") ResDef(CAPS_TARGET_DESC_GAMES_ACCESS, (CAPS_MSG_BASE + 172), "\ Limited registry access typically required by games") ResDef(CAPS_TARGET_DETAIL_DESC_GAMES_ACCESS, (CAPS_MSG_BASE + 173), "\ Reading and modification of a limited registry area as required by games to \ save scores") ResDef(CAPS_TARGET_URL_GAMES_ACCESS, (CAPS_MSG_BASE + 174), "\ #GamesAccess") ResDef(CAPS_TARGET_DESC_WORD_PROCESSOR_ACCESS, (CAPS_MSG_BASE + 175), "\ File access typically required by word-processing programs") ResDef(CAPS_TARGET_DETAIL_DESC_WORD_PROCESSOR_ACCESS, (CAPS_MSG_BASE + 176), "\ Reading, modification, or deletion of any of your files, as required by \ word-processing programs.") ResDef(CAPS_TARGET_URL_WORD_PROCESSOR_ACCESS, (CAPS_MSG_BASE + 177), "\ #WordProcessorAccess") ResDef(CAPS_TARGET_DESC_SPREADSHEET_ACCESS, (CAPS_MSG_BASE + 178), "\ File access typically required by spreadsheet programs") ResDef(CAPS_TARGET_DETAIL_DESC_SPREADSHEET_ACCESS, (CAPS_MSG_BASE + 179), "\ Reading, modification, or deletion of any of your files, as required by \ spreadsheet programs.") ResDef(CAPS_TARGET_URL_SPREADSHEET_ACCESS, (CAPS_MSG_BASE + 180), "\ #SpreadsheetAccess") ResDef(CAPS_TARGET_DESC_PRESENTATION_ACCESS, (CAPS_MSG_BASE + 181), "\ File access typically required by presentation programs") ResDef(CAPS_TARGET_DETAIL_DESC_PRESENTATION_ACCESS, (CAPS_MSG_BASE + 182), "\ Reading, modification, or deletion of any of your files, as required by \ presentation programs.") ResDef(CAPS_TARGET_URL_PRESENTATION_ACCESS, (CAPS_MSG_BASE + 183), "\ #PresentationAccess") ResDef(CAPS_TARGET_DESC_DATABASE_ACCESS, (CAPS_MSG_BASE + 184), "\ File access typically required by database programs") ResDef(CAPS_TARGET_DETAIL_DESC_DATABASE_ACCESS, (CAPS_MSG_BASE + 185), "\ Reading, modification, or deletion of any of your files, as required by \ database programs.") ResDef(CAPS_TARGET_URL_DATABASE_ACCESS, (CAPS_MSG_BASE + 186), "\ #DatabaseAccess") ResDef(CAPS_TARGET_DESC_TERMINAL_EMULATOR, (CAPS_MSG_BASE + 187), "\ Access required by terminal emulators and other communications programs") ResDef(CAPS_TARGET_DETAIL_DESC_TERMINAL_EMULATOR, (CAPS_MSG_BASE + 188), "\ Reading and writing files and establishing network connections. This form of \ access is required by terminal emulators such as the 3270 or VT100 emulator.") ResDef(CAPS_TARGET_URL_TERMINAL_EMULATOR, (CAPS_MSG_BASE + 189), "\ #TerminalEmulator") ResDef(CAPS_TARGET_DESC_JAR_PACKAGER, (CAPS_MSG_BASE + 190), "\ Access needed to create, sign, and manipulate JAR files") ResDef(CAPS_TARGET_DETAIL_DESC_JAR_PACKAGER, (CAPS_MSG_BASE + 191), "\ Access required to read and create files, in order to to sign and manipulate \ JAR container files") ResDef(CAPS_TARGET_URL_JAR_PACKAGER, (CAPS_MSG_BASE + 192), "\ #JARPackager") ResDef(CAPS_TARGET_DESC_UNINSTALL, (CAPS_MSG_BASE + 193), "\ Uninstall software") ResDef(CAPS_TARGET_DETAIL_DESC_UNINSTALL, (CAPS_MSG_BASE + 194), "\ Access required for automatic removal of previously installed software.") ResDef(CAPS_TARGET_URL_UNINSTALL, (CAPS_MSG_BASE + 195), "\ #Uninstall") ResDef(CAPS_TARGET_DESC_SOFTWAREINSTALL, (CAPS_MSG_BASE + 196), "\ Installing and running software on your computer") ResDef(CAPS_TARGET_DETAIL_DESC_SOFTWAREINSTALL, (CAPS_MSG_BASE + 197), "\ Installing software on your computer's hard disk. An installation \ program can also execute or delete any software on your computer. \ You should not grant this form of access unless you are installing or \ updating software from a reliable source.") ResDef(CAPS_TARGET_URL_SOFTWAREINSTALL, (CAPS_MSG_BASE + 198), "\ #SoftwareInstall") ResDef(CAPS_TARGET_DESC_SILENTINSTALL, (CAPS_MSG_BASE + 199), "\ Installing and running software without warning you") ResDef(CAPS_TARGET_DETAIL_DESC_SILENTINSTALL, (CAPS_MSG_BASE + 200), "\ Installing software on your computer's main hard disk without giving you any \ warning, potentially deleting other files on the hard disk. Any software on the \ hard disk may be executed in the process. This is an extremely dangerous form \ of access. It should be granted by system administrators only.") ResDef(CAPS_TARGET_URL_SILENTINSTALL, (CAPS_MSG_BASE + 201), "\ #SilentInstall") END_STR(mcom_include_xp_msg_i_strings) /* WARNING: DO NOT TAKE ERROR CODE -666, it is used internally by the message lib */ #endif /* _ALLXPSTR_H_ */