Ver 1.22
++ English translation for genes
This commit is contained in:
parent
0d75abc518
commit
e2be5193e7
@ -187,6 +187,9 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Resources\gene.txt" />
|
<Resource Include="Resources\gene.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\gene_JPN.txt" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
|
@ -451,7 +451,7 @@ namespace MHSEC_G
|
|||||||
_OFFSETR_LEVEL = 0x4;
|
_OFFSETR_LEVEL = 0x4;
|
||||||
|
|
||||||
read_item_mappings(Properties.Resources.idmap);
|
read_item_mappings(Properties.Resources.idmap);
|
||||||
read_gene_mapping(Properties.Resources.gene);
|
read_gene_mapping(Properties.Resources.gene_JPN);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -51,5 +51,5 @@ using System.Windows;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.2.1.0")]
|
[assembly: AssemblyVersion("1.2.2.0")]
|
||||||
[assembly: AssemblyFileVersion("1.2.1.0")]
|
[assembly: AssemblyFileVersion("1.2.2.0")]
|
||||||
|
39
MHSEC-G/MHSEC-G/Properties/Resources.Designer.cs
generated
39
MHSEC-G/MHSEC-G/Properties/Resources.Designer.cs
generated
@ -19,7 +19,7 @@ namespace MHSEC_G.Properties {
|
|||||||
// class via a tool like ResGen or Visual Studio.
|
// class via a tool like ResGen or Visual Studio.
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
// with the /str option, or rebuild your VS project.
|
// with the /str option, or rebuild your VS project.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Resources {
|
internal class Resources {
|
||||||
@ -80,6 +80,39 @@ namespace MHSEC_G.Properties {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to 0001 Empty Slot
|
||||||
|
///0002 Locked Slot
|
||||||
|
///0003 Aptonoth Gene
|
||||||
|
///0004 Popo Gene
|
||||||
|
///0005 Apceros Gene
|
||||||
|
///0006 Yian Kut-Ku Gene
|
||||||
|
///0007 B. Yian Kut-Kue Gene
|
||||||
|
///0008 Gypceros Gene
|
||||||
|
///0009 P. Gypceros Gene
|
||||||
|
///000A Yian Garuga Gene
|
||||||
|
///000B Arzuros Gene
|
||||||
|
///000C Lagombi Gene
|
||||||
|
///000D Velocidrome Gene
|
||||||
|
///000E Iodrome Gene
|
||||||
|
///000F Gendrome Gene
|
||||||
|
///0010 Bulldrome Gene
|
||||||
|
///0011 Zamtrios Gene
|
||||||
|
///0012 Khezu Gene
|
||||||
|
///0013 Red Khezu Gene
|
||||||
|
///0014 Tigrex Gene
|
||||||
|
///0015 Brute Tigrex Gene
|
||||||
|
///0016 Nargacuga Gene
|
||||||
|
///0017 G. Nargacuga Gene
|
||||||
|
///0018 Rathian Gene
|
||||||
|
///0019 Pink Rathian Gen [rest of string was truncated]";.
|
||||||
|
/// </summary>
|
||||||
|
internal static string gene {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("gene", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to 0001 Empty Slot
|
/// Looks up a localized string similar to 0001 Empty Slot
|
||||||
///0002 Locked Slot
|
///0002 Locked Slot
|
||||||
@ -120,9 +153,9 @@ namespace MHSEC_G.Properties {
|
|||||||
///0025 鎧竜遺伝子
|
///0025 鎧竜遺伝子
|
||||||
///0026 黒鎧竜遺伝 [rest of string was truncated]";.
|
///0026 黒鎧竜遺伝 [rest of string was truncated]";.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string gene {
|
internal static string gene_JPN {
|
||||||
get {
|
get {
|
||||||
return ResourceManager.GetString("gene", resourceCulture);
|
return ResourceManager.GetString("gene_JPN", resourceCulture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,4 +139,7 @@
|
|||||||
<data name="monster_null_template_NA" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="monster_null_template_NA" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\monster_null_template_NA.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>..\Resources\monster_null_template_NA.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="gene_JPN" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\gene_JPN.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user