⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgpkeys.rc

📁 vc环境下的pgp源码
💻 RC
📖 第 1 页 / 共 4 页
字号:
    0
END


/////////////////////////////////////////////////////////////////////////////
//
// Cursor
//

TREELISTDRAGGINGCURSOR  CURSOR  DISCARDABLE     "res\\arrowcop.cur"

/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_GENERAL             "General strings"
    IDS_PASSPHRASEMISMATCH  "Passphrase entries do not match.  Please try again."
    IDS_CAPTION             "PGPkeys"
    IDS_CAPTIONKEYGEN       "PGPkeys Key Generation"
    IDS_BADPASSPHRASE       "You have selected a bad passphrase which could\ncompromise the security of your key.\n\nPassphrases should be at least 8 characters,\nand they should not contain words that are found in a dictionary of any language.\n\nDo you want to use the bad passphrase?"
    IDS_INVALIDNUMBITS      "The key size must be at least 512 bits but\nno more than 4096 bits."
    IDS_SUCCESSKEYGEN       "A new public/private key pair has been created.\n\nDo you want to use this key as the default\nsigning/encrypt to self key ?"
    IDS_GROUPIMPORTCAPTION  "Select File Containing Groups"
    IDS_DELCONFKEY          "Remove this key from the group :\n\n%s ?"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_MEMALLOCFAIL        "Memory allocation failure."
    IDS_VALCOLTITLE         "Validity"
    IDS_BACKUPCAPTION       "Select Private Keyring Backup Destination"
    IDS_BACKUPDEFAULTFILE   "secring.skr"
    IDS_BACKUPDEFAULTDIR    "C:\\WINDOWS\\DESKTOP"
    IDS_REGISTRYKEY         "Software\\Network Associates\\PGP"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_CAPTIONERROR        "PGPkeys Error"
    IDS_KEYGENPHASE1        "Generating first prime number ..."
    IDS_KEYGENPHASE2        "Generating second prime number ..."
    IDS_NODEFAULTKEY        "No default private key has been assigned.\n\nYou must assign a default private key\nin order to create signatures."
    IDS_CERTKEYNOTONRING    "The private key used to create this signature\nis not on your keyring."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_CANNOTOPENRINGS     "Please locate your keyring file(s)."
    IDS_DELONLYUSERID       "This user ID cannot be deleted because it is the\nonly one on the key.\n\nTo delete this user ID, you must delete the entire key."
    IDS_BACKUPERROR         "Backup file could not be written.\n\nCheck file name and try again."
    IDS_IMPORTEDSECRETKEYS  "Some of the imported keys are private keys.\n\nThe trust values on these keys must be\nset manually via the Key Properties dialog."
    IDS_SIGNKEYPASSPHRASE   "Passphrase of signing key :"
    IDS_SELKEYPASSPHRASE    "Passphrase of selected key :"
    IDS_GROUPIMPORTFILTER   "Group Files (*.pgr)@*.pgr@All Files (*.*)@*.*@@"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_COLLAPSEALL         "Co&llapse All"
    IDS_EXPANDALL           "E&xpand All"
    IDS_COLLAPSESEL         "Co&llapse Selection"
    IDS_EXPANDSEL           "E&xpand Selection"
    IDS_HELPFILENAME        "PGP.hlp"
    IDS_PROPTITLE0          "General"
    IDS_RSA                 "RSA"
    IDS_DSA_ELGAMAL         "Diffie-Hellman/DSS"
    IDS_UNKNOWN             "Unknown"
    IDS_NEVER               "Never"
    IDS_KEYGENERATION       "PGPkeys - Key Generation"
    IDS_SUBKEYGENERATION    "PGPkeys - Key Generation Phase 2"
    IDS_NODRAGTEXTKEYS      "The selected text does not contain any valid PGP keys."
    IDS_SETKEYAXIOMATIC     "Passphrase is required for Implicit Trust"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DEFKEYRINGEXTENSION "skr"
    IDS_DEFEXPORTEXTENSION  "asc"
    IDS_CORRUPTKEYRING      "At least one of the selected keyring files is corrupt or is not a valid keyring file."
    IDS_NOSPLASHSWITCH      "/s"
    IDS_NOUSERADDR          "In order to take full advantage of PGP's email integration\nfeatures, each name must have an associated email address.\nAre you sure you want to proceed without entering an email address?"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_LOCKEDKEYRING       "The selected keyring cannot be used because\nit is locked by the operating system."
    IDS_EMPTY               "empty"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KW_INVALID_KEY_SIZE "This version of PGP only supports key sizes between %lu and %lu bits.\n\nPlease ensure that your selection is within this range."
    IDS_KW_TITLE            "PGP Key Generation"
    IDS_KW_INVALID_KEY_TYPE "This version of PGP only supports RSA and Diffie-Hellman/DSS key types."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KW_INVALID_EXPIRATION 
                            "This version of PGP only supports key expirations between %lu and %lu days.\n\nPlease ensure that your selection is within this range."
    IDS_KW_MISMATCHED_PHRASES 
                            "The passphrases you entered do not match.  Please try again."
    IDS_KW_NO_EMAIL         "In order to take advantage of PGP's email integration features\n(and so others can find your key), it is strongly advised that you\nenter an email address.\n\nContinue without entering an email address?"
    IDS_KW_NO_FULL_NAME     "Each key must have an associated name.\nYou must enter a name before continuing with key generation."
    IDS_KW_NEED_MORE_BITS   "You must complete entering random data before continuing!"
    IDS_KW_CONFIRM_CANCEL   "Cancel key generation?"
    IDS_KW_COMPLETE         "Complete"
    IDS_SETASDEFAULT        "Se&t as Default Key\tCtrl+D"
    IDS_SETASPRIMARY        "Se&t as Primary Name\tCtrl+D"
    IDS_EXPORTFILTER        "Text File (*.*)@*.*@@"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KW_BAD_PASSPHRASE   "The passphrase you entered does not match the passphrase of the key."
    IDS_KW_CANCELING        "Canceling ..."
    IDS_KW_DSACUSTOM        "&Custom (%i - 4096 bits)"
    IDS_KW_DSA1536          "1536 bits (1536 Diffie-Hellman/1024 DSS)"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KW_DSA2048          "2048 bits (2048 Diffie-Hellman/1024 DSS)"
    IDS_KW_DSA3072          "3072 bits (3072 Diffie-Hellman/1024 DSS)"
    IDS_KW_RSACUSTOM        "&Custom (%i - 2048 bits)"
    IDS_KW_RSA1536          "1536 bits"
    IDS_KW_RSA2048          "2048 bits"
    IDS_ANIMATIONFILE       "KeyGen.avi"
    IDS_KW_CANCELED         "Canceled"
    IDS_KW_SENDLATER        "If you wish to send your key to the server at a later date, simply right click on it in PGPkeys, and use the ""Send to"" menu item."
    IDS_PUBBACKUPDEFAULTFILE "pubring.pkr"
    IDS_DEFPUBKEYRINGEXTENSION "pkr"
    IDS_PUBBACKUPCAPTION    "Select Public Keyring Backup Destination"
    IDS_PUBBACKUPFILTER     "Public keyring file (*.pkr)@*.pkr@PGP file (*.pgp)@*.pgp@@"
    IDS_BACKUPFILTER        "Secret keyring file (*.skr)@*.skr@PGP file (*.pgp)@*.pgp@@"
    IDS_INVALIDDATE         "Unknown"
    IDS_GROUPCOLTITLE       "Recipient Groups"
    IDS_DESCCOLTITLE        "Description"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SEARCHTITLE         "PGPkeys Search Window"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SEARCH_STRINGTABLE_BASE " "
    IDS_ATTRIBUTE_1         "User ID"
    IDS_ATTRIBUTE_2         "Key ID"
    IDS_ATTRIBUTE_3         "Key Type"
    IDS_ATTRIBUTE_4         "Creation Date"
    IDS_ATTRIBUTE_5         "Expiration Date"
    IDS_ATTRIBUTE_6         "Key Status"
    IDS_ATTRIBUTE_7         "Key Size"
    IDS_ATTRIBUTE_LAST      " "
    IDS_VERBS_ATTRIBUTE_1   "is,is not,contains,does not contain,is signed by,is not signed by,"
    IDS_VERBS_ATTRIBUTE_2   "is,is not,"
    IDS_VERBS_ATTRIBUTE_3   "is,"
    IDS_VERBS_ATTRIBUTE_4   "is on,is on or before,is on or after,"
    IDS_VERBS_ATTRIBUTE_5   "is on,is on or before,is on or after,"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_VERBS_ATTRIBUTE_6   "is,is not"
    IDS_VERBS_ATTRIBUTE_7   "is,is at least,is at most,"
    IDS_VERBS_LAST          " "
    IDS_SPECIFIERS_ATTRIBUTE_1 " "
    IDS_SPECIFIERS_ATTRIBUTE_2 " "
    IDS_SPECIFIERS_ATTRIBUTE_3 "*,Diffie-Hellman,RSA,"
    IDS_SPECIFIERS_ATTRIBUTE_4 "Date"
    IDS_SPECIFIERS_ATTRIBUTE_5 "Date"
    IDS_SPECIFIERS_ATTRIBUTE_6 "*,revoked,disabled,"
    IDS_SPECIFIERS_ATTRIBUTE_7 "512,768,1024,2048,4096,"
    IDS_SPECIFIERS_LAST     " "
    IDS_LOCAL_KEYRING       "Local Keyring"
    IDS_CURRENT_SEARCH      "Current Search Results"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DEFAULT_PATH        "Default Server Search Path"
    IDS_MONTH1              "Jan"
    IDS_MONTH2              "Feb"
    IDS_MONTH3              "Mar"
    IDS_MONTH4              "Apr"
    IDS_MONTH5              "May"
    IDS_MONTH6              "Jun"
    IDS_MONTH7              "Jul"
    IDS_MONTH8              "Aug"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_MONTH9              "Sep"
    IDS_MONTH10             "Oct"
    IDS_MONTH11             "Nov"
    IDS_MONTH12             "Dec"
    IDS_SEARCH_MESSAGE_BASE " "
    IDS_SEARCH_MESSAGE_CONNECTING "Connecting to server."
    IDS_SEARCH_MESSAGE_QUERYING "Querying server."
    IDS_SEARCH_MESSAGE_PROCESSING "Processing results from server."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SEARCH_MESSAGE_SENDING "Sending keys to server."
    IDS_SEARCH_MESSAGE_CLOSING "Closing server connection."
    IDS_REQPHRASELENGTH     "- It did not meet the required length of %i characters."
    IDS_REQPHRASEQUALITY    "- It did not meet the required quality of %i out of 100."
    IDS_ADMINPREFSCORRUPT   "The Administration Preferences file is corrupt or out of date.\nContact your Security Administrator."
    IDS_SUGPHRASELENGTH     "- It did not meet the suggested length of %i characters."
    IDS_SUGPHRASEQUALITY    "- It did not meet the suggested quality of %i out of 100."
    IDS_PHRASEREJECTED      "The passphrase you entered has been rejected because :"
    IDS_PHRASEWARNED        "Your passphrase is a potential security hazard because :"
    IDS_MISSINGCORPKEY      "The required Corporate Signing Key is not on your keyring.\nContact your Security Administrator."
    IDS_MISSINGADK          "The required Additional Decryption Key is not on your keyring.\nContact your Security Administrator."
    IDS_KW_UNABLETOCOMPLETE "Unable to complete key generation"
    IDS_MISSINGREVOKERKEY   "The required Designated Revocation Key is not on your keyring.\nContact your Security Administrator."
    IDS_SENDTOSERVERMENU    "Send &to"
    IDS_SEARCH_MESSAGE_SERVER_NAME "Searching for keys on %s"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SEARCH_MESSAGE_CANCEL "Search canceled."
    IDS_SEARCHABORTED       "Search canceled."
    IDS_KSKEYCOUNT          "Found %i key(s) matching search criteria."
    IDS_PHRASELENGTHTEXT    "Your passphrase should be at least %i characters long and should contain non-alphabetic characters."
    IDS_SYNCINGKEYSETS      "Synchronizing results with keyring."
    IDS_GROUPNAMEFIELD      "Groups"
    IDS_VALIDITYFIELD       "Validity"
    IDS_DESCRIPTIONFIELD    "Description"
    IDS_NEEDGROUPNAME       "A group must have a name."
    IDS_UNAVAILABLE         "Unknown Key, Key ID is "
    IDS_DELCONFGROUP        "Are you sure you want to delete this group :\n\n%s ?"
    IDS_NOIMPORTGROUPS      "File does not contain any group information."
    IDS_GROUPPROPS          "PGPKeys Group Properties"
    IDS_STRING2094          "import"
    IDS_NOPASTEKEYS         "The clipboard does not contain any keys."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_KEYSELECTED         " %i key(s) selected"
    IDS_GROUPSELECTED       " %i group(s) selected."
    IDS_MULTISELECTED       " %i objects selected"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SERVERSEARCHFAIL    "No matching keys were found on the server."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_EMPTYGROUP          "The selected group is empty."
    IDS_KSTOOMANYKEYCOUNT   "Search exceeded server limits.  First %i keys are shown."
    IDS_EXPIREDADK          "The required Additional Decryption Key is expired.\nContact your Security Administrator."
    IDS_REVOKEDADK          "The required Additional Decryption Key has been revoked.\nContact your Security Administrator."
    IDS_EXPIREDCORPKEY      "The required Corporate Signing Key is expired.\nContact your Security Administrator."
    IDS_REVOKEDCORPKEY      "The required Corporate Signing Key has been revoked.\nContact your Security Administrator."
    IDS_GROUPSINFREEWARE    "PGPfreeware does not support the Groups feature.  You may edit and create Groups, but they will not be available when encrypting.\n\nPGP for Personal Privacy and PGP Desktop Security support handling of Groups."
    IDS_SEARCHINFREEWARE    "PGPfreeware only supports User ID and Key ID searches.\n\nPGP for Personal Privacy and PGP Desktop Security support all search categories along with many other new features. "
    IDS_UPGRADE             "&Upgrade ..."
    IDS_UPGRADEURL          "http://www.pgpi.com/products/nai/pgp/versions/latest/"
    IDS_SPLITKEYWARNING     "You have started a split key operation which has not been completed.\n\nAre you sure you want to quit PGPkeys?"
    IDS_TOOLTIPNEWKEY       "Generate new keypair"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_TOOLTIPREVOKE       "Revoke the selected item"
    IDS_TOOLTIPSIGN         "Sign the selected item"
    IDS_TOOLTIPDELETE       "Delete the selected item"
    IDS_TOOLTIPSEARCH       "Open key search window"
    IDS_TOOLTIPNEWGROUP     "Create a new group"
    IDS_TOOLTIPUPDATE       "Update key from server"
    IDS_TOOLTIPSENDTOSERVER "Send key to server"
    IDS_TOOLTIPPROPERTIES   "Show key or certificate properties"
    IDS_TOOLTIPIMPORT       "Import keys from a file"
    IDS_TOOLTIPEXPORT       "Export selected keys to a file"
    IDS_EXPIREDREVOKERKEY   "The required Designated Revocation Key is expired.\nContact your Security Administrator."
    IDS_REVOKEDREVOKERKEY   "The required Designated Revocation Key has been revoked.\nContact your Security Administrator."
    IDS_COMCTLERRORSWITCH   "/c"
    IDS_DOMAINSERVER        "&Domain Server\tCtrl+K"
    IDS_CONNECTIONNOTAUTHENTICATED 
                            "No authentication information is available because :\n\nThe previous server connection was not authenticated"
    IDS_NOCONNECTIONYET     "No authentication information is available because :\n\nYou have not yet connected to a server."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SEARCH_MESSAGE_DELETING "Deleting keys from server."
    IDS_SEARCH_MESSAGE_DISABLING "Disabling keys on server."
    IDS_SDKEXPIRED          "This version of PGP has expired."
    IDS_NONEWTRUSTEDINTROS  "No trusted introducers were found on server."
    IDS_NOUPDATEDKEYS       "No keys were updated because none of the keys\non your keyring could be found on the server(s)."
    IDS_AUTOUPDATECAPTION   "PGP Auto Update Warning"
    IDS_SEARCH_MESSAGE_RECEIVING "Receiving results from server."
    IDS_NONEWCRLS           "The root CA key is not scheduled for a new Certificate Revocation List yet."
    IDS_KW_NEED_EMAIL       "Each key must have an associated email address.\nYou must enter an email address before continuing with key generation."
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "PKVer.rc"

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -