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

📄 pgpnetapp.rc

📁 vc环境下的pgp源码
💻 RC
📖 第 1 页 / 共 4 页
字号:
        MENUITEM "&Hosts",                      IDM_HOSTS
        MENUITEM SEPARATOR
        MENUITEM "&Options ...\tCtrl+T",        IDM_OPTIONS
    END
    POPUP "&Help"
    BEGIN
        MENUITEM "&Contents",                   IDM_HELPCONTENTS
        MENUITEM SEPARATOR
        MENUITEM "A&bout ...",                  IDM_HELPABOUT
    END
END

IDR_MENUHOSTCONTEXT MENU DISCARDABLE 
BEGIN
    POPUP "Context"
    BEGIN
        MENUITEM "&Edit ...",                   IDC_EDIT, GRAYED
        MENUITEM "&Remove",                     IDC_REMOVE, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "A&dd ...",                    IDC_ADD, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "&Connect",                    IDC_CONNECT, GRAYED
        MENUITEM "&Disconnect",                 IDC_DISCONNECT, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "&What's This?",               IDM_HOSTHELP
    END
END

IDR_MENUNEWPROPOSAL MENU DISCARDABLE 
BEGIN
    POPUP "context"
    BEGIN
        MENUITEM "I&KE Proposal",               IDM_NEWIKEPROPOSAL
        MENUITEM "I&PSEC Proposal",             IDM_NEWIPSECPROPOSAL
    END
END

IDR_MENUPROPOSALCONTEXT MENU DISCARDABLE 
BEGIN
    POPUP "context"
    BEGIN
        MENUITEM "&New ...",                    IDC_NEWPROPOSAL, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "&Edit ...",                   IDC_EDITPROPOSAL, GRAYED
        MENUITEM "&Remove",                     IDC_REMOVEPROPOSAL, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "Move &Up",                    IDC_PROPOSALUP, GRAYED
        MENUITEM "Move &Down",                  IDC_PROPOSALDOWN, GRAYED
        MENUITEM SEPARATOR
        MENUITEM "&What's This?",               IDM_PROPOSALHELP
    END
END


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

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_HOSTS               "Hos&ts"
    IDS_LOG                 "&Log"
    IDS_STATUS              "Stat&us"
    IDS_OPTIONBUTTONTEXT    "O&ptions ..."
    IDS_CANCELBUTTONTEXT    "&Cancel"
    IDS_OKBUTTONTEXT        "&OK"
    IDS_OPTIONSCAPTION      "Options"
    IDS_CAPTION             "PGPnet"
    IDS_REMOVEHOSTCONFIRM   "Are you sure you want to delete the host entry :\n\n"
    IDS_SECUREHOST          "Secure Host"
    IDS_SECUREGATEWAY       "Secure Gateway"
    IDS_INSECUREHOST        "Insecure Host"
    IDS_ABOUTMENUITEM       "About &PGPnet"
    IDS_SHAREDSECRETPROMPT  "Enter shared secret passphrase :"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_TIMECOLNAME         "Time"
    IDS_EVENTCOLNAME        "Event"
    IDS_MESSAGECOLNAME      "Message"
    IDS_DESTCOLNAME         "Destination"
    IDS_TUNNELCOLNAME       "Tunnel"
    IDS_ENCRYPTCOLNAME      "Encryption"
    IDS_AUTHCOLNAME         "Authentication"
    IDS_EXPIRESCOLNAME      "Expires"
    IDS_PHOTOUSERID         "Photograph"
    IDS_UNKNOWNUSERID       "Unknown"
    IDS_UNAVAILABLECERT     "Unavailable"
    IDS_SELECTPGPKEY        "Select PGP key for authentication :"
    IDS_SELECTX509KEY       "Select X.509 key for authentication :"
    IDS_NOSECRETKEYS        "This operation cannot be completed because\nthere are no usable keypairs on your keyring."
    IDS_SDKEXPIRED          "This version of the PGP SDK has expired."
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_SERVICENOTRUNNING   "The PGPnet IKE service is not running.\nAs a result, PGPnet is currently not able to secure your network."
    IDS_UNKNOWNKEY          "Unknown key, keyid is "
    IDS_PASSPHRASENOTLONG   "The passphrase you entered does not meet\nthe minimum length requirement."
    IDS_PASSPHRASENOTQUALITY 
                            "The passphrase you entered does not meet\nthe minimum quality requirement."
    IDS_PASSPHRASEMISMATCH  "The passphrase entries do not match.  Please try again."
    IDS_ERRORPREFIX         "An error has occurred : "
    IDS_UNKNOWNERROR        "An unrecognized error has been encountered : %i"
    IDS_CANTLAUNCHTRAYAPP   "PGPnet cannot find the PGPnet System Tray Application."
    IDS_TRAYSHORTCUTNAME    "PGPnet Tray Startup.lnk"
    IDS_PGPNETREGKEY        "Software\\Network Associates\\PGP\\PGPnet"
    IDS_WINDOWPOS           "WindowPos"
    IDS_WINDOWSIZE          "WindowSize"
    IDS_SAVECONFIG          "You have changed the PGPnet configuration.\nDo you want save the new settings?"
    IDS_INVALIDIPFIELD      "%i is not a valid entry.  Please specify a value between %i and %i for this field"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_TEXTFILEFILTER      "Tab-delimited Text File (*.txt)@*.txt@@"
    IDS_LOGFILEPROMPT       "Save Log to File"
    IDS_STATUSFILEPROMPT    "Save Status to File"
    IDS_DEFAULTLOGFILENAME  "PGPnetLog.txt"
    IDS_DEFAULTSTATUSFILENAME "PGPnetStatus.txt"
    IDS_STATUSFILEHEADER    "PGPnet Status"
    IDS_LOGFILEHEADER       "PGPnet Log"
    IDS_SECURESUBNET        "Secure Subnet"
    IDS_INSECURESUBNET      "Insecure Subnet"
    IDS_DELETEGATEWAYCONFIRMATION 
                            "Warning: Changing this gateway to a host or subnet will cause all the host and\nsubnet entries currently associated with this gateway to be deleted."
    IDS_INVALIDDATE         "Invalid time stamp"
    IDS_SECRETCONFIRMMISMATCH "The passphrases do not match.  Try again."
    IDS_CLEARPASSPHRASE     "Clear &Shared Passphrase"
    IDS_PASSPHRASE          "Set &Shared Passphrase ..."
    IDS_IPADDRESS           "IP Address"
    IDS_DOMAINNAME          "Domain Name"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_USERDOMAINNAME      "User Domain Name"
    IDS_DISTINGUISHEDNAME   "Distinguished Name"
    IDS_USERDOMAINNAMEPROMPT 
                            "Enter a username/host domain name combination in the form of 'username@host domain name'\n\nFor example: username@%s"
    IDS_DISTINGUISHEDNAMEPROMPT "Enter a distinguished name string :"
    IDS_CLEARPGPKEYPROMPT   "Clearing this key will disable PGP authentication\nuntil you select another PGP authentication key.\n\nClear the key?"
    IDS_CLEARX509KEYPROMPT  "Clearing this certificate will disable X.509 authentication\nuntil you select another X.509 authentication certificate.\n\nClear the certificate?"
    IDS_DEBUGEVENT          "Debug"
    IDS_PGPERROREVENT       "PGP"
    IDS_IKEALERTEVENT       "IKE"
    IDS_SYSTEMERROREVENT    "System"
    IDS_UNKNOWNEVENT        "Unknown"
    IDS_UNKNOWNEVENTMESSAGEFMT "unrecognized event type = %ld"
    IDS_UNKNOWNPGPERRORFMT  "unrecognized PGP error = %ld"
    IDS_UNKNOWNSYSTEMERRORFMT "unrecognized system error = %ld"
    IDS_UNKNOWNIKEALERTFMT  "unrecognized IKE alert = %ld"
    IDS_PGPERRORFMT         "%s (line %ld) : %s"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_IKEALERTREMOTEFMT   "%s notification received"
    IDS_IKEALERTLOCALFMT    "%s notification sent"
    IDS_SYSTEMERRORFMT      "%s (line %ld) : %s"
    IDS_CANNOTOPENKEYRINGS  "PGPnet is not able open your PGP keyring file(s).\nPlease verify that your copy of PGP is installed correctly."
    IDS_SERVICEERRORFMT     "%s (line %ld) : %s"
    IDS_SERVICEERROREVENT   "Service"
    IDS_UNKNOWNSVCERRORFMT  "unrecognized service error = %ld"
    IDS_BADIDENTITY         "Please select an identity type."
    IDS_DNSLOOKUP           "Looking up IP address for\n%s ..."
    IDS_HOSTFOUND           "The Add Host Wizard found the IP address listed below for\n%s.\n\nIf this IP address is correct, click Next.\n\nOtherwise, click Back and enter either a new host domain name or the IP address directly."
    IDS_HOSTNAMEFIELD       "Name"
    IDS_IPADDRESSFIELD      "Address"
    IDS_SUBNETMASKFIELD     "Subnet"
    IDS_AUTHENTICATIONFIELD "Authentication"
    IDS_BADSUBNETMASK       "The specified subnet mask is invalid."
    IDS_PROTOCOLNAME        "Protocol"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ADDHOSTPROMPT       "Do you want to create this new host entry behind gateway\n\n%s ?"
    IDS_NA                  "n/a"
    IDS_ESP                 "ESP"
    IDS_AH                  "AH"
    IDS_AH_ESP              "AH, ESP"
    IDS_IKE                 "IKE"
    IDS_3DES                "TripleDES"
    IDS_CAST                "CAST"
    IDS_MD5                 "MD5"
    IDS_SHA                 "SHA"
    IDS_HMAC_MD5            "HMAC MD5"
    IDS_HMAC_SHA            "HMAC SHA"
    IDS_UNKNOWN             "(unknown)"
    IDS_CANNOTFINDSATOREMOVE 
                            "The PGPnet service has indicated that an SA has died.\nHowever, the specified SA is not in the list."
    IDS_COMMASPACE          ", "
    IDS_IPCOMP              "IPPCP"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DES64               "DES-IV64"
    IDS_DES                 "DES"
    IDS_RC5                 "RC5"
    IDS_IDEA                "IDEA"
    IDS_BLOWFISH            "Blowfish"
    IDS_3IDEA               "3IDEA"
    IDS_DES32               "DES-IV32"
    IDS_RC4                 "RC4"
    IDS_NULL                "(null)"
    IDS_KPDK                "KPDK"
    IDS_DES_MAC             "DES-MAC"
    IDS_DEBUGCAPTION        "PGPnet Debug"
    IDS_REMAININGCOLNAME    "Max. Data"
    IDS_NONE                "None"
    IDS_KBYTES              "KB"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_MBYTES              "MB"
    IDS_GBYTES              "GB"
    IDS_OPTIONNOSERVICE     "Any new setting(s) will not take effect until the\nPGPnet service and driver are operating normally."
    IDS_SERVICENOTAVAIL     "Sorry, the PGPnet service is not available to handle this request."
    IDS_CLEARLOGPROMPT      "All events, including any which are not shown, will be removed.\nAre you sure you want to clear the event log?"
    IDS_NUMSASFORMAT        "%i active SAs"
    IDS_STATUSSERVICENOTAVAIL "service not running"
    IDS_STATUSDRIVERNOTAVAIL "driver not installed"
    IDS_STATUSDRIVERDISABLED "status : Off"
    IDS_STATUSSERVICENOTRESPOND "service not responding"
    IDS_DRIVERNOTAVAIL      "The PGPnet driver is not installed properly.\nAs a result, PGPnet is currently not able to secure your network."
    IDS_EXPIREDAYSTEXT      "d, "
    IDS_EXPIREHOURSTEXT     "h, "
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_EXPIREMINSTEXT      "m"
    IDS_IKEAUTHCOLNAME      "Authentication"
    IDS_IKEHASHCOLNAME      "Hash"
    IDS_IKECIPHERCOLNAME    "Cipher"
    IDS_IKEDHCOLNAME        "DH"
    IDS_IPSECAHCOLNAME      "AH"
    IDS_IPSECESPCOLNAME     "ESP"
    IDS_IPSECCOMPCOLNAME    "IPPCP"
    IDS_DESWARN             "Warning : DES(56) is insecure.\n\nDES(56) is included in this product solely for compatibility with legacy\nIPSEC devices.  It is not for general use.  You should consider any\ncommunication over a DES(56) security association to be equivalent\nto using no encryption.\n\nClick Cancel to abort allowing DES(56)."
    IDS_DES56               "DES(56)"
    IDS_SHAREDKEY           "Shared Key"
    IDS_DSSSIGNATURE        "DSS Signature"
    IDS_RSASIGNATURE        "RSA Signature"
    IDS_768                 "768 bits"
    IDS_1024                "1024 bits"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_1536                "1536 bits"
    IDS_LZS                 "LZS"
    IDS_DEFLATE             "Deflate"
    IDS_NEVER               "never"
    IDS_CANNOTLOADPREFS     "Error loading prefs from file."
    IDS_TBYTES              "TB"
    IDS_DSSNONSHAWARN       "Hash methods other than SHA are incompatible with DSS signatures."
    IDS_BADIPADDRESS        "The specified IP address is invalid."
    IDS_UNKNOWNSIGNER       "Unknown Signer, Key ID is %s"
    IDS_MISSINGPGPKEY       "The configured PGP authentication key cannot be found or is not usable.\nPlease check your Authentication Options."
    IDS_MISSINGX509KEY      "The configured X.509 certificate cannot be found or is not usable.\nPlease check your Authentication Options."
    IDS_STATUSLOGGEDON      "status : On;  user logged on"
    IDS_STATUSLOGGEDOFF     "status : On;  user logged off"
    IDS_STATUSNOLOGONREQUIRED "status : On;  no logon required"
    IDS_SAFIELD             "SA"
    IDS_STATUSLOGONINPROCESS "status : On;  user logging on"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_ADDRESSSUBNETUSED   "The specified IP address and/or subnet conflicts with\nthe host entry ""%s""."
    IDS_ADDRESSUSED         "The specified IP address conflicts with the\nhost entry ""%s""."
    IDS_SHAREDSECRETWARNING "Warning: Unlike traditional PGP passphrases, shared secret passphrases\nare stored on your computer.  This presents a potential security risk."
    IDS_NOAUTHPRIVS         "You do not have sufficient access privileges to view\nor change PGPnet authentication information.\n\nPGPnet will otherwise operate normally."
    IDS_DNINVALID           "Error: Invalid Distinguished Name identity string."
    IDS_IASNTOOLONG         "Invalid IASN for select certificate."
    IDS_UNKNOWNCERT         "Unknown certificate, keyid is "
    IDS_NEEDAHORESP         "Either AH or ESP must be enabled."
    IDS_ESPNEEDSALGORITHM   "You must select an ESP algorithm."
    IDS_SECRINGFILTER       "Private Keyring Files (*.skr; *.prvkr; *.pgp)@*.skr;*.prvkr;*.pgp@All Files (*.*)@*.*@@"
    IDS_SECRINGCAPTION      "Select Private Keyring File"
    IDS_PUBRINGCAPTION      "Select Public Keyring File"
    IDS_PUBRINGFILTER       "Public Keyring Files (*.pkr; *.pubkr; *.pgp)@*.pkr;*.pubkr;*.pgp@All Files (*.*)@*.*@@"
    IDS_DEFSECRINGEXT       "skr"
    IDS_DEFPUBRINGEXT       "pkr"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_NEEDAUTHKEY         "This host list entry will not be functional until you select an\nauthentication key or certificate in the Authentication Options panel.\n\nDo you want to select a key or certificate now? "
    IDS_IPSECERROR          "IPSEC"
    IDS_UNKNOWNIPSECERRORFMT "unrecognized IPSEC error = %ld"
END

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



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

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

⌨️ 快捷键说明

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