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.

235 lines
8.1 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 AMC.View.Resources.Strings {
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 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() {
}
/// <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("AMC.View.Resources.Strings.Strings", typeof(Strings).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 Albums.
/// </summary>
public static string AlbumsCategory {
get {
return ResourceManager.GetString("AlbumsCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Artists.
/// </summary>
public static string ArtistsCategory {
get {
return ResourceManager.GetString("ArtistsCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Browse.
/// </summary>
public static string BrowseTitle {
get {
return ResourceManager.GetString("BrowseTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not Playing.
/// </summary>
public static string DefaultPlayingSongLabel {
get {
return ResourceManager.GetString("DefaultPlayingSongLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Genres.
/// </summary>
public static string GenresCategory {
get {
return ResourceManager.GetString("GenresCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ···.
/// </summary>
public static string HThreeDotsMenu {
get {
return ResourceManager.GetString("HThreeDotsMenu", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Library.
/// </summary>
public static string LibraryTitle {
get {
return ResourceManager.GetString("LibraryTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Listen Now.
/// </summary>
public static string ListenNowTitle {
get {
return ResourceManager.GetString("ListenNowTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to minutes.
/// </summary>
public static string MinutesLabelPlural {
get {
return ResourceManager.GetString("MinutesLabelPlural", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to minute.
/// </summary>
public static string MinutesLabelSingular {
get {
return ResourceManager.GetString("MinutesLabelSingular", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Play.
/// </summary>
public static string PlayButton {
get {
return ResourceManager.GetString("PlayButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Playlists.
/// </summary>
public static string PlaylistsCategory {
get {
return ResourceManager.GetString("PlaylistsCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Radio.
/// </summary>
public static string RadioTitle {
get {
return ResourceManager.GetString("RadioTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Recently Added.
/// </summary>
public static string RecentlyAddedHeader {
get {
return ResourceManager.GetString("RecentlyAddedHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Search.
/// </summary>
public static string SearchTitle {
get {
return ResourceManager.GetString("SearchTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Shuffle.
/// </summary>
public static string ShuffleButton {
get {
return ResourceManager.GetString("ShuffleButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Songs.
/// </summary>
public static string SongsCategory {
get {
return ResourceManager.GetString("SongsCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to songs.
/// </summary>
public static string SongsLabelPlural {
get {
return ResourceManager.GetString("SongsLabelPlural", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to song.
/// </summary>
public static string SongsLabelSingular {
get {
return ResourceManager.GetString("SongsLabelSingular", resourceCulture);
}
}
}
}