Added languages to resources

This commit is contained in:
Kurt
2014-06-28 15:27:53 -07:00
parent 6be1e537f8
commit 5ef124fded
3 changed files with 55 additions and 3 deletions

View File

@@ -246,6 +246,8 @@
<ItemGroup>
<Content Include="favicon.ico" />
<Content Include="icon.ico" />
<None Include="Resources\text\de\lang_de.txt" />
<None Include="Resources\text\fr\lang_fr.txt" />
<None Include="Resources\img\misc\rare_icon.png" />
<None Include="Resources\img\misc\else_icon.png" />
<None Include="Resources\img\misc\box_mark_06.png" />

View File

@@ -6878,6 +6878,28 @@ internal class Resources {
}
}
/// <summary>
/// Looks up a localized string similar to ! PKHeX Interface Customization File
///! Languages: Save this file accordingly and put it in the same folder as PKHeX&apos;s executable.
///! lang_en.txt = English
///! lang_jp.txt = Japanese
///! lang_fr.txt = French
///! lang_de.txt = German
///! lang_es.txt = Spanish
///! lang_it.txt = Italian
///! lang_ko.txt = Korean
///! Make sure that each edit has a &apos; = &apos; between Control name and new Text!
///! For the Menu Bar, separate the DropDown Item names with &apos; ; &apos;
///!
///! -----------------------------------------------------
///- DO NO [rest of string was truncated]&quot;;.
/// </summary>
internal static string lang_de {
get {
return ResourceManager.GetString("lang_de", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ! PKHeX Interface Customization File
///! Languages: Save this file accordingly and put it in the same folder as PKHeX&apos;s executable.
@@ -6900,6 +6922,28 @@ internal class Resources {
}
}
/// <summary>
/// Looks up a localized string similar to ! PKHeX Interface Customization File
///! Languages: Save this file accordingly and put it in the same folder as PKHeX&apos;s executable.
///! lang_fr.txt = French
///! lang_jp.txt = Japanese
///! lang_en.txt = English
///! lang_de.txt = German
///! lang_es.txt = Spanish
///! lang_it.txt = Italian
///! lang_ko.txt = Korean
///! Make sure that each edit has a &apos; = &apos; between Control name and new Text!
///! For the Menu Bar, separate the DropDown Item names with &apos; ; &apos;
///!
///! -----------------------------------------------------
///- DO NO [rest of string was truncated]&quot;;.
/// </summary>
internal static string lang_fr {
get {
return ResourceManager.GetString("lang_fr", resourceCulture);
}
}
internal static System.Drawing.Bitmap legend {
get {
object obj = ResourceManager.GetObject("legend", resourceCulture);

View File

@@ -3088,9 +3088,6 @@
<data name="_676_9" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\img\Pokemon Sprites\676-9.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="lang_en" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\en\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
<data name="text_Abilities_de" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\de\text_Abilities_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
@@ -3571,4 +3568,13 @@
<data name="rare_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\img\misc\rare_icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="lang_de" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\de\lang_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="lang_en" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\en\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="lang_fr" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\text\fr\lang_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
</root>