Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ScriptWriter_DuplicateQueryParameterName" xml:space="preserve">
<value>Two cmdlet parameters defined within the {0} element have the same name: {1}. Resolve the conflict in the Cmdlet Definition XML and retry.</value>
<comment>{StrContains="CmdletParameterMetadata"} {StrContains="PSName"}
{0} is a placeholder for a name of an XML element. Example: &lt;GetCmdletParameters&gt;
<comment>{0} is a placeholder for a name of an XML element. Example: &lt;GetCmdletParameters&gt;
{1} is a placeholder for a cmdlet parameter name. Example: Name</comment>
</data>
<data name="ExportCimCommand_ErrorInCmdletizationXmlFile" xml:space="preserve">
Expand All @@ -135,8 +134,7 @@
</data>
<data name="ScriptWriter_DuplicateParameterSetInStaticCmdlet" xml:space="preserve">
<value>The {0} cmdlet defines the {1} parameter set more than once. Verify that the Cmdlet Definition XML does not have duplicate parameter set names and retry.</value>
<comment>{StrContains="CmdletParameterSet"}
{0} is a placeholder for a cmdlet name. Example: 'Get-Win32Process'
<comment>{0} is a placeholder for a cmdlet name. Example: 'Get-Win32Process'
{1} is a placeholder for a parameter set name. Example: 'foo'</comment>
</data>
<data name="ScriptWriter_ObjectModelWrapperDefinesMultipleParameterSets" xml:space="preserve">
Expand Down Expand Up @@ -186,7 +184,7 @@
</data>
<data name="EnumWriter_InvalidValueName" xml:space="preserve">
<value>The value of the Name attribute is not a valid C# identifier: {0}. Verify the Name attribute in the Cmdlet Definition XML, and then try again.</value>
<comment>{StrContains="Enum"} {StrContains="Value"} {StrContains="Name"}</comment>
<comment>{StrContains="Name"}</comment>
</data>
<data name="ScriptWriter_InvalidEnum" xml:space="preserve">
<value>Cannot process the &lt;Enum EnumName="{0}" ...&gt; element. {1}</value>
Expand Down
Loading