//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace StabilityMatrix.Avalonia.Languages { 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public 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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("StabilityMatrix.Avalonia.Languages.Resources", typeof(Resources).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)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Cancel. /// public static string Action_Cancel { get { return ResourceManager.GetString("Action_Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Import. /// public static string Action_Import { get { return ResourceManager.GetString("Action_Import", resourceCulture); } } /// /// Looks up a localized string similar to Launch. /// public static string Action_Launch { get { return ResourceManager.GetString("Action_Launch", resourceCulture); } } /// /// Looks up a localized string similar to Quit. /// public static string Action_Quit { get { return ResourceManager.GetString("Action_Quit", resourceCulture); } } /// /// Looks up a localized string similar to Relaunch. /// public static string Action_Relaunch { get { return ResourceManager.GetString("Action_Relaunch", resourceCulture); } } /// /// Looks up a localized string similar to Relaunch Later. /// public static string Action_RelaunchLater { get { return ResourceManager.GetString("Action_RelaunchLater", resourceCulture); } } /// /// Looks up a localized string similar to Save. /// public static string Action_Save { get { return ResourceManager.GetString("Action_Save", resourceCulture); } } /// /// Looks up a localized string similar to Branches. /// public static string Label_Branches { get { return ResourceManager.GetString("Label_Branches", resourceCulture); } } /// /// Looks up a localized string similar to Drag & Drop checkpoints here to import. /// public static string Label_DragAndDropCheckpointsHereToImport { get { return ResourceManager.GetString("Label_DragAndDropCheckpointsHereToImport", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// public static string Label_Language { get { return ResourceManager.GetString("Label_Language", resourceCulture); } } /// /// Looks up a localized string similar to Package Type. /// public static string Label_PackageType { get { return ResourceManager.GetString("Label_PackageType", resourceCulture); } } /// /// Looks up a localized string similar to Relaunch Required. /// public static string Label_RelaunchRequired { get { return ResourceManager.GetString("Label_RelaunchRequired", resourceCulture); } } /// /// Looks up a localized string similar to Releases. /// public static string Label_Releases { get { return ResourceManager.GetString("Label_Releases", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Package. /// public static string Label_UnknownPackage { get { return ResourceManager.GetString("Label_UnknownPackage", resourceCulture); } } /// /// Looks up a localized string similar to Version. /// public static string Label_Version { get { return ResourceManager.GetString("Label_Version", resourceCulture); } } /// /// Looks up a localized string similar to Version Type. /// public static string Label_VersionType { get { return ResourceManager.GetString("Label_VersionType", resourceCulture); } } /// /// Looks up a localized string similar to Relaunch is required for new language option to take effect. /// public static string Text_RelaunchRequiredToApplyLanguage { get { return ResourceManager.GetString("Text_RelaunchRequiredToApplyLanguage", resourceCulture); } } } }