Sonarr/NzbDrone.Web/App_GlobalResources/EditorLocalization.designer.cs

343 lines
12 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
// ReSharper disable CheckNamespace
namespace 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 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() {
}
/// <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("Resources.EditorLocalization", global::System.Reflection.Assembly.Load("App_GlobalResources"));
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 Bold.
/// </summary>
internal static string Bold {
get {
return ResourceManager.GetString("Bold", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert hyperlink.
/// </summary>
internal static string CreateLink {
get {
return ResourceManager.GetString("CreateLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete &quot;{0}&quot;?.
/// </summary>
internal static string DeleteFile {
get {
return ResourceManager.GetString("DeleteFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A directory with this name was not found..
/// </summary>
internal static string DirectoryNotFound {
get {
return ResourceManager.GetString("DirectoryNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Empty Folder.
/// </summary>
internal static string EmptyFolder {
get {
return ResourceManager.GetString("EmptyFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select font family.
/// </summary>
internal static string FontName {
get {
return ResourceManager.GetString("FontName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to (inherited font).
/// </summary>
internal static string FontNameInherit {
get {
return ResourceManager.GetString("FontNameInherit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select font size.
/// </summary>
internal static string FontSize {
get {
return ResourceManager.GetString("FontSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to (inherited size).
/// </summary>
internal static string FontSizeInherit {
get {
return ResourceManager.GetString("FontSizeInherit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select block type.
/// </summary>
internal static string FormatBlock {
get {
return ResourceManager.GetString("FormatBlock", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Indent.
/// </summary>
internal static string Indent {
get {
return ResourceManager.GetString("Indent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert HTML.
/// </summary>
internal static string InsertHtml {
get {
return ResourceManager.GetString("InsertHtml", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert image.
/// </summary>
internal static string InsertImage {
get {
return ResourceManager.GetString("InsertImage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert ordered list.
/// </summary>
internal static string InsertOrderedList {
get {
return ResourceManager.GetString("InsertOrderedList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert unordered list.
/// </summary>
internal static string InsertUnorderedList {
get {
return ResourceManager.GetString("InsertUnorderedList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The selected file \&quot;{0}\&quot; is not valid. Supported file types are {1}..
/// </summary>
internal static string InvalidFileType {
get {
return ResourceManager.GetString("InvalidFileType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Italic.
/// </summary>
internal static string Italic {
get {
return ResourceManager.GetString("Italic", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Center text.
/// </summary>
internal static string JustifyCenter {
get {
return ResourceManager.GetString("JustifyCenter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Justify.
/// </summary>
internal static string JustifyFull {
get {
return ResourceManager.GetString("JustifyFull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Align text left.
/// </summary>
internal static string JustifyLeft {
get {
return ResourceManager.GetString("JustifyLeft", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Align text right.
/// </summary>
internal static string JustifyRight {
get {
return ResourceManager.GetString("JustifyRight", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Arrange by:.
/// </summary>
internal static string OrderBy {
get {
return ResourceManager.GetString("OrderBy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name.
/// </summary>
internal static string OrderByName {
get {
return ResourceManager.GetString("OrderByName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Size.
/// </summary>
internal static string OrderBySize {
get {
return ResourceManager.GetString("OrderBySize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Outdent.
/// </summary>
internal static string Outdent {
get {
return ResourceManager.GetString("Outdent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &apos;A file with name &quot;{0}&quot; already exists in the current directory. Do you want to overwrite it?.
/// </summary>
internal static string OverwriteFile {
get {
return ResourceManager.GetString("OverwriteFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Strikethrough.
/// </summary>
internal static string Strikethrough {
get {
return ResourceManager.GetString("Strikethrough", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Styles.
/// </summary>
internal static string Style {
get {
return ResourceManager.GetString("Style", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Underline.
/// </summary>
internal static string Underline {
get {
return ResourceManager.GetString("Underline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove hyperlink.
/// </summary>
internal static string Unlink {
get {
return ResourceManager.GetString("Unlink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Upload.
/// </summary>
internal static string UploadFile {
get {
return ResourceManager.GetString("UploadFile", resourceCulture);
}
}
}
}