diff --git a/PKHeX.csproj b/PKHeX.csproj index 05e4ff9c2..0df2c8f54 100644 --- a/PKHeX.csproj +++ b/PKHeX.csproj @@ -246,6 +246,8 @@ + + diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index ee9824d72..820095089 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -6878,6 +6878,28 @@ internal class Resources { } } + /// + /// 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'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 ' = ' between Control name and new Text! + ///! For the Menu Bar, separate the DropDown Item names with ' ; ' + ///! + ///! ----------------------------------------------------- + ///- DO NO [rest of string was truncated]";. + /// + internal static string lang_de { + get { + return ResourceManager.GetString("lang_de", resourceCulture); + } + } + /// /// 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's executable. @@ -6900,6 +6922,28 @@ internal class Resources { } } + /// + /// 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'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 ' = ' between Control name and new Text! + ///! For the Menu Bar, separate the DropDown Item names with ' ; ' + ///! + ///! ----------------------------------------------------- + ///- DO NO [rest of string was truncated]";. + /// + 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); diff --git a/Properties/Resources.resx b/Properties/Resources.resx index 5ff054767..87fbcedfd 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -3088,9 +3088,6 @@ ..\Resources\img\Pokemon Sprites\676-9.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\text\en\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - ..\Resources\text\de\text_Abilities_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 @@ -3571,4 +3568,13 @@ ..\Resources\img\misc\rare_icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\text\de\lang_de.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\Resources\text\en\lang_en.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + + + ..\Resources\text\fr\lang_fr.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 + \ No newline at end of file