📄 pegasuscli_en.txt
字号:
* Do not translate the cimtrust 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.cimtrust.CIMTrustCommand.MENU.STANDARD:string { "Usage: cimtrust -a [ -U certuser ] -f certfile -T ( a | e | s )\n" "cimtrust -r -i issuername ( -n serialnumber | -S subject )\n" "cimtrust -l [ -i issuername [ -n serialnumber | -S subject ] ]\n" "cimtrust --version\n" "cimtrust --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" " -f certfile - Specify the PEM format file containing an X509 certificate\n" " -T type - Specify the certificate type \n" " -U certuser - Specify the user name to be associated with the certificate\n" " -i issuer - Specify the certificate issuer name\n" " -n serialnumber - Specify the certificate serial number\n" " -S subject - Specify the certificate subject name\n" " --help - Display this help message\n" " --version - Display CIM Server version number\n" "\n" "Usage note: The cimtrust command requires that the CIM Server is running.\n" "\n" } Clients.cimtrust.CIMTrustCommand.REQUIRED_ARGS_MISSING:string {"PGC01100: Required arguments missing."} Clients.cimtrust.CIMTrustCommand.CANNOT_CONNECT_CIMSERVER_NOT_RUNNING:string {"PGC01101: Cannot connect to CIM Server, CIM Server may not be running."} Clients.cimtrust.CIMTrustCommand.ADD_CERT_SUCCESS:string {"PGC01102: Certificate added successfully."} Clients.cimtrust.CIMTrustCommand.ADD_CERT_FAILURE:string {"PGC01103: Failed to add certificate."} Clients.cimtrust.CIMTrustCommand.REMOVE_CERT_SUCCESS:string {"PGC01104: Certificate removed successfully."} Clients.cimtrust.CIMTrustCommand.REMOVE_CERT_FAILURE:string {"PGC01105: Failed to remove certificate."} Clients.cimtrust.CIMTrustCommand.CERT_ALREADY_EXISTS:string {"PGC001106: Specified certificate already exists."} Clients.cimtrust.CIMTrustCommand.CERT_NOT_FOUND:string {"PGC01107: Specified certificate does not exist."} Clients.cimtrust.CIMTrustCommand.CERT_SCHEMA_NOT_LOADED:string {"PGC01108: Please restore the internal repository on the CIM Server."} Clients.cimtrust.CIMTrustCommand.LIST_CERT_FAILURE:string {"PGC01109: Failed to list certificate."} Clients.cimtrust.CIMTrustCommand.CERT_WITHOUT_ASSOCIATED_USER:string {"PGC01110: NOTE: No user name will be associated with the certificate in the truststore."} Clients.cimtrust.CIMTrustCommand.CONNECTION_TIMEOUT:string {"PGC01111: Connection timed out."} Clients.cimtrust.CIMTrustCommand.INVALID_SYSTEM_USER:string {"PGC01112: Specified user is not a valid system user."} // ========================================================== // Messages for cimreparchive // Please use message prefix "PGC01200" // ========================================================== /** * @note Clients.cimreparchive.CIMRepositoryArchiveCommand.MENU.STANDARD: * Do not translate the cimreparchive 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.cimreparchive.CIMRepositoryArchiveCommand.MENU.STANDARD:string { "Usage: cimreparchive archive_file\n" " cimreparchive --version\n" " cimreparchive --help\n" "Options:\n" " --help - Display this help message\n" " --version - Display CIM Server version number\n" } /** * @note * Substitution {0} is a string containing a file name * Substitution {1} is a string containing a directory name */ Clients.cimreparchive.CIMRepositoryArchiveCommand.ARCHIVE_CREATED:string {"File \"{0}\" now contains an archive of directory \"{1}\"."} Clients.cimreparchive.CIMRepositoryArchiveCommand.REQUIRED_ARGS_MISSING:string {"PGC01200: Required arguments missing."} Clients.cimreparchive.CIMRepositoryArchiveCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC01201: Invalid option. Use '--help' to obtain command syntax."} Clients.cimreparchive.CIMRepositoryArchiveCommand.ERR_USAGE:string {"PGC01202: Incorrect usage. Use '--help' to obtain command syntax."} /** * @note PGC01203 * Substitution {0} is an error message string */ Clients.cimreparchive.CIMRepositoryArchiveCommand.SYSCALL_FAILED:string {"PGC01203: Failed to initiate archive operation: {0}"} /** * @note PGC01204 * Substitution {0} is an integer error status * Substitution {1} is a string containing a file name */ Clients.cimreparchive.CIMRepositoryArchiveCommand.ARCHIVE_FAILED:string {"PGC01204: Archive operation failed with status {0}. Removing file \"{1}\"."} // ========================================================== // Messages for CIMCRLCommand // Please use message prefix "PGC01300" // ========================================================== /** * @note Clients.cimcrl.CIMCRLCommand.MENU.STANDARD: * Do not translate the cimcrl 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.cimcrl.CIMCRLCommand.MENU.STANDARD:string { "Usage: cimcrl -a -f crlfile \n" "cimcrl -r -i issuername \n" "cimcrl -l [ -i issuername ] \n" "cimcrl --version\n" "cimcrl --help\n" "Options :\n" " -a - Add the specified CRL to the trust store\n" " -r - Remove the specified CRL from the trust store\n" " -l - Display the CRLs in the trust store\n" " -f crlfile - Specify the PEM format file containing an X509 CRL\n" " -i issuer - Specify the CRL issuer name\n" " --help - Display this help message\n" " --version - Display CIM Server version number\n" "\n" "Usage note: The cimcrl command requires that the CIM Server is running.\n" "\n" } Clients.cimcrl.CIMCRLCommand.REQUIRED_ARGS_MISSING:string {"PGC01300: Required arguments missing."} Clients.cimcrl.CIMCRLCommand.CANNOT_CONNECT_CIMSERVER_NOT_RUNNING:string {"PGC01301: Cannot connect to CIM Server, CIM Server may not be running."} Clients.cimcrl.CIMCRLCommand.ADD_CRL_SUCCESS:string {"PGC01302: CRL added successfully."} Clients.cimcrl.CIMCRLCommand.REMOVE_CRL_SUCCESS:string {"PGC01303: CRL removed successfully."} Clients.cimcrl.CIMCRLCommand.CRL_NOT_FOUND:string {"PGC01304: Specified CRL does not exist."} Clients.cimcrl.CIMCRLCommand.CRL_SCHEMA_NOT_LOADED:string {"PGC01305: Please restore the internal repository on the CIM Server."} Clients.cimcrl.CIMCRLCommand.CONNECTION_TIMEOUT:string {"PGC01306: Connection timed out."} // ========================================================== // Messages for CIMSubCommand // Please use message prefix "PGC01400" // ========================================================== /** * @note Clients.cimsub.CIMSubCommand.MENU.STANDARD: * Do not translate the cimsub 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.cimsub.CIMSubCommand.MENU.STANDARD:string { "Usage: cimsub -l s|f|h [-v] [-n namespace] [-F [fnamespace:]filtername] \n" " [-H [hnamespace:][hclassname.]handlername] \n" "cimsub -e [-n namespace] -F [fnamespace:]filtername \n" " -H [hnamespace:][hclassname.]handlername \n" "cimsub -d [-n namespace] -F [fnamespace:]filtername \n" " -H [hnamespace:][hclassname.]handlername \n" "cimsub -r s|f|h|a [-n namespace] [-F[fnamespace:]filtername] \n" " [-H[hnamespace:][hclassname.]handlername] \n" "cimsub -h \n" "cimsub --help \n" "cimsub --version \n" "Options :\n" " -l - List and display information\n" " -e - Enable specified subscription \n" " (set SubscriptionState to Enabled)\n" " -d - Disable specified subscription \n" " (set SubscriptionState to Disabled)\n" " -r - Remove specified subscription, handler, filter\n" " -v - Include verbose information\n" " -F - Specify Filter Name of subscription for the operation\n" " -H - Specify Handler Name of subscription for the operation\n" " -n - Specify namespace of subscription \n" " (root/PG_InterOp, if not specified)\n" " -h, --help - Display this help message\n" " --version - Display CIM Server version number\n" "\n" "Usage note: The cimsub command requires that the CIM Server is running.\n" "\n" } Clients.cimsub.CIMSubCommand.REQUIRED_ARGS_MISSING:string {"PGC01400: Required arguments missing."} Clients.cimsub.CIMSubCommand.CIMOM_NOT_RUNNING:string {"PGC01401: Cannot connect to CIM Server, CIM Server may not be running."} Clients.cimsub.CIMSubCommand.ENABLE_SUBSCRIPTION_FAILURE:string {"PGC01402: Failed to enable subscription."} Clients.cimsub.CIMSubCommand.DISABLE_SUBSCRIPTION_FAILURE:string {"PGC01403: Failed to disable subscription."} Clients.cimsub.CIMSubCommand.SUBSCRIPTION_NOT_FOUND_FAILURE:string {"PGC01404: The requested subscription could not be found."} Clients.cimsub.CIMSubCommand.HANDLER_NOT_FOUND_FAILURE:string {"PGC01405: The requested handler could not be found."} Clients.cimsub.CIMSubCommand.FILTER_NOT_FOUND_FAILURE:string {"PGC01406: The requested filter could not be found."} Clients.cimsub.CIMSubCommand.SUBSCRIPTION_ALREADY_DISABLED:string {"PGC01407: The subscription is already disabled."} Clients.cimsub.CIMSubCommand.SUBSCRIPTION_ALREADY_ENABLED:string {"PGC01408: The subscription is already enabled."} Clients.cimsub.CIMSubCommand.ERR_OPTION_NOT_SUPPORTED:string {"PGC01409: Invalid option. Use '--help' to obtain command syntax."} Clients.cimsub.CIMSubCommand.INVALID_ARGS:string {"PGC01410: Invalid arguments."} Clients.cimsub.CIMSubCommand.UNEXPECTED_OPTION:string {"PGC01411: Unexpected Option."} Clients.cimsub.CIMSubCommand.ERR_USAGE:string {"PGC01412: Incorrect usage. Use '--help' to obtain command syntax."} // ========================================================== // Start of messages from platform-specific files // ========================================================== // ========================================================== // End of messages from platform-specific files // ==========================================================// ==============================================================================// END OF RESOURCE BUNDLE// DO NOT ADD MESSAGES AFTER THE FOLLOWING '}' // ==============================================================================}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -