📄 pegasuscli_en.txt
字号:
Clients.cimuser.CIMUserCommand.ADD_USER_SUCCESS:string {"PGC00806: User is added successfully."} Clients.cimuser.CIMUserCommand.REMOVE_USER_SUCCESS:string {"PGC00807: User is removed successfully."} Clients.cimuser.CIMUserCommand.CHANGE_PASSWORD_SUCCESS:string {"PGC00808: Password is changed successfully."} Clients.cimuser.CIMUserCommand.PASSWORD_BLANK:string {"PGC00809: Password cannot be blank. Enter password again."} Clients.cimuser.CIMUserCommand.NO_USERS_FOUND:string {"PGC00810: No users found."} Clients.cimuser.CIMUserCommand.AUTH_SCHEMA_NOT_LOADED:string {"PGC00811: The internal repository on the CIM server must be restored."} Clients.cimuser.CIMUserCommand.REQUIRED_ARGS_MISSING:string {"PGC00812: Required arguments are missing."} Clients.cimuser.CIMUserCommand.INVALID_ARGS:string {"PGC00813: Arguments are not valid."} Clients.cimuser.CIMUserCommand.USER_ALREADY_EXISTS:string {"PGC00814: The specified user already exists."} Clients.cimuser.CIMUserCommand.USER_NOT_FOUND:string {"PGC00815: The specified user is not found."} Clients.cimuser.CIMUserCommand.USERNAME_REQUIRED:string {"PGC00816: The user name is required."} Clients.cimuser.CIMUserCommand.PASSWORD_PROMPT:string {"PGC00817: Enter password: "} Clients.cimuser.CIMUserCommand.OLD_PASSWORD_PROMPT:string {"PGC00818: Enter old password: "} Clients.cimuser.CIMUserCommand.RE_ENTER_PROMPT:string {"PGC00819: Enter password again: "} Clients.cimuser.CIMUserCommand.NEW_PASSWORD_PROMPT:string {"PGC00820: Enter new password: "} Clients.cimuser.CIMUserCommand.PASSWORD_DOES_NOT_MATCH:string {"PGC00821: Passwords do not match. Enter password again."} Clients.cimuser.CIMUserCommand.PASSWORD_SAME_ERROR:string {"PGC00822: New and old passwords cannot be the same."} Clients.cimuser.CIMUserCommand.UNEXPECTED_OPTION:string {"PGC00823: Unexpected option."} Clients.cimuser.CIMUserCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC00627: Invalid option. Use '--help' to obtain command syntax."} Clients.cimuser.CIMUserCommand.ERR_USAGE:string {"PGC00628: Incorrect usage. Use '--help' to obtain command syntax."} // ========================================================== // Messages for SSLTrustMgr // Please use message prefix "PGC00900" // ========================================================== /** * @note Clients.ssltrustmgr.SSLTrustMgr.MENU.STANDARD: * Do not translate the ssltrustmgr command or options, translate the text * that explains the options. * When translating this message, make sure that each line fits in 80 characters, * preserves the indenting, * and ends with a newline character (\n). */ Clients.ssltrustmgr.SSLTrustMgr.MENU.STANDARD:string { "Usage: ssltrustmgr -a [ -t truststore ] [ -c certuser ] -f certfile\n" "ssltrustmgr -a -T trustpath -f certfile\n" "ssltrustmgr -a -R -f crlfile\n" "ssltrustmgr -r [ -t truststore | -T trustpath ] -i issuername -n serialnumber\n" "ssltrustmgr -r -R -i issuername\n" "ssltrustmgr -l [ -t truststore | -T trustpath ] [ -i issuername [ -n serialnumber ] ]\n" "ssltrustmgr -l -R [ -i issuername ]\n" "ssltrustmgr -v | --version\n" "ssltrustmgr -h | --help\n" "Options :\n" " -a - Add the specified certificate to the trust store\n" " -r - Remove the specified certificate from the trust store\n" " -l - Display the certificates in the trust store\n" " -R - Perform requested add, remove or list operation on the certificate revocation list store\n" " -t truststore - Specify the target trust store name\n" " -T trustpath - Specify the target trust store path\n" " -f certfile - Specify the PEM format file containing an X509 certificate\n" " -f crlfile - Specify the PEM format file containing a certificate revocation list\n" " -c certuser - Specify the user name to be associated with the certificate\n" " -i issuername - Specify the certificate or the certificate revocation list issuer name\n" " -n serialnumber - Specify the certificate serial number\n" " -h, --help - Display this help message\n" " -v, --version - Display CIM Server version number\n" "\n" "Usage note: The ssltrustmgr command requires that the CIM Server is running.\n" "\n" } Clients.ssltrustmgr.SSLTrustMgr.MENU.CRL.VERIFICATION.DISABLED:string { "Usage: ssltrustmgr -a [ -t truststore ] [ -c certuser ] -f certfile\n" "ssltrustmgr -a -T trustpath -f certfile\n" "ssltrustmgr -r [ -t truststore | -T trustpath ] -i issuername -n serialnumber\n" "ssltrustmgr -l [ -t truststore | -T trustpath ] [ -i issuername [ -n serialnumber ] ]\n" "ssltrustmgr -v | --version\n" "ssltrustmgr -h | --help\n" "Options :\n" " -a - Add the specified certificate to the trust store\n" " -r - Remove the specified certificate from the trust store\n" " -l - Display the certificates in the trust store\n" " -t truststore - Specify the target trust store name\n" " -T trustpath - Specify the target trust store path\n" " -f certfile - Specify the PEM format file containing an X509 certificate\n" " -c certuser - Specify the user name to be associated with the certificate\n" " -i issuername - Specify the certificate issuer name\n" " -n serialnumber - Specify the certificate serial number\n" " -h, --help - Display this help message\n" " -v, --version - Display CIM Server version number\n" "\n" "Usage note: The ssltrustmgr command requires that the CIM Server is running.\n" "\n" } Clients.ssltrustmgr.SSLTrustMgr.REQUIRED_ARGS_MISSING:string {"PGC00900: Required arguments missing."} Clients.ssltrustmgr.SSLTrustMgr.CIMOM_NOT_RUNNING:string {"PGC00901: CIM Server may not be running."} Clients.ssltrustmgr.SSLTrustMgr.ADD_CERT_FAILURE:string {"PGC00902: Failed to add certificate."} Clients.ssltrustmgr.SSLTrustMgr.ADD_CRL_FAILURE:string {"PGC00903: Failed to add certificate revocation list."} Clients.ssltrustmgr.SSLTrustMgr.ADD_CERTIFICATE_SUCCESS:string {"PGC00904: Certificate added successfully."} Clients.ssltrustmgr.SSLTrustMgr.ADD_CRL_SUCCESS:string {"PGC00905: certificate revocation list added successfully."} Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CERTIFICATE_SUCCESS:string {"PGC00906: Certificate removed successfully."} Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CRL_SUCCESS:string {"PGC00907: certificate revocation list removed successfully."} Clients.ssltrustmgr.SSLTrustMgr.CERT_ALREADY_EXISTS:string {"PGC00908: Specified certificate already exists."} Clients.ssltrustmgr.SSLTrustMgr.CERT_NOT_FOUND:string {"PGC00909: Specified certificate does not exist."} Clients.ssltrustmgr.SSLTrustMgr.CRL_NOT_FOUND:string {"PGC00910: Specified certificate does not exist."} Clients.ssltrustmgr.SSLTrustMgr.CERT_SCHEMA_NOT_LOADED:string {"PGC00911: Please restore the internal repository on the CIM Server."} Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CERT_FAILURE:string {"PGC00912: Failed to remove certificate."} Clients.ssltrustmgr.SSLTrustMgr.REVOKE_CERT_FAILURE:string {"PGC00913: Failed to revoke certificate."} Clients.ssltrustmgr.SSLTrustMgr.CERT_ALREADY_REVOKED:string {"PGC00914: Specified certificate already revoked."} Clients.ssltrustmgr.SSLTrustMgr.REMOVE_CRL_FAILURE:string {"PGC00915: Failed to remove certificate revocation list."} Clients.ssltrustmgr.SSLTrustMgr.LIST_CERT_FAILURE:string {"PGC00916: Failed to list certificate."} Clients.ssltrustmgr.SSLTrustMgr.LIST_CRL_FAILURE:string {"PGC00917: Failed to list certificate revocation list."} Clients.ssltrustmgr.SSLTrustMgr.CERT_WITHOUT_ASSOCIATED_USER:string {"PGC00918: NOTE: No user name will be associated with the certificate in the truststore."} // ========================================================== // Messages for repupgrade // Please use message prefix "PGC01000" // ========================================================== /** * @note Clients.repupgrade.RepositoryUpgrade.MENU.STANDARD: * Do not translate the repupgrade command or options, translate the text * that explains the options. * When translating this message, make sure that each line fits in 80 characters, * preserves the indenting, * and ends with a newline character (\n). */ Clients.repupgrade.RepositoryUpgrade.MENU.STANDARD:string { "Usage: repupgrade -o oldrepository -n newrepository\n" "repupgrade -o oldrepository -n newrepository\n" "repupgrade -v | --version\n" "repupgrade -h | --help\n" "Options :\n" " -o - Specify the fully qualified path of the old Repository\n" " -n - Specify the fully qualified path of the new Repository\n" " -h, --help - Display this help message\n" " -v, --version - Display CIM Server version number\n" "\n" } /** * @note Clients.repupgrade.RepositoryUpgradeRelease.MENU.STANDARD: * Do not translate the repupgrade command or options, translate the text * that explains the options. * When translating this message, make sure that each line fits in 80 characters, * preserves the indenting, * and ends with a newline character (\n). */ Clients.repupgrade.RepositoryUpgradeRelease.MENU.STANDARD:string { "Usage: repupgrade\n" "repupgrade -v | --version\n" "repupgrade -h | --help\n" "Options :\n" " -h, --help - Display this help message\n" " -v, --version - Display CIM Server version number\n" "\n" } /* * @note PGC01000: * "repupgrade" should not be translated since it is the name of the command*/ Clients.repupgrade.RepositoryUpgrade.REQUIRED_ARGS_MISSING:string {"PGC01000: Required arguments missing."} Clients.repupgrade.RepositoryUpgrade.REPOSITORY_UPGRADE_FAILURE:string {"PGC01001: Failed to upgrade Repository. "} Clients.repupgrade.RepositoryUpgrade.REPOSITORY_UPGRADE_UNKNOWN_ERROR:string {"PGC01002: Unknown error encountered during upgrade. "} Clients.repupgrade.RepositoryUpgrade.REPOSITORY_DOES_NOT_EXIST:string {"PGC01003: The specified location {0} does not exist. "} Clients.repupgrade.RepositoryUpgrade.NAMESPACE_CREATION_ERROR:string {"PGC01004: Error creating namespace {0}. "} Clients.repupgrade.RepositoryUpgrade.CLASS_CREATION_ERROR:string {"PGC01005: Error creating class {0} in namespace {1}."} Clients.repupgrade.RepositoryUpgrade.INSTANCE_CREATION_ERROR:string {"PGC01006: Error creating instance in namespace {0}."} Clients.repupgrade.RepositoryUpgrade.QUALIFIER_CREATION_ERROR:string {"PGC01007: Error creating qualifier {0} in namespace {1}."} Clients.repupgrade.RepositoryUpgrade.OLD_CLASS_RETRIEVAL_ERROR:string {"PGC01008: Error reading old repository class {0} in namespace {1}."} Clients.repupgrade.RepositoryUpgrade.NEW_CLASS_RETRIEVAL_ERROR:string {"PGC01009: Error reading new repository class {0} in namespace {1}."} Clients.repupgrade.RepositoryUpgrade.LIBRARY_LOAD_ERROR:string {"PGC01010: Error loading special handling library {0}."} Clients.repupgrade.RepositoryUpgrade.LIBRARY_ENTRY_POINT_ERROR:string {"PGC01012: Error trying to get entry point symbol in library {0}."} Clients.repupgrade.RepositoryUpgrade.CLASS_XML_OUTPUT_FILE:string {"PGC01011: CIM XML request for this class has been logged to file {0}."} Clients.repupgrade.RepositoryUpgrade.INSTANCE_XML_OUTPUT_FILE:string {"PGC01013: CIM XML request for this instance has been logged to file {0}."} Clients.repupgrade.RepositoryUpgrade.QUALIFIER_XML_OUTPUT_FILE:string {"PGC01014: CIM XML request for this qualifier has been logged to file {0}."} Clients.repupgrade.RepositoryUpgrade.HIGHER_VERSION_OLD_CLASS:string {"PGC01015: Warning: The old repository contains a class {0} in namespace {1} that has a higher version number than the new repository class. This class may have to be manually imported."} Clients.repupgrade.RepositoryUpgrade.OLD_DEPENDENT_CLASS_RETRIEVAL_ERROR:string {"PGC01016: Error reading old repository dependent class {0} in namespace {1}."} // ========================================================== // Messages for CIMTrustCommand // Please use message prefix "PGC01100" // ========================================================== /** * @note Clients.cimtrust.CIMTrustCommand.MENU.STANDARD:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -