📄 secerr.h
字号:
#define STR_SECURE_RENAME_CMD_UNKNOWN PKG_SECURE+190
stringtext(STR_SECURE_RENAME_CMD_UNKNOWN, "Unknown")
#define STR_SECURE_RENAME_CMD_UPGRADE PKG_SECURE+191
stringtext(STR_SECURE_RENAME_CMD_UPGRADE, "Upgrade flat name to hierarchical")
#define STR_SECURE_RENAME_CMD_RENEW PKG_SECURE+192
stringtext(STR_SECURE_RENAME_CMD_RENEW, "Renew certificate")
#define STR_SECURE_RENAME_CMD_RENAME PKG_SECURE+193
stringtext(STR_SECURE_RENAME_CMD_RENAME, "Rename")
#define STR_SECURE_RENAME_CMD_MOVE_REQ PKG_SECURE+194
stringtext(STR_SECURE_RENAME_CMD_MOVE_REQ, "Request name move to new certifier")
#define STR_SECURE_RENAME_CMD_MOVE_COMP PKG_SECURE+195
stringtext(STR_SECURE_RENAME_CMD_MOVE_COMP, "Complete name move to new certifier")
#define ERR_SECURE_WRONG_NEWABPI PKG_SECURE+196
errortext(ERR_SECURE_WRONG_NEWABPI, "The certificate stored in the name change request entry is not for the key specified in the name change request")
#define ERR_SECURE_WRONG_OLDABPI PKG_SECURE+197
errortext(ERR_SECURE_WRONG_OLDABPI, "The keys stored in the Address Book document for this entry are not the same as the keys specified in the name change request")
#define STR_SECURE_CERT_CMD_ISSUE_INET PKG_SECURE+198
stringtext(STR_SECURE_CERT_CMD_ISSUE_INET, "Issue Internet certificate")
#define ERR_SECURE_CERTLOG_ERROR PKG_SECURE+200
errortext(ERR_SECURE_CERTLOG_ERROR, "Error occurred attempting to log to the Certifier Log")
#define ERR_SECURE_NAME_ALREADY_HI PKG_SECURE+201
errortext(ERR_SECURE_NAME_ALREADY_HI, "The name cannot be upgraded to hierarchical, it is already hierarchical")
#define ERR_SECURE_WRONG_CERTIFIER PKG_SECURE+202
errortext(ERR_SECURE_WRONG_CERTIFIER, "The selected certifier is not allowed to perform that action")
#define ERR_SECURE_CERT_CHANGEREQ_MISMATCH PKG_SECURE+203
errortext(ERR_SECURE_CERT_CHANGEREQ_MISMATCH, "The name in the Name Change Request field does not match the name in the Certificate field")
#define ERR_SECURE_UPDATE_NOT_ANCESTOR PKG_SECURE+204
errortext(ERR_SECURE_UPDATE_NOT_ANCESTOR, "The selected certifier is not an ancestor of the entity to be updated")
#define ERR_SECURE_MOVE_REQ_NOT_ANCESTOR PKG_SECURE+205
errortext(ERR_SECURE_MOVE_REQ_NOT_ANCESTOR, "The move request was not initiated by one of the named entity's ancestors")
#define ERR_SECURE_MOVE_REQ_NOT_TARGET PKG_SECURE+206
errortext(ERR_SECURE_MOVE_REQ_NOT_TARGET, "The selected certifier is not the target certifier mentioned in the move request")
#define ERR_SECURE_INVALID_MOVE_REQUEST PKG_SECURE+207
errortext(ERR_SECURE_INVALID_MOVE_REQUEST, "The note does not contain a valid move request")
#define ERR_SECURE_NONAME_IN_NOTE PKG_SECURE+208
errortext(ERR_SECURE_NONAME_IN_NOTE, "The note does not contain a name")
#define ERR_SECURE_NOPUBKEY_IN_NOTE PKG_SECURE+209
errortext(ERR_SECURE_NOPUBKEY_IN_NOTE, "The note does not contain either a public key or a certificate")
#define ERR_SECURE_NOCHANGEREQ_IN_NOTE PKG_SECURE+210
errortext(ERR_SECURE_NOCHANGEREQ_IN_NOTE, "The note does not contain a name Change Request field")
#define STR_SECURE_VIEWRENAME_STATS PKG_SECURE+211
/* NOTE TO TRANSLATORS:
That's a lower case "L", not the numeral one, in the "%8lu" references in the next string.
*/
#ifdef PM
stringtext(STR_SECURE_VIEWRENAME_STATS, "\xd%8lu Entries Selected\xd\xd %8lu Succeeded\xd %8lu Failed\xd %8lu Skipped\xd %8lu Cancelled\xd\xd%s")
#else
stringtext(STR_SECURE_VIEWRENAME_STATS, "\n%8lu Entries Selected\n\n %8lu Succeeded\n %8lu Failed\n %8lu Skipped\n %8lu Cancelled\n\n%s")
#endif
#define STR_SECURE_VIEWRENAME_LOGREF PKG_SECURE+212
stringtext(STR_SECURE_VIEWRENAME_LOGREF, "See the Certifier Log for details")
#define STR_PTCONNECT_NS_CONNECT_ERROR PKG_SECURE+213
stringtext(STR_PTCONNECT_NS_CONNECT_ERROR, "Unable to connect to %A: %e")
#define STR_PTCONNECT_PT_CONNECTION_FAILED PKG_SECURE+214
stringtext(STR_PTCONNECT_PT_CONNECTION_FAILED, "Attempt to reach %A by passthru failed (%e) ")
#define STR_PTCONNECT_ERROR_FROM_NS PKG_SECURE+215
stringtext(STR_PTCONNECT_ERROR_FROM_NS, "Status on %A: %e")
#define ERR_SECURE_INV_ACTION_ITEM PKG_SECURE+216
errortext(ERR_SECURE_INV_ACTION_ITEM, "The request note's required ACTION field is missing or is improperly formed")
#define ERR_SECURE_INV_CERT_ITEM PKG_SECURE+217
errortext(ERR_SECURE_INV_CERT_ITEM, "The request note's required CERTIFICATE field is missing or is improperly formed")
#define ERR_SECURE_INV_CHANGE_ITEM PKG_SECURE+218
errortext(ERR_SECURE_INV_CHANGE_ITEM, "The request note's required CHANGE REQUEST field is missing or is improperly formed")
#define ERR_SECURE_MULTIPLEMAPPINGS PKG_SECURE+219
errortext(ERR_SECURE_MULTIPLEMAPPINGS, "The port mapper does not allow multiple hops.")
#define ERR_SECURE_RCVMSG_TYPE PKG_SECURE+220
errortext(ERR_SECURE_RCVMSG_TYPE, "Error in received message type %d (decimal)")
#define STR_SECURE_FORMAT_DATABASE_INFO PKG_SECURE+221
stringtext(STR_SECURE_FORMAT_DATABASE_INFO, "Database Title: %s File name: %s")
#define ERR_SECURE_UPDATE_DB_ERR PKG_SECURE+222
errortext(ERR_SECURE_UPDATE_DB_ERR, "Error changing our name in database: %s (File name: %s)")
#define ERR_SECURE_UPDATE_DB_OK PKG_SECURE+223
errortext(ERR_SECURE_UPDATE_DB_OK, "Successfully changed our name in database: %s (File name: %s)")
#define ERR_SECURE_CHECK_ID_UPDATE PKG_SECURE+224
errortext(ERR_SECURE_CHECK_ID_UPDATE, "Error updating local ID file")
#define STR_DESK_NAME_UPD_CAPTION PKG_SECURE+225
stringtext(STR_DESK_NAME_UPD_CAPTION, "Name update request found on the server")
#define STR_PTCONNECT_SAVED_ADDRESS_NOT_FOUND PKG_SECURE+226
stringtext(STR_PTCONNECT_SAVED_ADDRESS_NOT_FOUND, "No answer at last known address")
#define STR_PTCONNECT_PT_ESTABLISHED PKG_SECURE+227
stringtext(STR_PTCONNECT_PT_ESTABLISHED, "Established passthru session for %A to %A via %s")
#define STR_PTCONNECT_NAME_NOT_VERIFIED PKG_SECURE+228
stringtext(STR_PTCONNECT_NAME_NOT_VERIFIED, "No answer on address '%s' from %A on %s")
#define STR_PTCONNECT_LINKED_ELSEWHERE PKG_SECURE+229
stringtext(STR_PTCONNECT_LINKED_ELSEWHERE, "Modem%econnection document found for %A, but all WAN ports are in use")
#define STR_PTCONNECT_REPEAT_STEP PKG_SECURE+230
stringtext(STR_PTCONNECT_REPEAT_STEP, "Re-doing previous step because connection data may have changed")
#define STR_PT_LOG_TEXT PKG_SECURE+231
stringtext(STR_PT_LOG_TEXT, "(User not authenticated)|Y|N")
#define STR_CONNREC_TYPE_ISDN PKG_SECURE+232
stringtext(STR_CONNREC_TYPE_ISDN, "ISDN")
#define STR_PTCONNECT_PTSERVER_FAILOVER PKG_SECURE+233
stringtext(STR_PTCONNECT_PTSERVER_FAILOVER, "Passthru server failed-over to %A")
#define STR_PTCONNECT_SERVER_CONNECTED_OVER_WAN PKG_SECURE+234
stringtext(STR_PTCONNECT_SERVER_CONNECTED_OVER_WAN, "Already connected to server on port %s")
#define STR_PTCONNECT_VERIFY_ADDRESS PKG_SECURE+235
stringtext(STR_PTCONNECT_VERIFY_ADDRESS, "Verifying address '%s' for %A on %s")
#define ERR_SECURE_PASS_NOT_SAME PKG_SECURE+236
errortext(ERR_SECURE_PASS_NOT_SAME, "Your Windows account password does not match your Notes password. To synchronize the passwords, use File - Security - User Security and click Change Password.")
#define ERR_SECURE_NT_RELOGON PKG_SECURE+237
errortext(ERR_SECURE_NT_RELOGON, "Your new Windows password is set. To complete the synchronization, you must log off and back into your Windows account. Do you want to log off now?")
#define ERR_SECURE_UNSYNCED_PASSWORD PKG_SECURE+238
errortext(ERR_SECURE_UNSYNCED_PASSWORD, "You have a different password on another copy of your ID file and you must change the password on this copy to match")
#define ERR_SECURE_NAME_IN_SIGNED_DOCS PKG_SECURE+239
errortext(ERR_SECURE_NAME_IN_SIGNED_DOCS, "The name %s could not be changed to %s in the Readers and Authors fields of the signed and encrypted documents in %s.")
#define ERR_SECURE_NO_MULTIPW PKG_SECURE+240
errortext(ERR_SECURE_NO_MULTIPW, "The server you are trying to access requires that your ID file have a single password")
#define ERR_SECURE_PWD_TO_EXPIRE PKG_SECURE+241
errortext(ERR_SECURE_PWD_TO_EXPIRE, "WARNING: Your password will expire on ")
#define ERR_SECURE_PWD_EXPIRED PKG_SECURE+242
errortext(ERR_SECURE_PWD_EXPIRED, "You must change your password. It expired on ")
#define ERR_SECURE_PW_CLOCK_PROBLEM PKG_SECURE+243
errortext(ERR_SECURE_PW_CLOCK_PROBLEM, "Connection failed because of a problem with clock synchronization and password change intervals. Check your clock setting, change your password, or consult your system administrator")
#define ERR_SECURE_PWD_EXPIRED_AUTH PKG_SECURE+244
errortext(ERR_SECURE_PWD_EXPIRED_AUTH, "Your password has expired. You cannot access this server until you change it")
#define ERR_SECURE_PASSWORD_REQUIRED PKG_SECURE+245
errortext(ERR_SECURE_PASSWORD_REQUIRED, "The server you are trying to access requires that your ID file have a password")
#define ERR_SECURE_BAD_TEMPLATE_KEY PKG_SECURE+246
errortext(ERR_SECURE_BAD_TEMPLATE_KEY, "The version of the Notes you are running does not recognize the Template Development key that signed this document")
#define STR_SECURE_VIEWRENAME_ELOGREF PKG_SECURE+247
stringtext(STR_SECURE_VIEWRENAME_ELOGREF, "See the Certifier Log for details on failures.")
#define ERR_SECURE_FLAT_PASSWORD PKG_SECURE+248
errortext(ERR_SECURE_FLAT_PASSWORD, "The server you are trying to access requires password enhanced authentication, which is not possible with a non-hierarchical ID. Tell your system administrator to either upgrade your ID or remove the requirement on the server.")
#define ERR_SECURE_PASSWORD_REUSE PKG_SECURE+249
errortext(ERR_SECURE_PASSWORD_REUSE, "You have used this password before. Please choose a new one")
#define ERR_SECURE_PW_MISMATCH PKG_SECURE+250
errortext(ERR_SECURE_PW_MISMATCH, "Your password does not match the one stored in your entry in the server's Domino Directory.")
#define ERR_SECURE_AUTH_LOCKOUT PKG_SECURE+251
errortext(ERR_SECURE_AUTH_LOCKOUT, "Your entry in the server's Domino Directory specifies that authentication is not allowed.")
#define ERR_SECURE_PWD_REALLY_EXPIRED PKG_SECURE+252
errortext(ERR_SECURE_PWD_REALLY_EXPIRED,"Your account is locked out; see your system administrator to reset it")
#define ERR_SECURE_NEW_PW_REPEAT PKG_SECURE+253
errortext(ERR_SECURE_NEW_PW_REPEAT, "The new password could not be accepted because it is a repeat of a former password")
#define ERR_SECURE_NEW_PW_IN_FUTURE PKG_SECURE+254
errortext(ERR_SECURE_NEW_PW_IN_FUTURE, "The new password could not be accepted because the change date was in the future. Check for mis-set clocks")
#define ERR_SECURE_CHANGE_SIG_INVALID PKG_SECURE+255
errortext(ERR_SECURE_CHANGE_SIG_INVALID, "The signature in the Change Password field was found to be invalid")
/* PKG_SECURE2 limit to 0 - 15
*/
#define ERR_SECURE_PT_ACTLOG_INIT PKG_SECURE2+0
errortext(ERR_SECURE_PT_ACTLOG_INIT, "Failed to initialize activity logging for passthru.")
#define ERR_SECURE_CERT_NOT_READY PKG_SECURE2+1
errortext(ERR_SECURE_CERT_NOT_READY, "Your certificate has not yet been signed by the Certificate Authority. Try again later.")
#define ERR_SECURE_BAD_LENGTH_PW PKG_SECURE2+2
errortext(ERR_SECURE_BAD_LENGTH_PW, "The password you entered is not long enough.")
#define ERR_SECURE_NO_NEW_NAME PKG_SECURE2+3
errortext(ERR_SECURE_NO_NEW_NAME, "None of the components of the proposed new name are different than their old values")
#define ERR_SECURE_SC_PASSWORD PKG_SECURE2+4
errortext(ERR_SECURE_SC_PASSWORD, "Your ID has password expiration enabled. Password expiration cannot be used with a smartcard-protected ID. Please contact your system administrator to have password expiration disabled.")
#define STR_SECURE_PUBKEY_MISMATCH PKG_SECURE2+5
stringtext(STR_SECURE_PUBKEY_MISMATCH, "WARNING: The public key for %A found in directory %s on server %A does not match the one used during authentication.")
#define STR_PTCONNECT_TARGET_NS_NOT_RESPONDING_PORT PKG_SECURE2+6
stringtext(STR_PTCONNECT_TARGET_NS_NOT_RESPONDING_PORT, "Server %A is not responding on %s")
#define STR_PTCONNECT_JSGETPATH_FAILED_PORT PKG_SECURE2+7
stringtext(STR_PTCONNECT_JSGETPATH_FAILED_PORT, "Unable to find any path to %A on %s because %e")
#define STR_PTCONNECT_PORT_UNAVAILABLE PKG_SECURE2+8
stringtext(STR_PTCONNECT_PORT_UNAVAILABLE, "Port %s is temporarily unavailable.")
#define STR_SECURE_PASSWORD_MISMATCH PKG_SECURE2+9
stringtext(STR_SECURE_PASSWORD_MISMATCH, "Password for user %s does not match directory.")
#define ERR_SECURE_NAME_AND_KEY_CHANGE PKG_SECURE2+10
errortext(ERR_SECURE_NAME_AND_KEY_CHANGE, "Both the name and the key assigned to an entity cannot be changed at the same time.")
#define STR_SECURE_CERT_CMD_NEW_KEY PKG_SECURE2+11
stringtext(STR_SECURE_CERT_CMD_NEW_KEY, "Certify new key")
#endif
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(pop)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -