This commit is contained in:
2024-06-10 21:13:59 +02:00
parent 46ecd56640
commit 7f95130834
15 changed files with 330 additions and 96 deletions

View File

@@ -22,14 +22,14 @@ namespace OwnChar.App.Desktop.LangRes {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class LangResCharListControl {
internal class CharListControlLangRes {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal LangResCharListControl() {
internal CharListControlLangRes() {
}
/// <summary>
@@ -39,7 +39,7 @@ namespace OwnChar.App.Desktop.LangRes {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OwnChar.App.Desktop.LangRes.LangResCharListControl", typeof(LangResCharListControl).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OwnChar.App.Desktop.LangRes.CharListControlLangRes", typeof(CharListControlLangRes).Assembly);
resourceMan = temp;
}
return resourceMan;

View File

@@ -22,14 +22,14 @@ namespace OwnChar.App.Desktop.LangRes {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class HomePageLangRes {
internal class LoginPageLangRes {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal HomePageLangRes() {
internal LoginPageLangRes() {
}
/// <summary>
@@ -39,7 +39,7 @@ namespace OwnChar.App.Desktop.LangRes {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OwnChar.App.Desktop.LangRes.HomePageLangRes", typeof(HomePageLangRes).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OwnChar.App.Desktop.LangRes.LoginPageLangRes", typeof(LoginPageLangRes).Assembly);
resourceMan = temp;
}
return resourceMan;
@@ -61,7 +61,25 @@ namespace OwnChar.App.Desktop.LangRes {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Home ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die Login failed. Please ensure username and password are correct and choose and configure a provider. If nothing helps try restart the app. ähnelt.
/// </summary>
internal static string MsgBox_LoginFailed {
get {
return ResourceManager.GetString("MsgBox_LoginFailed", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Login failed ähnelt.
/// </summary>
internal static string MsgBox_LoginFailed_Title {
get {
return ResourceManager.GetString("MsgBox_LoginFailed_Title", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Login ähnelt.
/// </summary>
internal static string Title {
get {

View File

@@ -117,7 +117,13 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="MsgBox_LoginFailed" xml:space="preserve">
<value>Login failed. Please ensure username and password are correct and choose and configure a provider. If nothing helps try restart the app.</value>
</data>
<data name="MsgBox_LoginFailed_Title" xml:space="preserve">
<value>Login failed</value>
</data>
<data name="Title" xml:space="preserve">
<value>Home</value>
<value>Login</value>
</data>
</root>