Files
romrepomgr/RomRepoMgr.Settings/Resources/Localization.Designer.cs

72 lines
3.0 KiB
C#
Raw Normal View History

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.Settings.Resources {
using System;
2024-11-09 01:37:59 +00:00
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2020-08-30 03:00:14 +01:00
internal class Localization {
2024-11-09 01:37:59 +00:00
private static global::System.Resources.ResourceManager resourceMan;
2020-08-30 03:00:14 +01:00
2024-11-09 01:37:59 +00:00
private static global::System.Globalization.CultureInfo resourceCulture;
2020-08-30 03:00:14 +01:00
2024-11-09 01:37:59 +00:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2020-08-30 03:00:14 +01:00
internal Localization() {
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
2020-08-30 03:00:14 +01:00
get {
2024-11-09 01:37:59 +00:00
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RomRepoMgr.Settings.Resources.Localization", typeof(Localization).Assembly);
2020-08-30 03:00:14 +01:00
resourceMan = temp;
}
return resourceMan;
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
2020-08-30 03:00:14 +01:00
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
2024-11-09 01:37:59 +00:00
/// <summary>
/// Looks up a localized string similar to Unhandled exception calling uname: {0}.
/// </summary>
2020-08-30 03:00:14 +01:00
internal static string Unhandled_exception_uname {
get {
return ResourceManager.GetString("Unhandled_exception_uname", resourceCulture);
}
}
}
}