SystemTrayMenu/Resources/lang.Designer.cs
Markus Hofknecht 43755ae648 #10, #49
2020-04-30 13:22:47 +02:00

262 lines
9.2 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SystemTrayMenu.Resources {
using System;
/// <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", "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() {
}
/// <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 {
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;
}
}
/// <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 {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to (e.g. F10).
/// </summary>
internal static string _e_g__F10_ {
get {
return ResourceManager.GetString("(e.g. F10)", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to About.
/// </summary>
internal static string About {
get {
return ResourceManager.GetString("About", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Activate autostart.
/// </summary>
internal static string Activate_autostart {
get {
return ResourceManager.GetString("Activate autostart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ALT.
/// </summary>
internal static string ALT {
get {
return ResourceManager.GetString("ALT", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Autostart.
/// </summary>
internal static string Autostart {
get {
return ResourceManager.GetString("Autostart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Details.
/// </summary>
internal static string buttonDetails {
get {
return ResourceManager.GetString("buttonDetails", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to OK.
/// </summary>
internal static string buttonOk {
get {
return ResourceManager.GetString("buttonOk", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to System Info.
/// </summary>
internal static string buttonSystemInfo {
get {
return ResourceManager.GetString("buttonSystemInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Couldnt register the hot key..
/// </summary>
internal static string Could_not_register_the_hot_key_ {
get {
return ResourceManager.GetString("Could not register the hot key.", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CTRL.
/// </summary>
internal static string CTRL {
get {
return ResourceManager.GetString("CTRL", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to English.
/// </summary>
internal static string English {
get {
return ResourceManager.GetString("English", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Exit.
/// </summary>
internal static string Exit {
get {
return ResourceManager.GetString("Exit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folder.
/// </summary>
internal static string Folder {
get {
return ResourceManager.GetString("Folder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folder empty.
/// </summary>
internal static string Folder_empty {
get {
return ResourceManager.GetString("Folder empty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folder inaccessible.
/// </summary>
internal static string Folder_inaccessible {
get {
return ResourceManager.GetString("Folder inaccessible", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deutsch.
/// </summary>
internal static string German {
get {
return ResourceManager.GetString("German", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Move the NotifyIcon per DragDrop from the SystemTray into the Taskbar.
/// </summary>
internal static string HintDragDropText {
get {
return ResourceManager.GetString("HintDragDropText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SystemTrayMenu - Hint.
/// </summary>
internal static string HintDragDropTitle {
get {
return ResourceManager.GetString("HintDragDropTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Language.
/// </summary>
internal static string Language {
get {
return ResourceManager.GetString("Language", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log File.
/// </summary>
internal static string Log_File {
get {
return ResourceManager.GetString("Log File", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Restart.
/// </summary>
internal static string Restart {
get {
return ResourceManager.GetString("Restart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Shortcut key.
/// </summary>
internal static string Shortcut_key {
get {
return ResourceManager.GetString("Shortcut key", resourceCulture);
}
}
}
}