SharpNBT/SharpNBT/Strings.resx

81 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
</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.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="UnknownTagType" xml:space="preserve">
<value>Unknown tag type.</value>
</data>
<data name="AutoDetectNotValid" xml:space="preserve">
<value>Auto-detect is not a valid compression type when writing.</value>
</data>
<data name="CannotDetectCompression" xml:space="preserve">
<value>Unable to detect compression type.</value>
</data>
<data name="CannotReadStream" xml:space="preserve">
<value>Stream is not opened for reading.</value>
</data>
<data name="CannotWriteStream" xml:space="preserve">
<value>Stream is not opened for writing.</value>
</data>
<data name="InvalidEndTagChild" xml:space="preserve">
<value>An EndTag is not a valid child type for a non-empty ListTag.</value>
</data>
<data name="VarIntTooMuchData" xml:space="preserve">
<value>Value too large to be stored in a {0} integer.</value>
</data>
<data name="VarIntCannotDecode" xml:space="preserve">
<value>Cannot decode value from bytes.</value>
</data>
<data name="ZLibValueGreater15" xml:space="preserve">
<value>Value cannot be greater than 15.</value>
</data>
<data name="ZLibValueGreater31" xml:space="preserve">
<value>Value cannot be greater than 31.</value>
</data>
<data name="CRCFail" xml:space="preserve">
<value>CRC validation failed.</value>
</data>
<data name="ZlibUnsupported" xml:space="preserve">
<value>Unsupported stream.</value>
</data>
<data name="WordElement" xml:space="preserve">
<value>element</value>
</data>
<data name="WordElements" xml:space="preserve">
<value>elements</value>
</data>
<data name="WordEntry" xml:space="preserve">
<value>entry</value>
</data>
<data name="WordEntries" xml:space="preserve">
<value>entries</value>
</data>
<data name="ChildCannotBeNull" xml:space="preserve">
<value>Child tag in collection cannot be null.</value>
</data>
<data name="ChildrenMustBeNamed" xml:space="preserve">
<value>Children of this collection type must be named.</value>
</data>
<data name="ChildrenMustNotBeNamed" xml:space="preserve">
<value>Children of this collection type cannot be named.</value>
</data>
<data name="ChildWrongType" xml:space="preserve">
<value>Incorrect tag type added to this collection.</value>
</data>
</root>