2025-04-27 07:49:33 -04:00

103 lines
4.5 KiB
Plaintext

#generic
WMISE_Cancel=Cancel
WMISE_Exception=Exception: {0}\n\rTrace: {1}
WMISE_SelectClassBtn=Sele&ct class...
WMISE_SubscribeBtn=Su&bscribe
WMISE_AddEventFilterCM=&Add event filter...
WMISE_AddEventFilterLabel=<Add event filter...>
WMISE_Seconds=seconds
WMISE_OK=OK
WMISE_NoDescr=No description
WMISE_InvalidPath=Invalid Object Path: {0}
#AssocGroupComponent.cs
WMISE_AssocGroupClassPropertyDescr=The name of the class to which the child nodes belong
WMISE_AssocGroupRolePropertyDescr=The role of the child nodes in the relationship
WMISE_AssocGroupAssocPropertyDescr=The name of the relationship class
#ExecuteMethodDialog.cs
WMISE_ExecMethodDlg_Title=Execute Method {0}.{1}
WMISE_ExecMethodDlg_ServerName=Server: {0}
WMISE_ExecMethodDlg_NoInputParams=No Input Parameters
WMISE_ExecMethodDlg_Execute=Execute
WMISE_ExecMethodDlg_InputParameters=Input Parameters
WMISE_ExecMethodDlg_OutputParameters=Output Parameters
#ExtrinsicEventQueryDialog.cs
WMISE_ExtrEventQueryDlg_Title=Build Management Event Query
WMISE_ExtrEventQueryDlg_EventClassLbl=Event class:
#ExtrinsicEventQueryNode.cs
WMISE_EventQueryStop=Sto&p
WMISE_EventQueryStart=S&tart
WMISE_EventQueryPurge=P&urge
#ExtrinsicEventNode.cs
WMISE_ExtrinsicEventNodeLbl=Management Events
#IntrinsicEventQueryDialog.cs
WMISE_IntrinsicEvent_Created=Created
WMISE_IntrinsicEvent_Modified=Modified
WMISE_IntrinsicEvent_Deleted=Deleted
WMISE_IntrinsicEvent_Operated=Created, Modified or Deleted
WMISE_IntrEventQueryDlg_Title=Build Object Operation Event Query
WMISE_IntrEventQueryDlg_EventClassLbl=Target class:
WMISE_IntrEventQueryDlg_EventName=Raise event when instance is:
WMISE_IntrEventQueryDlg_PollingInterval=Poll for events every:
#IntrinsicEventNode.cs
WMISE_IntrinsicEventNodeLbl=Management Data Events
#SelectWMIClassTreeDialog.cs
WMISE_ClassSelectorLbl=Add Objects
WMISE_ClassSelectorLblSearch=&Find class containing:
WMISE_ClassSelectorBtnSearch=Find &Next
WMISE_ClassSelectorBtnAdd=&Add >>
WMISE_ClassSelectorBtnRemove=<< &Remove
WMISE_ClassSelectorSelClassesLbl=Se&lected classes:
WMISE_ClassSelectorAskViewAll=Do you want to add all classes in this namespace?
WMISE_ClassSelectorClassAlreadySelected=Class {0} is already selected
WMISE_ClassSelectorDlgHelp=This dialog allows you to select one or more Management classes. The objects belonging to these classes will be then added as nodes to the Server Explorer tree.
#WMIClassesNode.cs
WMISE_ClassesNode_AddClass=&Add Objects...
WMISE_ClassesNode_AddClassLbl=<Add Objects...>
WMISE_ClassesNodeLbl=Management Data
#WMIClassNode.cs
WMISE_ClassNode_CreateNewInstance=Create &New Object...
WMISE_ClassNode_NewInstanceLbl=<New {0}>
WMISE_ClassNode_RemovePrompt=Are you sure you want to remove {0} from the view?
#WMIInstanceNode.cs
WMISE_InstNode_SaveNewInstanceCM=Save
#WMIObjectComponent.cs
WMISE_ObjComp_PutFailed=Could not save object {0}: {1}
#WMIObjectPropertyTable.cs
WMISE_PropTable_ColumnName=Name
WMISE_PropTable_ColumnType=Type
WMISE_PropTable_ColumnValue=Value
WMISE_PropTable_ColumnDescription=Description
WMISE_PropTable_ColumnComparison=Operator
WMISE_PropTable_ColumnIsKey=Key
WMISE_PropTable_ColumnIsLocal=Local
#namespace descriptions
WMISE_NSDescription_Root=The Root namespace is primarily designed to contain other namespaces. Typically, you should not use root to store your objects.
WMISE_NSDescription_Root_Default=The Default namespace is the default location where objects are stored if a namespace has not been specified.
WMISE_NSDescription_Root_Cimv2=The CIMV2 namespace contains the majority of information about the status and configuration of the local system.
WMISE_NSDescription_Root_Cimv2_Applications=The Applications namespace contains management objects for many applications installed on the local system.
WMISE_NSDescription_Root_Cimv2_Applications_MicrosoftIE=The MicrosoftIE namespace contains object for managing Internet Explorer on the local system.
WMISE_NSDescription_Root_Directory=The Directory namespace contains objects for directory services such as the Active Directory.
WMISE_NSDescription_Root_Directory_Ldap=The LDAP namespace contains Active Directory schema and data. You may use this namespace to browse the Active Directory information visible to the local machine.
WMISE_NSDescription_Root_Wmi=The WMI namespace contains detailed data supplied by Windows Driver Model (WDM) drivers installed on the local system.
WMISE_NSDescription_Root_Microsoft_SQLServer=The MicrosoftSQLServer namespace contains objects for managing SQL Server 7.0 and 2000 systems.