//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace AMC.View.Resources.Strings { 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", "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() { } /// /// 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("AMC.View.Resources.Strings.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 Albums. /// public static string AlbumsCategory { get { return ResourceManager.GetString("AlbumsCategory", resourceCulture); } } /// /// Looks up a localized string similar to Artists. /// public static string ArtistsCategory { get { return ResourceManager.GetString("ArtistsCategory", resourceCulture); } } /// /// Looks up a localized string similar to Genres. /// public static string GenresCategory { get { return ResourceManager.GetString("GenresCategory", resourceCulture); } } /// /// Looks up a localized string similar to Library. /// public static string LibraryTitle { get { return ResourceManager.GetString("LibraryTitle", resourceCulture); } } /// /// Looks up a localized string similar to minutes. /// public static string MinutesLabelPlural { get { return ResourceManager.GetString("MinutesLabelPlural", resourceCulture); } } /// /// Looks up a localized string similar to minute. /// public static string MinutesLabelSingular { get { return ResourceManager.GetString("MinutesLabelSingular", resourceCulture); } } /// /// Looks up a localized string similar to Play. /// public static string PlayButton { get { return ResourceManager.GetString("PlayButton", resourceCulture); } } /// /// Looks up a localized string similar to Playlists. /// public static string PlaylistsCategory { get { return ResourceManager.GetString("PlaylistsCategory", resourceCulture); } } /// /// Looks up a localized string similar to Recently Added. /// public static string RecentlyAddedHeader { get { return ResourceManager.GetString("RecentlyAddedHeader", resourceCulture); } } /// /// Looks up a localized string similar to Shuffle. /// public static string ShuffleButton { get { return ResourceManager.GetString("ShuffleButton", resourceCulture); } } /// /// Looks up a localized string similar to Songs. /// public static string SongsCategory { get { return ResourceManager.GetString("SongsCategory", resourceCulture); } } /// /// Looks up a localized string similar to songs. /// public static string SongsLabelPlural { get { return ResourceManager.GetString("SongsLabelPlural", resourceCulture); } } /// /// Looks up a localized string similar to song. /// public static string SongsLabelSingular { get { return ResourceManager.GetString("SongsLabelSingular", resourceCulture); } } } }