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

127 lines
5.7 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_Help=&Help
WMISE_NoDescr=No description
WMISE_InvalidPath=Invalid Object Path: {0}
WMISE_AdvancedBtn=&Advanced...
#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
#EventQueryDialog.cs
WMISE_ExtrEventQueryDlg_Title=Build Management Event Query
WMISE_ExtrEventQueryDlg_EventClassLbl=Event class:
#EventQueryNode.cs
WMISE_EventQueryStop=Sto&p
WMISE_EventQueryStart=S&tart
WMISE_EventQueryPurge=C&lear Event Traces
#EventSNode.cs
WMISE_EventNodeLbl=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.
WMISE_Search_Failed=Search failed
WMISE_PleaseWait=Expanding {0}. Please wait...
#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_MicrosoftSQLServer=The MicrosoftSQLServer namespace contains objects for managing SQL Server 7.0 and 2000 systems.
#EventQueryDialog.cs
WMISE_EventQueryDlg_SelectEventType=Select event type:
WMISE_EventQueryDlg_IntrinsicEvents=&Data Operation Events
WMISE_EventQueryDlg_ExtrinsicEvents=&Custom Events
WMISE_EventQueryDlg_AvailableClasses=Available classes:
WMISE_EventQueryDlg_IntrinsicEventComboLabel=Fire event when an object is:
WMISE_EventQueryDlg_PollingIntervalLabel=Poll for events every:
WMISE_EventQueryDlg_Title=Select Class
WMISE_QueryNameBase={0} Event Filter
WMISE_PropertyInResultset=In Resultset?
WMISE_ClassNode_GenerateWrapper=&Generate Managed Class
WMISE_Code_Generation_Failed=Code generation failed
WMISE_Could_Not_Add_File_to_Project=Could not add generated file to current project
WMISE_Could_Not_Instantiate_Management_Class=Could not instantiate management class
WMISE_Invalid_Project_Type_For_CodeGen=Managed classes can only be generated in the context of a VB of a CS project.
WMISE_Polling_Interval_Validation_Failed=Value "{0}" is not a valid polling interval. Please enter a valid floating-point number.