home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 May / comcd0502.iso / top100com / fsec / fsmant1.cab / Program_Executable_Files / fspkires1.chs.utf8 < prev    next >
Encoding:
Text File  |  2001-06-28  |  21.4 KB  |  538 lines

  1. # Resource file for Certificate (PKI) Handler.
  2. # These are shown in VPN+ certificate cache web page.
  3. # This file must contain Unicode text in UTF8 format.
  4.  
  5. 11000    FSPKI_STRING LANG_CLASS_GENERAL_CERTIFICATE_SERIAL_DN 
  6.     "Certificate serial no: %s, DN: %s."
  7. 11001    FSPKI_STRING LANG_CLASS_GENERAL_CRL_SERIAL_DN 
  8.     "CRL serial no: %s, Issuer DN: %s."
  9.  
  10. 11100    FSPKI_STRING FS_PKI_SSTATE_SUCCESS 
  11.     "Ok."
  12. 11101    FSPKI_STRING FS_PKI_SSTATE_CERT_NOT_FOUND 
  13.     "Certificate not found."
  14. 11102    FSPKI_STRING FS_PKI_SSTATE_CERT_NOT_TRUSTED 
  15.     "Certificate not trusted."
  16. 11103    FSPKI_STRING FS_PKI_SSTATE_CERT_DATE_IN_FUTURE 
  17.     "Certificate is not valid yet."
  18. 11104    FSPKI_STRING FS_PKI_SSTATE_CERT_DATE_EXPIRED 
  19.     "Certificate has expired."
  20. 11105    FSPKI_STRING FS_PKI_SSTATE_CERT_KEY_USAGE_FLAGS_MISMATCH 
  21.     "Certificate key usage flag is not as required."
  22. 11106    FSPKI_STRING FS_PKI_SSTATE_CERT_ALGORITHM_MISMATCH 
  23.     "Certificate algorithm is not as required."
  24. 11107    FSPKI_STRING FS_PKI_SSTATE_CERT_SIGNATURE_INVALID 
  25.     "Certificate signature is invalid."
  26. 11108    FSPKI_STRING FS_PKI_SSTATE_CERT_REVOKED 
  27.     "Certificate has been revoked."
  28. 11109    FSPKI_STRING FS_PKI_SSTATE_CERT_NOT_FRESH 
  29.     "Certificate is not fresh."
  30. 11110    FSPKI_STRING FS_PKI_SSTATE_CRL_NOT_FOUND 
  31.     "No CRL available."
  32. 11111    FSPKI_STRING FS_PKI_SSTATE_CRL_OLD 
  33.     "Only an expired CRL available."
  34. 11112    FSPKI_STRING FS_PKI_SSTATE_CRL_NOT_FRESH 
  35.     "No fresh CRL is available."
  36. 11113    FSPKI_STRING FS_PKI_SSTATE_CRL_SIGNATURE_INVALID 
  37.     "CRL signature is invalid."
  38. 11114    FSPKI_STRING FS_PKI_SSTATE_CRL_IN_FUTURE 
  39.     "CRL is not valid yet."
  40. 11115    FSPKI_STRING FS_PKI_SSTATE_MAX_PATH_LENGTH_EXCEEDED 
  41.     "Maximum path length exceeded."
  42. 11116    FSPKI_STRING FS_PKI_SSTATE_UNKNOWN_FAILURE 
  43.     "Unknown failure reason."
  44.  
  45. 11200    FSPKI_STRING SSH_IP_OK 
  46.     "OK"
  47. 11201    FSPKI_STRING SSH_IP_NEW_CONNECTION 
  48.     "New TCP connection"
  49. 11202    FSPKI_STRING SSH_IP_NO_ADDRESS 
  50.     "No IP address associated to the DNS name"
  51. 11203    FSPKI_STRING SSH_IP_NO_NAME 
  52.     "No DNS name associated to the IP address"
  53. 11204    FSPKI_STRING SSH_IP_UNREACHABLE 
  54.     "Destination address is unreachable"
  55. 11205    FSPKI_STRING SSH_IP_REFUSED 
  56.     "Connection refused (not listening to the port)"
  57. 11206    FSPKI_STRING SSH_IP_TIMEOUT 
  58.     "Connection timed out"
  59. 11207    FSPKI_STRING SSH_IP_FAILURE 
  60.     "General failure"
  61. 11208    FSPKI_STRING ? 
  62.     "Unknown error"
  63.  
  64. 11300    FSPKI_STRING INFO_STATE_UNCHECKED 
  65.     "Not checked"
  66. 11301    FSPKI_STRING INFO_STATE_TRUSTED 
  67.     "Trusted"
  68. 11302    FSPKI_STRING INFO_STATE_NO_TRUSTED_PATH 
  69.     "No trust relationship"
  70. 11303    FSPKI_STRING INFO_STATE_SIGNATURE_INVALID 
  71.     "Invalid signature"
  72. 11304    FSPKI_STRING INFO_STATE_NOT_FRESH 
  73.     "Not fresh"
  74. 11305    FSPKI_STRING INFO_STATE_IN_FUTURE 
  75.     "In future"
  76. 11306    FSPKI_STRING INFO_STATE_EXPIRED 
  77.     "Expired"
  78. 11307    FSPKI_STRING INFO_STATE_TRUSTED_ROOT 
  79.     "Trusted root"
  80. 11308    FSPKI_STRING INFO_STATE_CERT_REVOKED 
  81.     "Revoked"
  82. 11309    FSPKI_STRING INFO_STATE_CERT_NO_CRL (same as FS_PKI_SSTATE_CRL_NOT_FOUND) 
  83.     "No CRL available"
  84. 11310    FSPKI_STRING INFO_STATE_CERT_CRL_OLD (same as FS_PKI_SSTATE_CRL_OLD) 
  85.     "Only an expired CRL available"
  86. 11311    FSPKI_STRING INFO_STATE_CERT_CRL_NOT_FRESH (same as FS_PKI_SSTATE_CRL_NOT_FRESH) 
  87.     "CRL is not fresh"
  88.  
  89. 11312    FSPKI_STRING INFO_STATE_CERT_CRL_IN_FUTURE (same as FS_PKI_SSTATE_CRL_IN_FUTURE) 
  90.     "CRL is not valid yet"
  91. 11313    FSPKI_STRING INFO_STATE_CERT_CRL_SIGNATURE_INVALID (same as FS_PKI_SSTATE_CRL_SIGNATURE_INVALID) 
  92.     "CRL signature is invalid"
  93. 11314    FSPKI_STRING INFO_STATE_CERT_NO_VALID_CRL_FOR_CA 
  94.     "No valid CRL for CA"
  95.  
  96. 11400    FSPKI_STRING POCH_NO_STATE - This should never happen. 
  97.     "Undefined"
  98. 11401    FSPKI_STRING POCH_SENDING_REQUEST 
  99.     "Cannot send request"
  100. 11402    FSPKI_STRING POCH_WAITING_NEW_CERTIFICATE 
  101.     "Waiting for certificate"
  102. 11403    FSPKI_STRING POCH_CERTIFICATE_RECEIVED 
  103.     "Certificate received"
  104. 11404    FSPKI_STRING POCH_REQUEST_RESENT 
  105.     "Request has been resent"
  106.  
  107. 11500    FSPKI_STRING CERT_REQ_CEP_INITIAL - Before any transactions have been made
  108.     "Initial"
  109. 11501    FSPKI_STRING CERT_REQ_CEP_AUTH_SEARCH - While retrieving authority certificates 
  110.     "Searching authority certificates"
  111. 11502    FSPKI_STRING CERT_REQ_CEP_ENROLLMENT - Certificate enrollment is going on 
  112.     "Enrollment"
  113. 11503    FSPKI_STRING ERT_REQ_CEP_POLLING - Request has been send and we are polling for incoming certificate 
  114.     "Polling for certificate"
  115.  
  116. 11600    FSPKI_STRING DF_CEP_STATUS_OK 
  117.     "OK"
  118. 11601    FSPKI_STRING DF_CEP_STATUS_PENDING - Waiting for responce or certificate 
  119.     "Pending"
  120. 11602    FSPKI_STRING DF_CEP_STATUS_ERROR_ENCODING 
  121.     "Encoding error"
  122. 11603    FSPKI_STRING DF_CEP_STATUS_ERROR_DECODING 
  123.     "Decoding error"
  124. 11604    FSPKI_STRING DF_CEP_STATUS_CRYPTO_ERROR 
  125.     "Crypto error"
  126. 11605    FSPKI_STRING F_CEP_STATUS_WRONG_KEY_TYPE 
  127.     "Wrong key type"
  128. 11606    FSPKI_STRING F_CEP_STATUS_TRANSPORT_ERROR 
  129.     "Transport error"
  130. 11607    FSPKI_STRING DF_CEP_STATUS_SENDING_MESSAGE_IN_WRONG_STATE 
  131.     "Sending message in wrong state"
  132. 11608    FSPKI_STRING DF_CEP_STATUS_RECEIVED_MESSAGE_IN_WRONG_STATE 
  133.     "Received message in wrong state"
  134. 11609    FSPKI_STRING DF_CEP_STATUS_INVALID_MESSAGE 
  135.     "Invalid message received"
  136. 11610    FSPKI_STRING DF_CEP_STATUS_IP_ERROR 
  137.     "IP error"
  138. # 11-15 are unused values 
  139. 11616    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR 
  140.     "SCEP server reported error"
  141. 11617    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_BAD_ALG 
  142.     "SCEP server reported error (bad algorithm)"
  143. 11618    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_BAD_MESSAGE_CHECK 
  144.     "SCEP server reported error (bad message check)"
  145. 11619    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_BAD_REQUEST 
  146.     "SCEP server reported error (bad request)"
  147. 11620    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_BAD_TIME 
  148.     "SCEP server reported error (bad time)"
  149. 11621    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_BAD_CERT_ID 
  150.     "SCEP server reported error (bad cert ID)"
  151. 11622    FSPKI_STRING F_CEP_STATUS_SERVER_ERROR_UNKNOWN_REASON 
  152.     "SCEP server reported error (unknown reason)"
  153.  
  154. 11700    FSPKI_STRING PKIH_REQUEST_PROTOCOL_NONE 
  155.     "Not defined"
  156. 11701    FSPKI_STRING PKIH_REQUEST_PROTOCOL_NRB 
  157.     "F-Secure Certificate Wizard"
  158. 11702    FSPKI_STRING PKIH_REQUEST_PROTOCOL_EMAIL 
  159.     "E-Mail"
  160. 11703    FSPKI_STRING PKIH_REQUEST_PROTOCOL_FILE 
  161.     "Manual File Based"
  162. 11704    FSPKI_STRING PKIH_REQUEST_PROTOCOL_CEP 
  163.     "SCEP"
  164.  
  165. 11800    FSPKI_STRING SSH_HTTP_RESULT_SUCCESS                       
  166.     "OK"
  167. 11801    FSPKI_STRING SSH_HTTP_RESULT_MALFORMED_URL                 
  168.     "Malformed URL"
  169. 11802    FSPKI_STRING SSH_HTTP_RESULT_UNSUPPORTED_PROTOCOL          
  170.     "Unsupported HTTP protocol"
  171. 11803    FSPKI_STRING SSH_HTTP_RESULT_CONNECT_FAILED                
  172.     "HTTP connection failed"
  173. 11804    FSPKI_STRING SSH_HTTP_RESULT_CONNECTION_CLOSED             
  174.     "HTTP connection closed"
  175. 11805    FSPKI_STRING SSH_HTTP_RESULT_MALFORMED_REPLY_HEADER        
  176.     "Malformed HTTP reply header"
  177. 11806    FSPKI_STRING SSH_HTTP_RESULT_BROKEN_REDIRECT               
  178.     "Broken HTTP redirect"
  179. 11807    FSPKI_STRING SSH_HTTP_RESULT_REDIRECT_LIMIT_EXCEEDED       
  180.     "HTTP redirect limit exceeded"
  181. 11808    FSPKI_STRING SSH_HTTP_RESULT_REDIRECT_WITHOUT_LOCATION     
  182.     "HTTP redirect without location"
  183. 11809    FSPKI_STRING SSH_HTTP_RESULT_HTTP_ERROR                    
  184.     "HTTP error"
  185. 11810    FSPKI_STRING SSH_HTTP_RESULT_MAXIMUM_BUFFER_SIZE_REACHED   
  186.     (HTTP) Maximum buffer size reached"
  187. 11811    FSPKI_STRING SSH_HTTP_RESULT_ABORTED                       
  188.     (HTTP) Aborted"
  189. 11812    FSPKI_STRING SSH_HTTP_RESULT_AUTHORIZATION_FAILED          
  190.     "HTTP authorization failed"
  191. 11813    FSPKI_STRING SSH_HTTP_RESULT_BROKEN_SERVER                 
  192.     "HTTP server broken"
  193.  
  194. 11900    FSPKI_STRING SSH_LDAP_RESULT_SUCCESS
  195.     "OK"
  196. 11901    FSPKI_STRING SSH_LDAP_RESULT_OPERATIONS_ERROR
  197.     "Operations error"
  198. 11902    FSPKI_STRING SSH_LDAP_RESULT_PROTOCOL_ERROR
  199.     "Protocol error"
  200. 11903    FSPKI_STRING SSH_LDAP_RESULT_TIME_LIMIT_EXCEEDED
  201.     "Time limit exceeded"
  202.  
  203. 11904    FSPKI_STRING SSH_LDAP_RESULT_SIZE_LIMIT_EXCEEDED
  204.     "Size limit exceeded"
  205. 11905    FSPKI_STRING SSH_LDAP_RESULT_COMPARE_FALSE
  206.     "Compare false"
  207. 11906    FSPKI_STRING SSH_LDAP_RESULT_COMPARE_TRUE
  208.     "Compare true"
  209. 11907    FSPKI_STRING SSH_LDAP_RESULT_AUTH_METHOD_NOT_SUPPORTED
  210.     "Authentication method not supported"
  211. 11908    FSPKI_STRING SSH_LDAP_RESULT_STRONG_AUTH_REQUIRED
  212.     "Strong authentication required"
  213. #   9-15 unused
  214. 11916    FSPKI_STRING SSH_LDAP_RESULT_NO_SUCH_ATTRIBUTE
  215.     "No such attribute"
  216. 11917    FSPKI_STRING SSH_LDAP_RESULT_UNDEFINED_ATTRIBUTE_TYPE
  217.     "Undefined attribute type"
  218. 11918    FSPKI_STRING SSH_LDAP_RESULT_INAPPROPRIATE_MATCHING
  219.     "Inappropriate matching"
  220. 11919    FSPKI_STRING SSH_LDAP_RESULT_CONSTRAINT_VIOLATION
  221.     "Constraint violation"
  222.  
  223. 11920    FSPKI_STRING SSH_LDAP_RESULT_ATTRIBUTE_OR_VALUE_EXISTS
  224.     "Attribute or value exists"
  225. 11921    FSPKI_STRING SSH_LDAP_RESULT_INVALID_ATTRIBUTE_SYNTAX
  226.     "Invalid attribute syntax"
  227. #   22-31 unused
  228. 11929    FSPKI_STRING SSH_LDAP_RESULT_NO_SUCH_OBJECT
  229.     "No such object"
  230. 11930    FSPKI_STRING SSH_LDAP_RESULT_NO_SUCH_OBJECT
  231.     "No such object"
  232. 11931    FSPKI_STRING SSH_LDAP_RESULT_NO_SUCH_OBJECT
  233.     "No such object"
  234. 11932    FSPKI_STRING SSH_LDAP_RESULT_NO_SUCH_OBJECT
  235.     "No such object"
  236. 11933    FSPKI_STRING SSH_LDAP_RESULT_ALIAS_PROBLEM
  237.     "Alias problem"
  238. 11934    FSPKI_STRING SSH_LDAP_RESULT_INVALID_DN_SYNTAX
  239.     "Invalid DN syntax"
  240. 11935    FSPKI_STRING SSH_LDAP_RESULT_IS_LEAF
  241.     "Is leaf"
  242. 11936    FSPKI_STRING SSH_LDAP_RESULT_ALIAS_DEREFERENCING_PROBLEM
  243.     "Alias dereferencing problem"
  244. # 37-47 unused
  245. 11948    FSPKI_STRING SSH_LDAP_RESULT_INAPPROPRIATE_AUTHENTICATION
  246.     "Inappropriate authentication"
  247. 11949    FSPKI_STRING SSH_LDAP_RESULT_INVALID_CREDENTIALS
  248.     "Invalid credentials"
  249. 11950    FSPKI_STRING SSH_LDAP_RESULT_INSUFFICIENT_ACCESS_RIGHTS
  250.     "Insufficient access rights"
  251. 11951    FSPKI_STRING SSH_LDAP_RESULT_BUSY
  252.     "Busy"
  253. 11952    FSPKI_STRING SSH_LDAP_RESULT_UNAVAILABLE
  254.     "Unavailable"
  255. 11953    FSPKI_STRING SSH_LDAP_RESULT_UNWILLING_TO_PERFORM
  256.     "Unwilling to perform"
  257. 11954    FSPKI_STRING SSH_LDAP_RESULT_LOOP_DETECT
  258.     "Loop detect"
  259. # 55-63 unused
  260. 11964    FSPKI_STRING SSH_LDAP_RESULT_NAMING_VIOLATION
  261.     "Naming violation"
  262. 11965    FSPKI_STRING SSH_LDAP_RESULT_OBJECT_CLASS_VIOLATION
  263.     "Object class violation"
  264. 11966    FSPKI_STRING SSH_LDAP_RESULT_NOT_ALLOWED_ON_NON_LEAF
  265.     "Not allowed on non-leaf"
  266. 11967    FSPKI_STRING SSH_LDAP_RESULT_NOT_ALLOWED_ON_RDN
  267.     "Not allowed on RDN"
  268. 11968    FSPKI_STRING SSH_LDAP_RESULT_ENTRY_ALREADY_EXISTS
  269.     "Entry already exists"
  270. 11969    FSPKI_STRING SSH_LDAP_RESULT_OBJECT_CLASS_MODS_PROHIBITED
  271.     "Object class mods prohibited"
  272. # 70-79 unused
  273. 11980    FSPKI_STRING SSH_LDAP_RESULT_OTHER
  274.     "Other reason"
  275.  
  276. 12000    FSPKI_STRING WWW_STR_CERTIFICATE_CACHE_CONTENTS_HEADER
  277.     "Certificate Cache Contents:"
  278. 12001    FSPKI_STRING WWW_STR_EVENT_LOG_HEADER
  279.     "Event Log:"
  280. 12002    FSPKI_STRING WWW_STR_CA_CERTS_HEADER
  281.     "CA-Certificates:"
  282. 12003    FSPKI_STRING WWW_STR_CERTS_HEADER
  283.     "Certificates:"
  284. 12004    FSPKI_STRING WWW_STR_CRLS_HEADER
  285.     "CRLs:"
  286. 12005    FSPKI_STRING WWW_STR_ENROLLMENTS_HEADER
  287.     "Host Certificates (Enrollment):"
  288. 12006    FSPKI_STRING WWW_STR_INACTIVE
  289.     "Inactive"
  290. 12007    FSPKI_STRING WWW_STR_UNKNOWN
  291.     "Unknown"
  292. 12008    FSPKI_STRING WWW_STR_YES
  293.     "Yes"
  294. 12009    FSPKI_STRING WWW_STR_NO
  295.     "No"
  296. 12010    FSPKI_STRING WWW_STR_INFORMATION
  297.     "Information"
  298. 12011    FSPKI_STRING WWW_STR_WARNING
  299.     "Warning"
  300. 12012    FSPKI_STRING WWW_STR_ERROR
  301.     "Error"
  302. 12013    FSPKI_STRING WWW_STR_UNKNOWN_TYPE
  303.     "Unknown"
  304. 12038    FSPKI_STRING WWW_STR_UNKNOWN_CERT_STATUS
  305.     "Unknown"
  306. 12039    FSPKI_STRING WWW_STR_KEY_MISMATCH
  307.     "Mismatching key pair"
  308.  
  309. 12014    FSPKI_STRING WWW_STR_CERT_SERIAL_NUMBER
  310.     "Serial number"
  311. 12015    FSPKI_STRING WWW_STR_CERT_ISSUER_NAMES
  312.     "Issuer names"
  313. 12016    FSPKI_STRING WWW_STR_CERT_SUBJECT_NAMES
  314.     "Subject names"
  315. 12017    FSPKI_STRING WWW_STR_CERT_NOT_BEFORE
  316.     "Not before (UTC)"
  317. 12018    FSPKI_STRING WWW_STR_CERT_NOT_AFTER
  318.     "Not after (UTC)"
  319. 12019    FSPKI_STRING WWW_STR_CERT_REQUIRE_CRL
  320.     "Require a CRL"
  321. 12020    FSPKI_STRING WWW_STR_CERT_STATE
  322.     "State"
  323. 12021    FSPKI_STRING WWW_STR_CERT_LAST_CHECKED
  324.     "Last checked"
  325. 12022    FSPKI_STRING WWW_STR_EVENT_TIME
  326.     "Time"
  327. 12023    FSPKI_STRING WWW_STR_EVENT_TYPE
  328.     "Type"
  329. 12024    FSPKI_STRING WWW_STR_EVENT_EVENT
  330.     "Event"
  331. 12025    FSPKI_STRING WWW_STR_EVENT_DETAILS
  332.     "Details"
  333. 12026    FSPKI_STRING WWW_STR_CRL_NUMBER
  334.     "CRL number"
  335. 12027    FSPKI_STRING WWW_STR_CRL_ISSUER_NAMES
  336.     "Issuer names"
  337. 12028    FSPKI_STRING WWW_STR_CRL_THIS_UPDATE
  338.     "This update (UTC)"
  339. 12029    FSPKI_STRING WWW_STR_CRL_NEXT_UPDATE
  340.     "Next update (UTC)"
  341. 12030    FSPKI_STRING WWW_STR_CRL_STATE
  342.     "State"
  343. 12031    FSPKI_STRING WWW_STR_REQ_SUBJECT_NAME
  344.     "Subject Name"
  345. 12032    FSPKI_STRING WWW_STR_REQ_REQUEST_SENT
  346.     "Request Sent"
  347. 12033    FSPKI_STRING WWW_STR_REQ_CERT_RECEIVED
  348.     "Certificate Received"
  349. 12034    FSPKI_STRING WWW_STR_REQ_PROTOCOL
  350.     "Protocol"
  351. 12035    FSPKI_STRING WWW_STR_REQ_FINGERPRINT
  352.     "Fingerprint"
  353. 12036    FSPKI_STRING WWW_STR_REQ_STAT
  354.     "Enrollment status"
  355. 12037    FSPKI_STRING WWW_STR_REQ_CERT_STAT
  356.     "Certificate status"
  357.  
  358. 12100    FSPKI_STRING PKIH_EVENT_GOING_LDAP_ONLINE_TITLE
  359.     "LDAP online mode"
  360. 12101    FSPKI_STRING PKIH_EVENT_GOING_LDAP_ONLINE_DESCRIPTION
  361.     "LDAP server is available again, using the latest CRLs from directory (online mode)."
  362. 12102    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_LOW_TITLE
  363.     "LDAP offline mode"
  364. 12103    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_LOW_DESCRIPTION
  365.     "LDAP server is not available, using cached CRLs. Trust Level is Low, so also expired CRLs are accepted."
  366. 12104    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_NORMAL_TITLE
  367.     "LDAP offline mode"
  368. 12105    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_NORMAL_DESCRIPTION
  369.     "LDAP server is not available, using cached CRLS. Trust Level is Normal, so only valid CRLs are accepted."
  370. 12106    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_SECURE_TITLE
  371.     "LDAP offline mode"
  372. 12107    FSPKI_STRING PKIH_EVENT_GOING_LDAP_OFFLINE_TRUST_LEVEL_SECURE_DESCRIPTION
  373.     "LDAP server is not available. Trust Level is Secure so certificate checking will fail until LDAP server is available again."
  374. 12108    FSPKI_STRING PKIH_EVENT_START_UP_TITLE
  375.     "F-Secure Certificate Handler."
  376. 12109    FSPKI_STRING PKIH_EVENT_START_UP_DESCRIPTION
  377.     "Version %1 Build #%2"
  378. 12110    FSPKI_STRING PKIH_EVENT_POLICY_CHANGE_TITLE
  379.     "Policy has changed."
  380. 12111    FSPKI_STRING PKIH_EVENT_POLICY_CHANGE_DESCRIPTION
  381.     "Taking new policy settings into use."
  382. 12112    FSPKI_STRING PKIH_EVENT_SEARCH_START_TITLE
  383.     "Searching for certificate."
  384. 12113    FSPKI_STRING PKIH_EVENT_SEARCH_START_DESCRIPTION
  385.     "%1"
  386. 12114    FSPKI_STRING PKIH_EVENT_PATH_SEARCH_START_TITLE
  387.     "Searching for certificate path."
  388. 12115    FSPKI_STRING PKIH_EVENT_PATH_SEARCH_START_DESCRIPTION
  389.     "Search certificate path from %1 to CA-certificate %2"
  390. 12116    FSPKI_STRING PKIH_EVENT_UNSUCCESSFUL_SEARCH_TITLE
  391.     "Certificate validation failed."
  392. 12117    FSPKI_STRING PKIH_EVENT_UNSUCCESSFUL_SEARCH_DESCRIPTION
  393.     "%1"
  394. 12118    FSPKI_STRING PKIH_EVENT_SUCCESSFUL_SEARCH_TITLE
  395.     "Certificate validation successful."
  396. 12119    FSPKI_STRING PKIH_EVENT_SUCCESSFUL_SEARCH_DESCRIPTION
  397.     "Returning path [%1]."
  398. 12120    FSPKI_STRING PKIH_EVENT_LATEST_CRL_EXPIRED_TITLE
  399.     "Latest CRL is expired."
  400. 12121    FSPKI_STRING PKIH_EVENT_LATEST_CRL_EXPIRED_DESCRIPTION
  401.     ""
  402. 12122    FSPKI_STRING PKIH_EVENT_CRL_TRUST_TIME_EXPIRED_TITLE
  403.     "CRL Trust Time is expired."
  404. 12123    FSPKI_STRING PKIH_EVENT_CRL_TRUST_TIME_EXPIRED_DESCRIPTION
  405.     ""
  406. 12124    FSPKI_STRING PKIH_EVENT_LDAP_CONNECT_ERROR_TITLE
  407.     "Unable to connect to LDAP server."
  408. 12125    FSPKI_STRING PKIH_EVENT_LDAP_CONNECT_ERROR_DESCRIPTION
  409.     "TCP/IP error: %1."
  410. 12126    FSPKI_STRING PKIH_EVENT_LDAP_CONNECT_ERROR_LOW_TRUST_LEVEL_TITLE
  411.     "Unable to connect to LDAP server."
  412. 12127    FSPKI_STRING PKIH_EVENT_LDAP_CONNECT_ERROR_LOW_TRUST_LEVEL_DESCRIPTION
  413.     "TCP/IP error: %1."
  414. 12128    FSPKI_STRING PKIH_EVENT_LDAP_STARTING_CERT_SEARCH_TITLE
  415.     "Starting LDAP search for certificate."
  416. 12129    FSPKI_STRING PKIH_EVENT_LDAP_STARTING_CERT_SEARCH_DESCRIPTION
  417.     "DN=[%1]"
  418. 12130    FSPKI_STRING PKIH_EVENT_LDAP_STARTING_CRL_SEARCH_TITLE
  419.     "Starting LDAP search for CRL."
  420. 12131    FSPKI_STRING PKIH_EVENT_LDAP_STARTING_CRL_SEARCH_DESCRIPTION
  421.     "DN=[%1]"
  422. 12132    FSPKI_STRING PKIH_EVENT_LDAP_RECEIVED_CERT_TITLE
  423.     "Received certificate from LDAP directory."
  424. 12133    FSPKI_STRING PKIH_EVENT_LDAP_RECEIVED_CERT_DESCRIPTION
  425.     "Certificate [%1]."
  426. 12134    FSPKI_STRING PKIH_EVENT_LDAP_RECEIVED_CRL_TITLE
  427.     "Received CRL from LDAP directory."
  428. 12135    FSPKI_STRING PKIH_EVENT_LDAP_RECEIVED_CRL_DESCRIPTION
  429.     "CRL [%1]."
  430. 12136    FSPKI_STRING PKIH_EVENT_LDAP_ERROR_TITLE
  431.     "LDAP search failed."
  432. 12137    FSPKI_STRING PKIH_EVENT_LDAP_ERROR_DESCRIPTION
  433.     "LDAP Server returned error (%1) %2."
  434. 12138    FSPKI_STRING PKIH_EVENT_LDAP_NOT_FOUND_TITLE
  435.     "Not found from LDAP."
  436. 12139    FSPKI_STRING PKIH_EVENT_LDAP_NOT_FOUND_DESCRIPTION
  437.     ""
  438. 12140    FSPKI_STRING PKIH_EVENT_POLICY_INVALID_CERT_TITLE
  439.     "An invalid Trusted or Verifiable Certificate in policy."
  440. 12141    FSPKI_STRING PKIH_EVENT_POLICY_INVALID_CERT_DESCRIPTION
  441.     "Policy table OID:%1, Row:%2."
  442. 12142    FSPKI_STRING PKIH_EVENT_POLICY_NO_TRUSTED_CERTS_TITLE
  443.     "No trusted certificates defined in policy."
  444. 12143    FSPKI_STRING PKIH_EVENT_POLICY_NO_TRUSTED_CERTS_DESCRIPTION
  445.     "Certificate checking cannot be successful without trusted certificates."
  446. 12144    FSPKI_STRING PKIH_EVENT_POLICY_NO_LDAP_WHEN_TRUST_LEVEL_HIGH_TITLE
  447.     "Trust level configuration error."
  448. 12145    FSPKI_STRING PKIH_EVENT_POLICY_NO_LDAP_WHEN_TRUST_LEVEL_HIGH_DESCRIPTION
  449.     "Trust Level setting in policy is Secure, but no LDAP server connection has been defined. Automatically reverting to Normal Trust Level."
  450. 12146    FSPKI_STRING PKIH_EVENT_POLICY_READ_ERROR_TITLE
  451.     "Policy read error."
  452. 12147    FSPKI_STRING PKIH_EVENT_POLICY_READ_ERROR_DESCRIPTION
  453.     "Could not read a policy setting (OID:%1). Using a default value."
  454. 12148    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_IDENTITY_ADDED_TITLE
  455.     "Added new VPN+ identity."
  456. 12149    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_IDENTITY_ADDED_DESCRIPTION
  457.     "DN=[%1]"
  458. 12150    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_REMOVED_TITLE
  459.     "VPN+ identity and host certificate removed."
  460. 12151 FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_IDENTITY_REMOVED_DESCRIPTION
  461.     "DN=[%1]"
  462. 12152    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_NOT_VALID_TITLE
  463.     "VPN+ host certificate is not valid."
  464. 12153    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_NOT_VALID_DESCRIPTION
  465.     "Validation error: '%1', description: '%2'"
  466. 12154    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_VALIDATION_FAILED_TITLE
  467.     "VPN+ host certificate validation failed."
  468. 12155    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_VALIDATION_FAILED_DESCRIPTION
  469.     "Validation error: '%1', description: '%2'"
  470. 12156    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_AND_PRIVATE_KEY_CONFLICT_TITLE
  471.     "VPN+ private key and host certificate doesn't match."
  472. 12157    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_AND_PRIVATE_KEY_CONFLICT_DESCRIPTION
  473.     "%1"
  474. 12158    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_VALIDATION_SUCCESS_TITLE
  475.     "VPN+ host certificate is valid."
  476. 12159    FSPKI_STRING PKIH_EVENT_HOST_CERTIFICATE_VALIDATION_SUCCESS_DESCRIPTION
  477.     "%1"
  478. 12160    FSPKI_STRING PKIH_EVENT_ENROLLMENT_FAILED_TITLE
  479.     "Certificate request sending failed."
  480. 12161    FSPKI_STRING PKIH_EVENT_ENROLLMENT_FAILED_DESCRIPTION
  481.     "Error: %1"
  482. 12162    FSPKI_STRING PKIH_EVENT_ENROLLMENT_REQUEST_GENERATION_FAILED_TITLE
  483.     "Certificate request generation failed."
  484. 12163    FSPKI_STRING PKIH_EVENT_ENROLLMENT_REQUEST_GENERATION_FAILED_DESCRIPTION
  485.     "Not able to generate PKCS#10 request, check the identity and the private key."
  486. 12164    FSPKI_STRING PKIH_EVENT_ENROLLMENT_SUCCESS_TITLE
  487.     "Certificate request successfully sent."
  488. 12165    FSPKI_STRING PKIH_EVENT_ENROLLMENT_SUCCESS_DESCRIPTION
  489.     "Request DN=[%1]"
  490. 12166     FSPKI_STRING PKIH_EVENT_ENROLLMENT_RESENT_TITLE
  491.     "Resending certificate request."
  492. 12167    FSPKI_STRING PKIH_EVENT_ENROLLMENT_RESENT_DESCRIPTION
  493.     "Certificate will expire in less than %1 days. Request DN=[%2]"
  494. 12168    FSPKI_STRING PKIH_EVENT_ENROLLMENT_CERTIFICATE_RECEIVED_TITLE
  495.     "Received new VPN+ host certificate."
  496. 12169    FSPKI_STRING PKIH_EVENT_ENROLLMENT_CERTIFICATE_RECEIVED_DESCRIPTION
  497.     "Requested with DN=[%1]"
  498. 12170    FSPKI_STRING PKIH_EVENT_ENROLLMENT_OPERATION_RESEND_TITLE
  499.     "Operation: Resend certificate request(s)."
  500. 12171    FSPKI_STRING PKIH_EVENT_ENROLLMENT_OPERATION_RESEND_DESCRIPTION
  501.     "Resending request"
  502. 12172    FSPKI_STRING PKIH_EVENT_CEP_NO_URL_TITLE
  503.     "No CA server URL defined for SCEP enrollment protocol."
  504. 12173    FSPKI_STRING PKIH_EVENT_CEP_NO_URL_DESCRIPTION
  505.     ""
  506. 12174    FSPKI_STRING PKIH_EVENT_CEP_CONNECT_ERROR_TITLE
  507.     "SCEP server connection failed during enrollment."
  508. 12175    FSPKI_STRING PKIH_EVENT_CEP_CONNECT_ERROR_DESCRIPTION
  509.     "State: %1, status: %2."
  510. 12176    FSPKI_STRING PKIH_EVENT_CEP_NO_TRUSTED_CA_TITLE
  511.     "SCEP protocol error (no trusted CA certificate)."
  512. 12177    FSPKI_STRING PKIH_EVENT_CEP_NO_TRUSTED_CA_DESCRIPTION
  513.     ""
  514. 12178    FSPKI_STRING PKIH_EVENT_CEP_ENROLLMENT_ERROR_TITLE
  515.     "SCEP enrollment failed."
  516. 12179    FSPKI_STRING PKIH_EVENT_CEP_ENROLLMENT_ERROR_DESCRIPTION
  517.     "State: %1, status: %2."
  518. 12180    FSPKI_STRING PKIH_EVENT_CEP_RECEIVED_CA_CERTIFICATES_TITLE
  519.     "Received SCEP CA/RA certificate, adding it to certificate cache"
  520. 12181    FSPKI_STRING PKIH_EVENT_CEP_RECEIVED_CA_CERTIFICATES_DESCRIPTION
  521.     "%1"
  522. 12182    FSPKI_STRING PKIH_EVENT_NO_WINSOCK2_TITLE
  523.     "Winsock 2.0 initialization failed"
  524. 12183    FSPKI_STRING PKIH_EVENT_NO_WINSOCK2_DESCRIPTION
  525.     "Network operations unavailable"
  526. 12184    FSPKI_STRING PKIH_EVENT_NO_LANGUAGE_RESOURCE_TITLE
  527.     "No language resource file available. Using English as default.",
  528. 12185    FSPKI_STRING PKIH_EVENT_NO_LANGUAGE_RESOURCE_DESCRIPTION
  529.     "Language resources missing for: '%1'.",
  530. 12186    FSPKI_STRING PKIH_EVENT_INTERNAL_CM_FAILED_TITLE
  531.     "Unexpected error (cm)."
  532. 12187    FSPKI_STRING PKIH_EVENT_INTERNAL_CM_FAILED_DESCRIPTION
  533.     "Error (CM): %1."
  534. 12188    FSPKI_STRING PKIH_EVENT_INTERNAL_PKIH_TITLE
  535.     "Unexpected error (int)."
  536. 12189    FSPKI_STRING PKIH_EVENT_INTERNAL_PKIH_DESCRIPTION
  537.     "Error %1"
  538.