You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/src/Ombi.I18n/Resources/Texts.Designer.cs

172 lines
6.0 KiB

//------------------------------------------------------------------------------
// <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 Ombi.I18n.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 your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Texts {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Texts() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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("Ombi.I18n.Resources.Texts", typeof(Texts).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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Album.
/// </summary>
public static string Album {
get {
return ResourceManager.GetString("Album", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type:.
/// </summary>
public static string AlbumTypeLabel {
get {
return ResourceManager.GetString("AlbumTypeLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Episodes:.
/// </summary>
public static string EpisodesLabel {
get {
return ResourceManager.GetString("EpisodesLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Genres:.
/// </summary>
public static string GenresLabel {
get {
return ResourceManager.GetString("GenresLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Movie.
/// </summary>
public static string Movie {
get {
return ResourceManager.GetString("Movie", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Albums.
/// </summary>
public static string NewAlbums {
get {
return ResourceManager.GetString("NewAlbums", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New Movies.
/// </summary>
public static string NewMovies {
get {
return ResourceManager.GetString("NewMovies", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New TV.
/// </summary>
public static string NewTV {
get {
return ResourceManager.GetString("NewTV", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Powered by.
/// </summary>
public static string PoweredBy {
get {
return ResourceManager.GetString("PoweredBy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Season:.
/// </summary>
public static string SeasonLabel {
get {
return ResourceManager.GetString("SeasonLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to TV Show.
/// </summary>
public static string TvShow {
get {
return ResourceManager.GetString("TvShow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unsubscribe.
/// </summary>
public static string Unsubscribe {
get {
return ResourceManager.GetString("Unsubscribe", resourceCulture);
}
}
}
}