//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace RainmeterStudio.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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Strings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Strings() { } /// /// 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("RainmeterStudio.Resources.Strings", typeof(Strings).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 Utility. /// public static string Category_Utility { get { return ResourceManager.GetString("Category_Utility", resourceCulture); } } /// /// Looks up a localized string similar to Browse. /// public static string Dialog_Browse { get { return ResourceManager.GetString("Dialog_Browse", resourceCulture); } } /// /// Looks up a localized string similar to Cancel. /// public static string Dialog_Cancel { get { return ResourceManager.GetString("Dialog_Cancel", resourceCulture); } } /// /// Looks up a localized string similar to Create. /// public static string Dialog_Create { get { return ResourceManager.GetString("Dialog_Create", resourceCulture); } } /// /// Looks up a localized string similar to OK. /// public static string Dialog_OK { get { return ResourceManager.GetString("Dialog_OK", resourceCulture); } } /// /// Looks up a localized string similar to _File.... /// public static string DocumentCreateCommand_DisplayText { get { return ResourceManager.GetString("DocumentCreateCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Creates a new file. /// public static string DocumentCreateCommand_ToolTip { get { return ResourceManager.GetString("DocumentCreateCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Text Editor. /// public static string DocumentEditor_Text_Name { get { return ResourceManager.GetString("DocumentEditor_Text_Name", resourceCulture); } } /// /// Looks up a localized string similar to Blank text file. /// public static string DocumentFormat_TextFile_Description { get { return ResourceManager.GetString("DocumentFormat_TextFile_Description", resourceCulture); } } /// /// Looks up a localized string similar to Text file. /// public static string DocumentFormat_TextFile_Name { get { return ResourceManager.GetString("DocumentFormat_TextFile_Name", resourceCulture); } } /// /// Looks up a localized string similar to _Project.... /// public static string ProjectCreateCommand_DisplayText { get { return ResourceManager.GetString("ProjectCreateCommand_DisplayText", resourceCulture); } } /// /// Looks up a localized string similar to Creates a new project. /// public static string ProjectCreateCommand_ToolTip { get { return ResourceManager.GetString("ProjectCreateCommand_ToolTip", resourceCulture); } } /// /// Looks up a localized string similar to Location:. /// public static string ProjectCreateDialog_Location { get { return ResourceManager.GetString("ProjectCreateDialog_Location", resourceCulture); } } /// /// Looks up a localized string similar to Set location as default. /// public static string ProjectCreateDialog_LocationDefault { get { return ResourceManager.GetString("ProjectCreateDialog_LocationDefault", resourceCulture); } } /// /// Looks up a localized string similar to Name:. /// public static string ProjectCreateDialog_Name { get { return ResourceManager.GetString("ProjectCreateDialog_Name", resourceCulture); } } /// /// Looks up a localized string similar to Path:. /// public static string ProjectCreateDialog_Path { get { return ResourceManager.GetString("ProjectCreateDialog_Path", resourceCulture); } } /// /// Looks up a localized string similar to Create directory for project. /// public static string ProjectCreateDialog_PathCreateFolder { get { return ResourceManager.GetString("ProjectCreateDialog_PathCreateFolder", resourceCulture); } } /// /// Looks up a localized string similar to Create project. /// public static string ProjectCreateDialog_Title { get { return ResourceManager.GetString("ProjectCreateDialog_Title", resourceCulture); } } } }