2020-08-30 03:00:14 +01:00
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
// <auto-generated>
|
|
|
|
|
|
// This code was generated by a tool.
|
|
|
|
|
|
//
|
|
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
|
|
|
|
// the code is regenerated.
|
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
namespace RomRepoMgr.Database.Resources {
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
|
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
2020-08-30 03:00:14 +01:00
|
|
|
|
internal class Localization {
|
|
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
2020-08-30 03:00:14 +01:00
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
2020-08-30 03:00:14 +01:00
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
2020-08-30 03:00:14 +01:00
|
|
|
|
internal Localization() {
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
2020-08-30 03:00:14 +01:00
|
|
|
|
get {
|
2025-07-09 14:34:43 +01:00
|
|
|
|
if (object.Equals(null, resourceMan)) {
|
|
|
|
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("RomRepoMgr.Database.Resources.Localization", typeof(Localization).Assembly);
|
2020-08-30 03:00:14 +01:00
|
|
|
|
resourceMan = temp;
|
|
|
|
|
|
}
|
|
|
|
|
|
return resourceMan;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2025-07-09 14:34:43 +01:00
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
|
|
|
|
internal static System.Globalization.CultureInfo Culture {
|
2020-08-30 03:00:14 +01:00
|
|
|
|
get {
|
|
|
|
|
|
return resourceCulture;
|
|
|
|
|
|
}
|
|
|
|
|
|
set {
|
|
|
|
|
|
resourceCulture = value;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
internal static string Settings_not_initialized {
|
|
|
|
|
|
get {
|
|
|
|
|
|
return ResourceManager.GetString("Settings_not_initialized", resourceCulture);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|