Katteker/Katteker.Gui/Properties/Resources.Designer.cs

163 lines
6.4 KiB
C#

//------------------------------------------------------------------------------
// <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 Katteker.Properties {
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 Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <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("Katteker.Properties.Resources", typeof(Resources).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 Could not update your application..
/// </summary>
internal static string CouldNotUpdateYourApplication {
get {
return ResourceManager.GetString("CouldNotUpdateYourApplication", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installed new Version! Would you like to restart the Application?.
/// </summary>
internal static string Installed_new_Version {
get {
return ResourceManager.GetString("Installed_new_Version", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Version.
/// </summary>
internal static string New_Version {
get {
return ResourceManager.GetString("New_Version", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No update available..
/// </summary>
internal static string No_update_available {
get {
return ResourceManager.GetString("No_update_available", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Can&apos;t find configuration File. Ask your local distributor..
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate {
get {
return ResourceManager.GetString("SquirrelWrapper_CheckForUpdate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ask your local distributor..
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor {
get {
return ResourceManager.GetString("SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error with Configuration-File.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_Error {
get {
return ResourceManager.GetString("SquirrelWrapper_CheckForUpdate_Error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error with Update.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_ErrorWithUpdate {
get {
return ResourceManager.GetString("SquirrelWrapper_CheckForUpdate_ErrorWithUpdate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Updater.
/// </summary>
internal static string Updater {
get {
return ResourceManager.GetString("Updater", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can update to Version: .
/// </summary>
internal static string You_can_update_to_Version {
get {
return ResourceManager.GetString("You_can_update_to_Version", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You&apos;re up to date..
/// </summary>
internal static string You_re_up_to_date {
get {
return ResourceManager.GetString("You_re_up_to_date", resourceCulture);
}
}
}
}