📄 pegasusserver_en.txt
字号:
*/ ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_PROVIDERTYPE_IN_PG_PROVIDERCAPABILITIES:string {"PGS03031: Unsupported ProviderType value \"{0}\" in PG_ProviderCapabilities instance."} /** * @note PGS03032: * Do not translate the word 'ProviderType' since it is the name of a CIM property. * Do not translate the word 'PG_ProviderCapabilities' since it is the name of a CIM class. */ ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_PROVIDERTYPE_IN_PG_PROVIDERCAPABILITIES:string {"PGS03032: Missing the required ProviderType property in PG_ProviderCapabilities class."} /** * @note PGS03033: * Do not translate the word 'Name' since it is the name of a CIM property. * Do not translate the word 'PG_Provider' since it is the name of a CIM class. */ ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.MISSING_NAME_IN_PG_PROVIDER:string {"PGS03033: Missing the required Name property in PG_Provider class."} /** * @note PGS03034: * Do not translate the word 'InterfaceType' since it is the name of a CIM property. * Substitution {0} is an InterfaceType value (a string) */ ControlProviders.ProviderRegistrationProvider.ProviderRegistrationProvider.UNSUPPORTED_INTERFACETYPE_VALUE:string {"PGS03034: InterfaceType property value {0} is not supported."} // ========================================================== // Messages for UserAuthProvider // Please use message prefix "PGS03200" // ========================================================== ControlProviders.UserAuthProvider.MUST_BE_PRIVILEGED_USER:string {"PGS03200: Superuser authority is required to run this CIM operation."} /** * @note PGS03201 * Do not translate the word 'Username' since it is the name of a CIM property. */ ControlProviders.UserAuthProvider.UNABLE_TO_FIND_KEY_PROPERTY_USERNAME:string {"PGS03201: Unable to find the key property Username."} ControlProviders.UserAuthProvider.UNEXPECTED_KEY_PROPERTY:string {"PGS03202: Unexpected key property."} /** * @note PGS03203 * Do not translate the word 'Username' since it is the name of a CIM property. */ ControlProviders.UserAuthProvider.USERNAME_PROPERTY_CANNOT_BE_EMPTY:string {"PGS03203: The Username property cannot be empty."} /** * @note PGS03204 * Do not translate the word 'Namespace' since it is the name of a CIM property. */ ControlProviders.UserAuthProvider.NAMESPACE_PROPERTY_CANNOT_BE_EMPTY:string {"PGS03204: The Namespace property cannot be empty."} /** * @note PGS03205 * Substitution {0} is the name of the method (a string) */ ControlProviders.UserAuthProvider.UNSUPPORTED_METHOD_NAME:string {"PGS03205: Unsupported method name, {0}."} ControlProviders.UserAuthProvider.INPUT_PARAMETERS_NOT_VALID:string {"PGS03206: Input parameters are not valid."} // ========================================================== // Messages for CertificateProvider // Please use message prefix "PGS03300" // ========================================================== ControlProviders.CertificateProvider.MUST_BE_PRIVILEGED_USER:string {"PGS03301: Superuser authority is required to run this CIM operation."} /** * @note PGS03302 * Substitution {0} is the name of the directory */ ControlProviders.CertificateProvider.COULD_NOT_READ_DIRECTORY:string {"PGS03302: Cannot read directory {0}."} /** * @note PGS03303 * Substitution {0} is the name of the directory */ ControlProviders.CertificateProvider.INVALID_DIRECTORY:string {"PGS03303: Directory {0} is not valid."} /** * @note PGS03304 * Substitution {0} is the name of the file */ ControlProviders.CertificateProvider.DELETE_FAILED:string {"PGS03304: Could not delete file {0}."} /** * @note PGS03305 * Substitution {0} is the name of the file */ ControlProviders.CertificateProvider.FILE_DNE:string {"PGS03305: File does not exist {0}."} ControlProviders.CertificateProvider.BAD_X509_FORMAT:string {"PGS03306: Could not read x509 PEM format."} ControlProviders.CertificateProvider.CERT_NOT_VALID_YET:string {"PGS03307: The certificate is not valid yet. Check the timestamps on your machine."} ControlProviders.CertificateProvider.CERT_EXPIRED:string {"PGS03308: The certificate has expired."} ControlProviders.CertificateProvider.BAD_DATE_FORMAT:string {"PGS03309: The validity dates are out of range."} ControlProviders.CertificateProvider.CRL_NOT_VALID_YET:string {"PGS03310: The certificate revocation list is not valid yet. Check the timestamps on your machine.."} ControlProviders.CertificateProvider.CRL_EXPIRED:string {"PGS03311: The certificate revocation list is not up-to-date. Check with the issuing CA for the latest one."} ControlProviders.CertificateProvider.EMPTY_CRL:string {"PGS03312: The certificate revocation list is empty."} ControlProviders.CertificateProvider.TRUSTSTORE_RELOAD_FAILED:string {"PGS03313: Trust store reload failed. Certificate deletion will not be effective until cimserver restart."} ControlProviders.CertificateProvider.ERROR_WRITING_CERT:string {"PGS03314: Unable to add certificate to truststore. Error while trying to write certificate."} ControlProviders.CertificateProvider.ERROR_WRITING_CRL:string {"PGS03315: Unable to add CRL to truststore. Error while trying to write CRL."} ControlProviders.CertificateProvider.MULTIPLE_CERT_IN_FILE:string {"PGS03316: Specified certificate file contains more than one certificate."} ControlProviders.CertificateProvider.CERT_WITH_SAME_SUBJECT:string {"PGS03317: Another certificate with the same subject name already exists."} // ========================================================== // Messages for CIMOMHandle // Please use message prefix "PGS03400" // ========================================================== /** * @note PGS03400 * Do not translate the word 'CIMOMHandle' since it is a class name. */ Provider.CIMOMHandle.RECURSIVE_USE_CIMOMHANDLE:string {"PGS03400: Recursive use of CIMOMHandle instance is attempted."} Provider.CIMOMHandle.EMPTY_CIM_RESPONSE:string {"PGS03401: Empty CIM response."} /** * @note PGS03402 * Do not translate the word 'CIMOMHandle' since it is a class name. * A word of explanation: in computing terminology, exceptions are 'thrown' and 'caught'. * The word 'caught' in this message is using the computing terminology for exceptions. */ Provider.CIMOMHandle.CAUGHT_EXCEPTION:string {"PGS03402: Exception caught in CIMOMHandle."} /** * @note PGS03403 */ Provider.CIMOMHandle.CANNOT_ALLOCATE_THREAD:string {"PGS03403: Could not create a worker for the dispatch request."} // ========================================================== // Messages for ProviderAdapter // Please use message prefix "PGS03600" // ========================================================== /** * @note PGS03600 * Substitution {0} is the name of the provider adapter (a string) * Substitution {1} is the error * Do not translate the word 'ProviderAdapter' since it is a class name. */ ProviderManager.ProviderAdapter.CANNOT_LOAD_PROVIDER_ADAPTER:string {"PGS03600: ProviderAdapter {0} cannot be loaded. Error: {1}"} /** * @note PGS03601 * Substitution {0} is the name of the provider adapter (a string) * Do not translate the word 'ProviderAdapter' since it is a class name. */ ProviderManager.ProviderAdapter.ENTRY_POINT_RETURNED_NULL:string {"PGS03601: Adapter load failure. The entry point for ProviderAdapter {0} returned a null value."} /** * @note PGS03602 * Substitution {0} is the name of the provider adapter (a string) * Do not translate the word 'ProviderAdapter' since it is a class name. */ ProviderManager.ProviderAdapter.ADAPTER_NOT_PA:string {"PGS03602: Adapter load failure. Adapter {0} is not a ProviderAdapter."} /** * @note PGS03603 * Substitution {0} is the name of the provider adapter (a string) * Do not translate the word 'CIMProvider' since it is a class name. */ ProviderManager.ProviderAdapter.ADAPTER_NOT_CP:string {"PGS03603: Adapter load failure. Adapter {0} is not a CIMProvider."} /** * @note PGS03604 * Substitution {0} is the name of the provider adapter (a string) * Do not translate the word 'PegasusCreateProviderAdapter' since it is a DLL name. */ ProviderManager.ProviderAdapter.MISSING:string {"PGS03604: Adapter {0} cannot be loaded. PegasusCreateProviderAdapter is not found."} /** * @note PGS03605 * */ ProviderManager.ProviderManager.INITIALIZE_FAILED:string {"PGS03605: Provider failed to initialize."} // ========================================================== // Messages for ProviderFacade // Please use message prefix "PGS03800" // ========================================================== ProviderManager.ProviderFacade.INVALID_PROVIDER_INTERFACE:string {"PGS03800: Provider interface is not valid."} // ========================================================== // Messages for ProviderManagerService // Please use message prefix "PGS04000" // ========================================================== ProviderManager.ProviderManagerService.PROVIDER_LOOKUP_FAILED:string {"PGS04000: Provider lookup failed."} ProviderManager.ProviderManagerService.PROVIDER_BLOCKED:string {"PGS04001: Provider is blocked."} ProviderManager.ProviderManagerService.NOT_IMPLEMENTED:string {"PGS04002: Not implemented."} ProviderManager.ProviderManagerService.INTERNAL_ERROR:string {"PGS04003: Internal error."} ProviderManager.ProviderManagerService.UNKNOWN_ERROR:string {"PGS04004: Unknown error."} ProviderManager.ProviderManagerService.SET_MODULE_STATUS_FAILED:string {"PGS04005: Failed to update the provider module status."} ProviderManager.ProviderManagerService.DISABLE_PROVIDER_FAILED:string {"PGS04006: Failed to disable the provider."} /** * @note PGS04007 * Substitution {0} is the name of a provider module (a string) * Substitution {1} is the name of a system user (a string) * @version 2.6 */ ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_USER_CTXT_FAILURE_DETECTED:string {"PGS04007: A failure was detected in provider module {0} with user context {1}."} /** * @note PGS04008 * Substitution {0} is the name of a provider module (a string) * @version 2.6 */ ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_FAILURE_DETECTED:string {"PGS04008: A failure was detected in provider module {0}."} /** * @note PGS04009 * Substitution {0} is the name of a provider module (a string) * @version 2.6 */ ProviderManager.ProviderManagerService.OOP_PROVIDER_MODULE_SUBSCRIPTIONS_AFFECTED:string {"PGS04009: The generation of indications by providers in module {0} may be affected. To ensure these providers are serving active subscriptions, disable and then re-enable this module using the cimprovider command."} /** * @note PGS04010 * Substitution {0} is a file name string * Substitution {1} is the name of a provider module (a string) * @version 2.6 */ ProviderManager.ProviderManagerService.PROVIDER_FILE_NOT_FOUND:string {"PGS04010: File \"{0}\" was not found for provider module \"{1}\"."} // ========================================================== // Messages for ProviderModule // Please use message prefix "PGS04200" // ========================================================== /** * @note PGS04200 * Substitution {0} is the name of a provider (a string) */ ProviderManager.ProviderModule.IS_NOT_A:string {"PGS04200: Provider load failure. {0}Provider is not a base provider."} /** * @note PGS04201 * Substitution {0} is the name of the file (a string) * Substitution {1} is the name of a provider (a string) * Substitution {2} is the system load error */ ProviderManager.ProviderModule.CANNOT_LOAD_LIBRARY:string {"PGS04201: Provider {1} in file {0} cannot load library. Error: {2}."} /** * @note PGS04202 * Substitution {0} is the name of the file (a string) * Substitution {1} is the name of a provider (a string) */ ProviderM
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -