//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.225 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace 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 the Visual Studio project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "10.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class EditorLocalization { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal EditorLocalization() { } /// /// 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("Resources.EditorLocalization", global::System.Reflection.Assembly.Load("App_GlobalResources")); 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 Bold. /// internal static string Bold { get { return ResourceManager.GetString("Bold", resourceCulture); } } /// /// Looks up a localized string similar to Insert hyperlink. /// internal static string CreateLink { get { return ResourceManager.GetString("CreateLink", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete "{0}"?. /// internal static string DeleteFile { get { return ResourceManager.GetString("DeleteFile", resourceCulture); } } /// /// Looks up a localized string similar to A directory with this name was not found.. /// internal static string DirectoryNotFound { get { return ResourceManager.GetString("DirectoryNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Empty Folder. /// internal static string EmptyFolder { get { return ResourceManager.GetString("EmptyFolder", resourceCulture); } } /// /// Looks up a localized string similar to Select font family. /// internal static string FontName { get { return ResourceManager.GetString("FontName", resourceCulture); } } /// /// Looks up a localized string similar to (inherited font). /// internal static string FontNameInherit { get { return ResourceManager.GetString("FontNameInherit", resourceCulture); } } /// /// Looks up a localized string similar to Select font size. /// internal static string FontSize { get { return ResourceManager.GetString("FontSize", resourceCulture); } } /// /// Looks up a localized string similar to (inherited size). /// internal static string FontSizeInherit { get { return ResourceManager.GetString("FontSizeInherit", resourceCulture); } } /// /// Looks up a localized string similar to Select block type. /// internal static string FormatBlock { get { return ResourceManager.GetString("FormatBlock", resourceCulture); } } /// /// Looks up a localized string similar to Indent. /// internal static string Indent { get { return ResourceManager.GetString("Indent", resourceCulture); } } /// /// Looks up a localized string similar to Insert HTML. /// internal static string InsertHtml { get { return ResourceManager.GetString("InsertHtml", resourceCulture); } } /// /// Looks up a localized string similar to Insert image. /// internal static string InsertImage { get { return ResourceManager.GetString("InsertImage", resourceCulture); } } /// /// Looks up a localized string similar to Insert ordered list. /// internal static string InsertOrderedList { get { return ResourceManager.GetString("InsertOrderedList", resourceCulture); } } /// /// Looks up a localized string similar to Insert unordered list. /// internal static string InsertUnorderedList { get { return ResourceManager.GetString("InsertUnorderedList", resourceCulture); } } /// /// Looks up a localized string similar to The selected file \"{0}\" is not valid. Supported file types are {1}.. /// internal static string InvalidFileType { get { return ResourceManager.GetString("InvalidFileType", resourceCulture); } } /// /// Looks up a localized string similar to Italic. /// internal static string Italic { get { return ResourceManager.GetString("Italic", resourceCulture); } } /// /// Looks up a localized string similar to Center text. /// internal static string JustifyCenter { get { return ResourceManager.GetString("JustifyCenter", resourceCulture); } } /// /// Looks up a localized string similar to Justify. /// internal static string JustifyFull { get { return ResourceManager.GetString("JustifyFull", resourceCulture); } } /// /// Looks up a localized string similar to Align text left. /// internal static string JustifyLeft { get { return ResourceManager.GetString("JustifyLeft", resourceCulture); } } /// /// Looks up a localized string similar to Align text right. /// internal static string JustifyRight { get { return ResourceManager.GetString("JustifyRight", resourceCulture); } } /// /// Looks up a localized string similar to Arrange by:. /// internal static string OrderBy { get { return ResourceManager.GetString("OrderBy", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// internal static string OrderByName { get { return ResourceManager.GetString("OrderByName", resourceCulture); } } /// /// Looks up a localized string similar to Size. /// internal static string OrderBySize { get { return ResourceManager.GetString("OrderBySize", resourceCulture); } } /// /// Looks up a localized string similar to Outdent. /// internal static string Outdent { get { return ResourceManager.GetString("Outdent", resourceCulture); } } /// /// Looks up a localized string similar to 'A file with name "{0}" already exists in the current directory. Do you want to overwrite it?. /// internal static string OverwriteFile { get { return ResourceManager.GetString("OverwriteFile", resourceCulture); } } /// /// Looks up a localized string similar to Strikethrough. /// internal static string Strikethrough { get { return ResourceManager.GetString("Strikethrough", resourceCulture); } } /// /// Looks up a localized string similar to Styles. /// internal static string Style { get { return ResourceManager.GetString("Style", resourceCulture); } } /// /// Looks up a localized string similar to Underline. /// internal static string Underline { get { return ResourceManager.GetString("Underline", resourceCulture); } } /// /// Looks up a localized string similar to Remove hyperlink. /// internal static string Unlink { get { return ResourceManager.GetString("Unlink", resourceCulture); } } /// /// Looks up a localized string similar to Upload. /// internal static string UploadFile { get { return ResourceManager.GetString("UploadFile", resourceCulture); } } } }