//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace SystemTrayMenu.Resources { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class lang { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal lang() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SystemTrayMenu.Resources.lang", typeof(lang).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to About. /// internal static string About { get { return ResourceManager.GetString("About", resourceCulture); } } /// /// Looks up a localized string similar to Autostart. /// internal static string Autostart { get { return ResourceManager.GetString("Autostart", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// internal static string buttonCancel { get { return ResourceManager.GetString("buttonCancel", resourceCulture); } } /// /// Looks up a localized string similar to Details. /// internal static string buttonDetails { get { return ResourceManager.GetString("buttonDetails", resourceCulture); } } /// /// Looks up a localized string similar to OK. /// internal static string buttonOk { get { return ResourceManager.GetString("buttonOk", resourceCulture); } } /// /// Looks up a localized string similar to System Info. /// internal static string buttonSystemInfo { get { return ResourceManager.GetString("buttonSystemInfo", resourceCulture); } } /// /// Looks up a localized string similar to Couldn’t register the hot key.. /// internal static string Could_not_register_the_hot_key_ { get { return ResourceManager.GetString("Could not register the hot key.", resourceCulture); } } /// /// Looks up a localized string similar to Exit. /// internal static string Exit { get { return ResourceManager.GetString("Exit", resourceCulture); } } /// /// Looks up a localized string similar to Folder. /// internal static string Folder { get { return ResourceManager.GetString("Folder", resourceCulture); } } /// /// Looks up a localized string similar to Folder empty. /// internal static string Folder_empty { get { return ResourceManager.GetString("Folder empty", resourceCulture); } } /// /// Looks up a localized string similar to Folder inaccessible. /// internal static string Folder_inaccessible { get { return ResourceManager.GetString("Folder inaccessible", resourceCulture); } } /// /// Looks up a localized string similar to General. /// internal static string General { get { return ResourceManager.GetString("General", resourceCulture); } } /// /// Looks up a localized string similar to Deutsch. /// internal static string German { get { return ResourceManager.GetString("German", resourceCulture); } } /// /// Looks up a localized string similar to Help / FAQ. /// internal static string HelpFAQ { get { return ResourceManager.GetString("HelpFAQ", resourceCulture); } } /// /// Looks up a localized string similar to Hotkey. /// internal static string Hotkey { get { return ResourceManager.GetString("Hotkey", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// internal static string Language { get { return ResourceManager.GetString("Language", resourceCulture); } } /// /// Looks up a localized string similar to Launch on startup. /// internal static string Launch_on_startup { get { return ResourceManager.GetString("Launch on startup", resourceCulture); } } /// /// Looks up a localized string similar to Log File. /// internal static string Log_File { get { return ResourceManager.GetString("Log File", resourceCulture); } } /// /// Looks up a localized string similar to Restart. /// internal static string Restart { get { return ResourceManager.GetString("Restart", resourceCulture); } } /// /// Looks up a localized string similar to Settings. /// internal static string Settings { get { return ResourceManager.GetString("Settings", resourceCulture); } } /// /// Looks up a localized string similar to SystemTrayMenu. /// internal static string SystemTrayMenu { get { return ResourceManager.GetString("SystemTrayMenu", resourceCulture); } } /// /// Looks up a localized string similar to Read the FAQ and then choose a root directory for the SystemTrayMenu.. /// internal static string TextFirstStart { get { return ResourceManager.GetString("TextFirstStart", resourceCulture); } } } }