apparently simplified chinese locale is called "zh-Hans" in .Net framework.

This commit is contained in:
morkt
2016-04-14 01:06:33 +04:00
parent bfd05d1803
commit dee61a2929
6 changed files with 509 additions and 509 deletions

View File

@@ -304,7 +304,7 @@
<Compile Include="YuRis\ImageYCG.cs" /> <Compile Include="YuRis\ImageYCG.cs" />
<Compile Include="Zyx\ArcBDF.cs" /> <Compile Include="Zyx\ArcBDF.cs" />
<Compile Include="Zyx\ImageSPL.cs" /> <Compile Include="Zyx\ImageSPL.cs" />
<EmbeddedResource Include="Strings\arcStrings.zh-CN.resx" /> <EmbeddedResource Include="Strings\arcStrings.zh-Hans.resx" />
<None Include="ArcSeraph.cs" /> <None Include="ArcSeraph.cs" />
<Compile Include="ArcSPack.cs" /> <Compile Include="ArcSPack.cs" />
<Compile Include="NitroPlus\ArcSteinsGate.cs" /> <Compile Include="NitroPlus\ArcSteinsGate.cs" />

View File

@@ -1,370 +1,370 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema
Version 2.0 Version 2.0
The primary goals of this format is to allow a simple XML format The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes various data types are done through the TypeConverter classes
associated with the data types. associated with the data types.
Example: Example:
... ado.net/XML headers & schema ... ... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader> <resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value> <value>[base64 mime encoded serialized .NET Framework object]</value>
</data> </data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment> <comment>This is a comment</comment>
</data> </data>
There are any number of "resheader" rows that contain simple There are any number of "resheader" rows that contain simple
name/value pairs. name/value pairs.
Each data row contains a name, and value. The row also contains a Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture. text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the Classes that don't support this are serialized and stored with the
mimetype set. mimetype set.
The mimetype is used for serialized objects, and tells the The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly: extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below. read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64 mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64 mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64 mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter : using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
--> -->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType> <xsd:complexType>
<xsd:choice maxOccurs="unbounded"> <xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata"> <xsd:element name="metadata">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" /> <xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="assembly"> <xsd:element name="assembly">
<xsd:complexType> <xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="data"> <xsd:element name="data">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <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:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="resheader"> <xsd:element name="resheader">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:choice> </xsd:choice>
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:schema> </xsd:schema>
<resheader name="resmimetype"> <resheader name="resmimetype">
<value>text/microsoft-resx</value> <value>text/microsoft-resx</value>
</resheader> </resheader>
<resheader name="version"> <resheader name="version">
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="AMIBaseArchive" xml:space="preserve"> <data name="AMIBaseArchive" xml:space="preserve">
<value>原压缩文件</value> <value>原压缩文件</value>
</data> </data>
<data name="AMIBaseTooltip" xml:space="preserve"> <data name="AMIBaseTooltip" xml:space="preserve">
<value>新的压缩文件将会包含原文件中的项目。</value> <value>新的压缩文件将会包含原文件中的项目。</value>
</data> </data>
<data name="AMIChooseBase" xml:space="preserve"> <data name="AMIChooseBase" xml:space="preserve">
<value>请选择原压缩文件</value> <value>请选择原压缩文件</value>
</data> </data>
<data name="AMIDescription" xml:space="preserve"> <data name="AMIDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv 压缩文件</value> <value>Amaterasu Translations Muv-Luv 压缩文件</value>
</data> </data>
<data name="AMINoFiles" xml:space="preserve"> <data name="AMINoFiles" xml:space="preserve">
<value>未找到适合AMI压缩文件的项目。</value> <value>未找到适合AMI压缩文件的项目。</value>
</data> </data>
<data name="ArcEncryptedNotice" xml:space="preserve"> <data name="ArcEncryptedNotice" xml:space="preserve">
<value>压缩文件已加密。 <value>压缩文件已加密。
请选择正确的加密方式。</value> 请选择正确的加密方式。</value>
</data> </data>
<data name="ArcNoEncryption" xml:space="preserve"> <data name="ArcNoEncryption" xml:space="preserve">
<value>没有加密。</value> <value>没有加密。</value>
</data> </data>
<data name="ArcReset" xml:space="preserve"> <data name="ArcReset" xml:space="preserve">
<value>重置</value> <value>重置</value>
</data> </data>
<data name="GRPDescription" xml:space="preserve"> <data name="GRPDescription" xml:space="preserve">
<value>âge专用图像格式</value> <value>âge专用图像格式</value>
</data> </data>
<data name="GSCDescription" xml:space="preserve"> <data name="GSCDescription" xml:space="preserve">
<value>Liar-soft专用脚本格式</value> <value>Liar-soft专用脚本格式</value>
</data> </data>
<data name="INTCreationNotice" xml:space="preserve"> <data name="INTCreationNotice" xml:space="preserve">
<value>尚不支持创建加密压缩文件。</value> <value>尚不支持创建加密压缩文件。</value>
</data> </data>
<data name="INTDescription" xml:space="preserve"> <data name="INTDescription" xml:space="preserve">
<value>CatSystem2引擎压缩文件</value> <value>CatSystem2引擎压缩文件</value>
</data> </data>
<data name="INTKeyRequirement" xml:space="preserve"> <data name="INTKeyRequirement" xml:space="preserve">
<value>密钥是一个32位的16进制整数</value> <value>密钥是一个32位的16进制整数</value>
</data> </data>
<data name="INTLabelNumericKey" xml:space="preserve"> <data name="INTLabelNumericKey" xml:space="preserve">
<value>密钥</value> <value>密钥</value>
</data> </data>
<data name="INTNotice" xml:space="preserve"> <data name="INTNotice" xml:space="preserve">
<value>压缩文件目录已加密。</value> <value>压缩文件目录已加密。</value>
</data> </data>
<data name="KogadoDescription" xml:space="preserve"> <data name="KogadoDescription" xml:space="preserve">
<value>工画堂引擎压缩文件</value> <value>工画堂引擎压缩文件</value>
</data> </data>
<data name="LabelPassphrase" xml:space="preserve"> <data name="LabelPassphrase" xml:space="preserve">
<value>密码</value> <value>密码</value>
</data> </data>
<data name="LabelScheme" xml:space="preserve"> <data name="LabelScheme" xml:space="preserve">
<value>方式</value> <value>方式</value>
</data> </data>
<data name="LWGDescription" xml:space="preserve"> <data name="LWGDescription" xml:space="preserve">
<value>Liar-soft图像档案</value> <value>Liar-soft图像档案</value>
</data> </data>
<data name="MsgAddingFile" xml:space="preserve"> <data name="MsgAddingFile" xml:space="preserve">
<value>正在添加文件……</value> <value>正在添加文件……</value>
</data> </data>
<data name="MsgCalculatingChecksum" xml:space="preserve"> <data name="MsgCalculatingChecksum" xml:space="preserve">
<value>正在计算校验和……</value> <value>正在计算校验和……</value>
</data> </data>
<data name="MsgCompressingIndex" xml:space="preserve"> <data name="MsgCompressingIndex" xml:space="preserve">
<value>正在压缩索引……</value> <value>正在压缩索引……</value>
</data> </data>
<data name="MsgCreationKeyRequired" xml:space="preserve"> <data name="MsgCreationKeyRequired" xml:space="preserve">
<value>创建压缩文件需要密钥。</value> <value>创建压缩文件需要密钥。</value>
</data> </data>
<data name="MsgEncNotImplemented" xml:space="preserve"> <data name="MsgEncNotImplemented" xml:space="preserve">
<value>加密方式暂不支持。</value> <value>加密方式暂不支持。</value>
</data> </data>
<data name="MsgExtensionTooLong" xml:space="preserve"> <data name="MsgExtensionTooLong" xml:space="preserve">
<value>文件扩展名太长。</value> <value>文件扩展名太长。</value>
</data> </data>
<data name="MsgFileNameTooLong" xml:space="preserve"> <data name="MsgFileNameTooLong" xml:space="preserve">
<value>文件名太长。</value> <value>文件名太长。</value>
</data> </data>
<data name="MsgIllegalCharacters" xml:space="preserve"> <data name="MsgIllegalCharacters" xml:space="preserve">
<value>文件名中包含非法字符。</value> <value>文件名中包含非法字符。</value>
</data> </data>
<data name="MsgInvalidImageFormat" xml:space="preserve"> <data name="MsgInvalidImageFormat" xml:space="preserve">
<value>{0}: 无法识别图像格式。</value> <value>{0}: 无法识别图像格式。</value>
</data> </data>
<data name="MsgInvalidVersion" xml:space="preserve"> <data name="MsgInvalidVersion" xml:space="preserve">
<value>无效的档案版本。</value> <value>无效的档案版本。</value>
</data> </data>
<data name="MsgNoExtension" xml:space="preserve"> <data name="MsgNoExtension" xml:space="preserve">
<value>文件名需要包含扩展名。</value> <value>文件名需要包含扩展名。</value>
</data> </data>
<data name="MsgTooManyFiles" xml:space="preserve"> <data name="MsgTooManyFiles" xml:space="preserve">
<value>文件数目超过压缩文件限制。</value> <value>文件数目超过压缩文件限制。</value>
</data> </data>
<data name="MsgUpdatingIndex" xml:space="preserve"> <data name="MsgUpdatingIndex" xml:space="preserve">
<value>正在更新索引……</value> <value>正在更新索引……</value>
</data> </data>
<data name="MsgWritingIndex" xml:space="preserve"> <data name="MsgWritingIndex" xml:space="preserve">
<value>正在建立索引……</value> <value>正在建立索引……</value>
</data> </data>
<data name="NPACompressContents" xml:space="preserve"> <data name="NPACompressContents" xml:space="preserve">
<value>压缩内容</value> <value>压缩内容</value>
</data> </data>
<data name="NPADescription" xml:space="preserve"> <data name="NPADescription" xml:space="preserve">
<value>Nitro+压缩文件</value> <value>Nitro+压缩文件</value>
</data> </data>
<data name="NPAKeys" xml:space="preserve"> <data name="NPAKeys" xml:space="preserve">
<value>密钥 <value>密钥
(未加密内容仍需要)</value> (未加密内容仍需要)</value>
</data> </data>
<data name="NPASteinsGateDescription" xml:space="preserve"> <data name="NPASteinsGateDescription" xml:space="preserve">
<value>Nitro+ Steins;Gate压缩文件</value> <value>Nitro+ Steins;Gate压缩文件</value>
</data> </data>
<data name="NSADescription" xml:space="preserve"> <data name="NSADescription" xml:space="preserve">
<value>NScripter引擎压缩文件</value> <value>NScripter引擎压缩文件</value>
</data> </data>
<data name="ONSArchiveType" xml:space="preserve"> <data name="ONSArchiveType" xml:space="preserve">
<value>压缩文件类型</value> <value>压缩文件类型</value>
</data> </data>
<data name="ONSCompression" xml:space="preserve"> <data name="ONSCompression" xml:space="preserve">
<value>压缩方式</value> <value>压缩方式</value>
</data> </data>
<data name="ONSCompressionNone" xml:space="preserve"> <data name="ONSCompressionNone" xml:space="preserve">
<value>无</value> <value>无</value>
</data> </data>
<data name="PDDescription" xml:space="preserve"> <data name="PDDescription" xml:space="preserve">
<value>Flying Shine压缩文件</value> <value>Flying Shine压缩文件</value>
</data> </data>
<data name="PDScrambleContents" xml:space="preserve"> <data name="PDScrambleContents" xml:space="preserve">
<value>打乱内容</value> <value>打乱内容</value>
</data> </data>
<data name="RPADescription" xml:space="preserve"> <data name="RPADescription" xml:space="preserve">
<value>Ren'Py引擎压缩文件</value> <value>Ren'Py引擎压缩文件</value>
</data> </data>
<data name="RPALabelKey" xml:space="preserve"> <data name="RPALabelKey" xml:space="preserve">
<value>32位密钥</value> <value>32位密钥</value>
</data> </data>
<data name="SCRDescription" xml:space="preserve"> <data name="SCRDescription" xml:space="preserve">
<value>Amaterasu Translations Muv-Luv脚本文件</value> <value>Amaterasu Translations Muv-Luv脚本文件</value>
</data> </data>
<data name="SGLabelEncoding" xml:space="preserve"> <data name="SGLabelEncoding" xml:space="preserve">
<value>文件名编码</value> <value>文件名编码</value>
</data> </data>
<data name="TooltipHex" xml:space="preserve"> <data name="TooltipHex" xml:space="preserve">
<value>十六进制数</value> <value>十六进制数</value>
</data> </data>
<data name="WARCLabelLength" xml:space="preserve"> <data name="WARCLabelLength" xml:space="preserve">
<value>文件名最大长度 <value>文件名最大长度
(不包括扩展名)</value> (不包括扩展名)</value>
</data> </data>
<data name="XFLDescription" xml:space="preserve"> <data name="XFLDescription" xml:space="preserve">
<value>Liar-soft游戏压缩文件</value> <value>Liar-soft游戏压缩文件</value>
</data> </data>
<data name="XP3CompressContents" xml:space="preserve"> <data name="XP3CompressContents" xml:space="preserve">
<value>压缩内容</value> <value>压缩内容</value>
</data> </data>
<data name="XP3CompressHeader" xml:space="preserve"> <data name="XP3CompressHeader" xml:space="preserve">
<value>压缩目录</value> <value>压缩目录</value>
</data> </data>
<data name="XP3Description" xml:space="preserve"> <data name="XP3Description" xml:space="preserve">
<value>KiriKiri引擎压缩文件</value> <value>KiriKiri引擎压缩文件</value>
</data> </data>
<data name="XP3LabelVersion" xml:space="preserve"> <data name="XP3LabelVersion" xml:space="preserve">
<value>版本</value> <value>版本</value>
</data> </data>
<data name="XP3RetainStructure" xml:space="preserve"> <data name="XP3RetainStructure" xml:space="preserve">
<value>保持目录结构</value> <value>保持目录结构</value>
</data> </data>
<data name="YPFDescription" xml:space="preserve"> <data name="YPFDescription" xml:space="preserve">
<value>Yu-Ris引擎压缩文件</value> <value>Yu-Ris引擎压缩文件</value>
</data> </data>
<data name="YPFLabelKey" xml:space="preserve"> <data name="YPFLabelKey" xml:space="preserve">
<value>8位密钥</value> <value>8位密钥</value>
</data> </data>
<data name="YPFLabelVersion" xml:space="preserve"> <data name="YPFLabelVersion" xml:space="preserve">
<value>压缩文件版本</value> <value>压缩文件版本</value>
</data> </data>
<data name="YPFNotice" xml:space="preserve"> <data name="YPFNotice" xml:space="preserve">
<value>压缩文件的目录已加密。 <value>压缩文件的目录已加密。
请选择正确的加密方式。</value> 请选择正确的加密方式。</value>
</data> </data>
<data name="LabelEncScheme" xml:space="preserve"> <data name="LabelEncScheme" xml:space="preserve">
<value>加密方式</value> <value>加密方式</value>
</data> </data>
<data name="DPKKeys" xml:space="preserve"> <data name="DPKKeys" xml:space="preserve">
<value>密钥</value> <value>密钥</value>
</data> </data>
<data name="ArcDefault" xml:space="preserve"> <data name="ArcDefault" xml:space="preserve">
<value>默认</value> <value>默认</value>
</data> </data>
<data name="ArcHex32Bit" xml:space="preserve"> <data name="ArcHex32Bit" xml:space="preserve">
<value>32位十六进制数</value> <value>32位十六进制数</value>
</data> </data>
<data name="KCAPDefault" xml:space="preserve"> <data name="KCAPDefault" xml:space="preserve">
<value>默认</value> <value>默认</value>
</data> </data>
<data name="MBLNotice" xml:space="preserve"> <data name="MBLNotice" xml:space="preserve">
<value>压缩文件包含已加密的脚本。 <value>压缩文件包含已加密的脚本。
请选择加密方式或输入密码。</value> 请选择加密方式或输入密码。</value>
</data> </data>
<data name="RCTChoose" xml:space="preserve"> <data name="RCTChoose" xml:space="preserve">
<value>请选择游戏名称或输入密码</value> <value>请选择游戏名称或输入密码</value>
</data> </data>
<data name="NSAChoose" xml:space="preserve"> <data name="NSAChoose" xml:space="preserve">
<value>请选择游戏名称或输入密码</value> <value>请选择游戏名称或输入密码</value>
</data> </data>
<data name="RPMEncryptedNotice" xml:space="preserve"> <data name="RPMEncryptedNotice" xml:space="preserve">
<value>文件与RPM压缩文件格式相似, <value>文件与RPM压缩文件格式相似,
但无法猜测正确的密钥。 但无法猜测正确的密钥。
请选择正确的加密方式。</value> 请选择正确的加密方式。</value>
</data> </data>
<data name="QLIEDefaultScheme" xml:space="preserve"> <data name="QLIEDefaultScheme" xml:space="preserve">
<value>使用默认加密方式</value> <value>使用默认加密方式</value>
</data> </data>
<data name="INTChooseExe" xml:space="preserve"> <data name="INTChooseExe" xml:space="preserve">
<value>请选择游戏的EXE文件</value> <value>请选择游戏的EXE文件</value>
</data> </data>
<data name="INTExeButton" xml:space="preserve"> <data name="INTExeButton" xml:space="preserve">
<value>检查EXE</value> <value>检查EXE</value>
</data> </data>
<data name="INTExeFiles" xml:space="preserve"> <data name="INTExeFiles" xml:space="preserve">
<value>可执行文件</value> <value>可执行文件</value>
</data> </data>
<data name="INTMessage1" xml:space="preserve"> <data name="INTMessage1" xml:space="preserve">
<value>请按“检查EXE”按钮在游戏程序文件中寻找密钥。</value> <value>请按“检查EXE”按钮在游戏程序文件中寻找密钥。</value>
</data> </data>
<data name="INTMessage2" xml:space="preserve"> <data name="INTMessage2" xml:space="preserve">
<value>或者,您也可以输入压缩文件的密钥或者选择一个现成的加密方式。</value> <value>或者,您也可以输入压缩文件的密钥或者选择一个现成的加密方式。</value>
</data> </data>
<data name="INTKeyNotFound" xml:space="preserve"> <data name="INTKeyNotFound" xml:space="preserve">
<value>在{0}当中没有找到密钥。</value> <value>在{0}当中没有找到密钥。</value>
</data> </data>
<data name="ArcIgnoreEncryption" xml:space="preserve"> <data name="ArcIgnoreEncryption" xml:space="preserve">
<value>忽略加密。</value> <value>忽略加密。</value>
</data> </data>
<data name="ArcImageEncrypted" xml:space="preserve"> <data name="ArcImageEncrypted" xml:space="preserve">
<value>图像已加密。</value> <value>图像已加密。</value>
</data> </data>
<data name="MCGChoose" xml:space="preserve"> <data name="MCGChoose" xml:space="preserve">
<value>请选择游戏名称或输入密钥</value> <value>请选择游戏名称或输入密钥</value>
</data> </data>
<data name="MCGLabelKey" xml:space="preserve"> <data name="MCGLabelKey" xml:space="preserve">
<value>8位加密密钥</value> <value>8位加密密钥</value>
</data> </data>
<data name="MCAEncryptedNotice" xml:space="preserve"> <data name="MCAEncryptedNotice" xml:space="preserve">
<value>压缩文件的内容已被加密。</value> <value>压缩文件的内容已被加密。</value>
</data> </data>
<data name="YPFTryGuess" xml:space="preserve"> <data name="YPFTryGuess" xml:space="preserve">
<value>尝试猜测</value> <value>尝试猜测</value>
</data> </data>
</root> </root>

View File

@@ -229,7 +229,7 @@
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Strings\guiStrings.ru-RU.resx" /> <EmbeddedResource Include="Strings\guiStrings.ru-RU.resx" />
<EmbeddedResource Include="..\LICENSE" /> <EmbeddedResource Include="..\LICENSE" />
<EmbeddedResource Include="Strings\guiStrings.zh-CN.resx" /> <EmbeddedResource Include="Strings\guiStrings.zh-Hans.resx" />
<None Include="packages.config" /> <None Include="packages.config" />
<None Include="Properties\app.manifest" /> <None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings"> <None Include="Properties\Settings.settings">

View File

@@ -88,7 +88,7 @@
<LastGenOutput>garStrings.Designer.cs</LastGenOutput> <LastGenOutput>garStrings.Designer.cs</LastGenOutput>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="Strings\garStrings.ru-RU.resx" /> <EmbeddedResource Include="Strings\garStrings.ru-RU.resx" />
<EmbeddedResource Include="Strings\garStrings.zh-CN.resx" /> <EmbeddedResource Include="Strings\garStrings.zh-Hans.resx" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />

View File

@@ -1,138 +1,138 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!-- <!--
Microsoft ResX Schema Microsoft ResX Schema
Version 2.0 Version 2.0
The primary goals of this format is to allow a simple XML format The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes various data types are done through the TypeConverter classes
associated with the data types. associated with the data types.
Example: Example:
... ado.net/XML headers & schema ... ... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader> <resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value> <value>[base64 mime encoded serialized .NET Framework object]</value>
</data> </data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment> <comment>This is a comment</comment>
</data> </data>
There are any number of "resheader" rows that contain simple There are any number of "resheader" rows that contain simple
name/value pairs. name/value pairs.
Each data row contains a name, and value. The row also contains a Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture. text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the Classes that don't support this are serialized and stored with the
mimetype set. mimetype set.
The mimetype is used for serialized objects, and tells the The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly: extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below. read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64 mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64 mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64 mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter : using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding. : and then encoded with base64 encoding.
--> -->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType> <xsd:complexType>
<xsd:choice maxOccurs="unbounded"> <xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata"> <xsd:element name="metadata">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" /> <xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="assembly"> <xsd:element name="assembly">
<xsd:complexType> <xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="data"> <xsd:element name="data">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <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:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="resheader"> <xsd:element name="resheader">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:choice> </xsd:choice>
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:schema> </xsd:schema>
<resheader name="resmimetype"> <resheader name="resmimetype">
<value>text/microsoft-resx</value> <value>text/microsoft-resx</value>
</resheader> </resheader>
<resheader name="version"> <resheader name="version">
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="MsgFileTooLarge" xml:space="preserve"> <data name="MsgFileTooLarge" xml:space="preserve">
<value>文件尺寸太大。</value> <value>文件尺寸太大。</value>
</data> </data>
<data name="MsgInvalidEncryption" xml:space="preserve"> <data name="MsgInvalidEncryption" xml:space="preserve">
<value>不正确的加密方式。</value> <value>不正确的加密方式。</value>
</data> </data>
<data name="MsgInvalidFileName" xml:space="preserve"> <data name="MsgInvalidFileName" xml:space="preserve">
<value>无效的文件名。</value> <value>无效的文件名。</value>
</data> </data>
<data name="MsgInvalidFormat" xml:space="preserve"> <data name="MsgInvalidFormat" xml:space="preserve">
<value>无效的文件格式。</value> <value>无效的文件格式。</value>
</data> </data>
<data name="MsgUnknownEncryption" xml:space="preserve"> <data name="MsgUnknownEncryption" xml:space="preserve">
<value>未知的加密方式。</value> <value>未知的加密方式。</value>
</data> </data>
<data name="MsgUnknownFormat" xml:space="preserve"> <data name="MsgUnknownFormat" xml:space="preserve">
<value>无法作为压缩包打开文件。</value> <value>无法作为压缩包打开文件。</value>
</data> </data>
</root> </root>