Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
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 @@ -225,4 +225,5 @@
<value>Unable to resolve the parameter set name.</value>
<comment>N/A</comment>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@
<data name="InvalidDriveType" xml:space="preserve">
<value>The drive with the name '{0}' is not a Fixed drive and does not support the Recycle Bin. Please run the '{1}' cmdlet to see the available Fixed drives in the system.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
@@ -1,103 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
<!--
Microsoft ResX Schema

Version 1.3
Version 1.3

The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.

Example:
Example:

... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">1.3</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1">this is my long string</data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
[base64 mime encoded serialized .NET Framework object]
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
[base64 mime encoded string representing a byte array form of the .NET Framework object]
</data>
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">1.3</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1">this is my long string</data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
[base64 mime encoded serialized .NET Framework object]
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
[base64 mime encoded string representing a byte array form of the .NET Framework object]
</data>

There are any number of "resheader" rows that contain simple
name/value pairs.
There are any number of "resheader" rows that contain simple
name/value pairs.

Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.

The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:

Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.

mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>1.3</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="SetClipboardContent" xml:space="preserve">
<value>Set string '{0}' to the clipboard.</value>
</data>
Expand Down Expand Up @@ -131,4 +131,4 @@
<data name="InvalidHtmlCombine" xml:space="preserve">
<value>Html can only be combined with Html Text format.</value>
</data>
</root>
</root>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing newline here

Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@
<data name="LoadingNetworkAdapterInfo" xml:space="preserve">
<value>Loading network adapter information</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,5 @@
<data name="InvalidParameterForCoreClr" xml:space="preserve">
<value>The {0} parameter is not supported for CoreCLR.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@
<data name="VerbActionOpen" xml:space="preserve">
<value>&amp;Open</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,5 @@
<data name="NotSupported" xml:space="preserve">
<value>The command is not supported in this version of the operating system.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@
<data name="NoEntriesFound" xml:space="preserve">
<value>Cannot find the requested hotfix on the '{0}' computer. Verify the input and run the command again.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@
<data name="Name" xml:space="preserve">
<value>Management PSSnapIn</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,5 @@
<data name="TransactionResource" xml:space="preserve">
<value>Current transaction</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,5 @@ The command enumerates processes from the local computer, and outputs System.Dia
<data name="GetProcessExample2Description" xml:space="preserve">
<value>Returns all processes with names starting with svc.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,5 @@
<data name="ParameterNotSupportedOnPSEdition" xml:space="preserve">
<value>The parameter '{0}' is not supported for the cmdlet '{1}' on this edition of PowerShell.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,5 @@
<data name="ComputerAccessDenied" xml:space="preserve">
<value>The command cannot be used to configure the service '{0}' because access to computer '{1}' is denied. Run Windows PowerShell as admin and run your command again.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@
<data name="TimeZoneNameNotFound" xml:space="preserve">
<value>The time zone name '{0}' was not found on the local computer.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,5 @@
<data name="TransactionTimedOut" xml:space="preserve">
<value>Cannot use transaction. The transaction has timed out.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@
<data name="NotSupported" xml:space="preserve">
<value>The command is not supported on this operating system.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,5 @@
<data name="WmiQueryFailure" xml:space="preserve">
<value>{0}"{1}"</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@
<data name="TypeNameShouldNotBeEmpty" xml:space="preserve">
<value>The TypeName parameter should not be null, empty, or contain only white spaces.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@
<data name="ReferenceAssemblyIgnored" xml:space="preserve">
<value>The specified reference assembly '{0}' is unnecessary and ignored.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@
<data name="NoAliasFound" xml:space="preserve">
<value>This command cannot find a matching alias because an alias with the {0} '{1}' does not exist.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,5 @@
<data name="DataItemAlreadyDefined" xml:space="preserve">
<value>Data item '{1}' in line '{0}' is already defined. </value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@
<data name="TemplateNotFound" xml:space="preserve">
<value>Template file was not found</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,5 @@
<data name="NoProgramFound" xml:space="preserve">
<value>Convert-String appears to be having trouble parsing your data using the examples you've provided. We'd love to take a look at what went wrong - feel free to send the command you tried in a mail to psdmfb@microsoft.com. We will review all submissions, although we can't guarantee a response.</value>
</data>
</root>
</root>

Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
<data name="CannotAppendCsvWithMismatchedPropertyNames" xml:space="preserve">
<value>Cannot append CSV content to the following file: {1}. The appended object does not have a property that corresponds to the following column: {0}. To continue with mismatched properties, add the -Force parameter, and then retry the command.</value>
<comment>{0} is a placeholder for property name (i.e. ProcessId)
{1} is a placeholder for filename (i.e. c:\users\lukasza\foo.csv)
{1} is a placeholder for filename (i.e. c:\users\lukasza\foo.csv)

{StrContains="Force"}
{StrContains="Force"}

Reviewed by TArcher on 2010-06-29.
Reviewed by TArcher on 2010-06-29.
</comment>
</data>
<data name="CannotSpecifyPathAndLiteralPath" xml:space="preserve">
Expand All @@ -133,4 +133,4 @@
<data name="UseDefaultNameForUnspecifiedHeader" xml:space="preserve">
<value>One or more headers were not specified. Default names starting with "H" have been used in place of any missing headers.</value>
</data>
</root>
</root>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here

Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.