Click here to Skip to main content
15,891,889 members
Articles / Web Development / ASP.NET

Improving ASP.NET MVC MUSIC STORE more usability with DotNetAge in 30 minutes

Rate me:
Please Sign up or sign in to vote.
4.87/5 (12 votes)
23 Nov 2010GPL38 min read 83.2K   5.5K   32  
Using the DotNetAge to upgrade the ASP.NET Mvc Music Store add widgets and security features just in minutes.
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行时版本:4.0.30319.1
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------

namespace Resources
{
    using System;


    /// <summary>
    ///   一个强类型的资源类,用于查找已本地化的字符串等等。
    /// </summary>
    // 此类是由 StronglyTypedResourceBuilder
    // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
    // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
    // (以 /str 作为命令选项),或重新生成 Visual Studio 项目。
    [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 publishing
    {

        private static global::System.Resources.ResourceManager resourceMan;

        private static global::System.Globalization.CultureInfo resourceCulture;

        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal publishing()
        {
        }

        /// <summary>
        ///   返回此类使用的缓存 ResourceManager 实例。
        /// </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.publishing", global::System.Reflection.Assembly.Load("App_GlobalResources"));
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }

        /// <summary>
        ///   为使用此强类型资源类的所有资源查找重写当前线程的 CurrentUICulture 
        /// 属性。
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture
        {
            get
            {
                return resourceCulture;
            }
            set
            {
                resourceCulture = value;
            }
        }

        /// <summary>
        ///   查找类似 Add category 的本地化字符串。
        /// </summary>
        internal static string AddCategory
        {
            get
            {
                return ResourceManager.GetString("AddCategory", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Add sub category 的本地化字符串。
        /// </summary>
        internal static string AddSubCategory
        {
            get
            {
                return ResourceManager.GetString("AddSubCategory", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Add to favorite 的本地化字符串。
        /// </summary>
        internal static string AddToFavorite
        {
            get
            {
                return ResourceManager.GetString("AddToFavorite", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Allow 的本地化字符串。
        /// </summary>
        internal static string Allow
        {
            get
            {
                return ResourceManager.GetString("Allow", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Allow anonymouse post comments 的本地化字符串。
        /// </summary>
        internal static string AllowAnonymousePostComments
        {
            get
            {
                return ResourceManager.GetString("AllowAnonymousePostComments", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Allow the anonymous can post comments to article. 的本地化字符串。
        /// </summary>
        internal static string AllowAnonymousePostCommentsTips
        {
            get
            {
                return ResourceManager.GetString("AllowAnonymousePostCommentsTips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Allow comments 的本地化字符串。
        /// </summary>
        internal static string AllowComments
        {
            get
            {
                return ResourceManager.GetString("AllowComments", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Allow pingbacks and trackbacks on this page 的本地化字符串。
        /// </summary>
        internal static string AllowPings
        {
            get
            {
                return ResourceManager.GetString("AllowPings", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Author 的本地化字符串。
        /// </summary>
        internal static string Author
        {
            get
            {
                return ResourceManager.GetString("Author", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Author avater and summary list 的本地化字符串。
        /// </summary>
        internal static string AvaterView
        {
            get
            {
                return ResourceManager.GetString("AvaterView", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Back to top site 的本地化字符串。
        /// </summary>
        internal static string BackToTopSite
        {
            get
            {
                return ResourceManager.GetString("BackToTopSite", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Categories 的本地化字符串。
        /// </summary>
        internal static string Categories
        {
            get
            {
                return ResourceManager.GetString("Categories", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Category 的本地化字符串。
        /// </summary>
        internal static string Category
        {
            get
            {
                return ResourceManager.GetString("Category", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Are you sure delete the {0} ? This opteration will cause all articles belongs this category will be deleted! 的本地化字符串。
        /// </summary>
        internal static string CategoryDeleteConfirm
        {
            get
            {
                return ResourceManager.GetString("CategoryDeleteConfirm", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 The description of the category. 的本地化字符串。
        /// </summary>
        internal static string CategoryDescriptTips
        {
            get
            {
                return ResourceManager.GetString("CategoryDescriptTips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 The title of the category that display on category map path and category tree. 的本地化字符串。
        /// </summary>
        internal static string CategoryTitleTips
        {
            get
            {
                return ResourceManager.GetString("CategoryTitleTips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Comment 的本地化字符串。
        /// </summary>
        internal static string Comment
        {
            get
            {
                return ResourceManager.GetString("Comment", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Comments 的本地化字符串。
        /// </summary>
        internal static string Comments
        {
            get
            {
                return ResourceManager.GetString("Comments", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Content format 的本地化字符串。
        /// </summary>
        internal static string ContentFormat
        {
            get
            {
                return ResourceManager.GetString("ContentFormat", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Current language 的本地化字符串。
        /// </summary>
        internal static string CurrentLanguage
        {
            get
            {
                return ResourceManager.GetString("CurrentLanguage", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Discussion 的本地化字符串。
        /// </summary>
        internal static string Discussion
        {
            get
            {
                return ResourceManager.GetString("Discussion", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Display rows 的本地化字符串。
        /// </summary>
        internal static string DisplayRows
        {
            get
            {
                return ResourceManager.GetString("DisplayRows", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Display text length 的本地化字符串。
        /// </summary>
        internal static string DisplayTextLen
        {
            get
            {
                return ResourceManager.GetString("DisplayTextLen", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Set -1 to display full title text 的本地化字符串。
        /// </summary>
        internal static string DisplayTextLenTip
        {
            get
            {
                return ResourceManager.GetString("DisplayTextLenTip", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 E-mail 的本地化字符串。
        /// </summary>
        internal static string Email
        {
            get
            {
                return ResourceManager.GetString("Email", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Entrance 的本地化字符串。
        /// </summary>
        internal static string Entrance
        {
            get
            {
                return ResourceManager.GetString("Entrance", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Filed under: 的本地化字符串。
        /// </summary>
        internal static string FiledUnder
        {
            get
            {
                return ResourceManager.GetString("FiledUnder", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Globalization 的本地化字符串。
        /// </summary>
        internal static string Globalization
        {
            get
            {
                return ResourceManager.GetString("Globalization", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Go to comments 的本地化字符串。
        /// </summary>
        internal static string GoToComments
        {
            get
            {
                return ResourceManager.GetString("GoToComments", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Hide sidebar 的本地化字符串。
        /// </summary>
        internal static string HideSidebar
        {
            get
            {
                return ResourceManager.GetString("HideSidebar", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Home 的本地化字符串。
        /// </summary>
        internal static string Home
        {
            get
            {
                return ResourceManager.GetString("Home", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Html format 的本地化字符串。
        /// </summary>
        internal static string HtmlFormat
        {
            get
            {
                return ResourceManager.GetString("HtmlFormat", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Is descending 的本地化字符串。
        /// </summary>
        internal static string IsDescending
        {
            get
            {
                return ResourceManager.GetString("IsDescending", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 IsPrivate 的本地化字符串。
        /// </summary>
        internal static string IsPrivate
        {
            get
            {
                return ResourceManager.GetString("IsPrivate", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 More 的本地化字符串。
        /// </summary>
        internal static string More
        {
            get
            {
                return ResourceManager.GetString("More", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Name 的本地化字符串。
        /// </summary>
        internal static string Name
        {
            get
            {
                return ResourceManager.GetString("Name", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Navigatior 的本地化字符串。
        /// </summary>
        internal static string Navigator
        {
            get
            {
                return ResourceManager.GetString("Navigator", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Next 的本地化字符串。
        /// </summary>
        internal static string NextPost
        {
            get
            {
                return ResourceManager.GetString("NextPost", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 No archives 的本地化字符串。
        /// </summary>
        internal static string NoArchives
        {
            get
            {
                return ResourceManager.GetString("NoArchives", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 There is no article found in this category. 的本地化字符串。
        /// </summary>
        internal static string NoArticles
        {
            get
            {
                return ResourceManager.GetString("NoArticles", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 No any blogger found 的本地化字符串。
        /// </summary>
        internal static string NoBloggers
        {
            get
            {
                return ResourceManager.GetString("NoBloggers", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 There is no comment found in this article. 的本地化字符串。
        /// </summary>
        internal static string NoComments
        {
            get
            {
                return ResourceManager.GetString("NoComments", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Sorry! There are no articles found. 的本地化字符串。
        /// </summary>
        internal static string NoSearchResult
        {
            get
            {
                return ResourceManager.GetString("NoSearchResult", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 No tags 的本地化字符串。
        /// </summary>
        internal static string NoTags
        {
            get
            {
                return ResourceManager.GetString("NoTags", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Order by 的本地化字符串。
        /// </summary>
        internal static string OrderBy
        {
            get
            {
                return ResourceManager.GetString("OrderBy", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Permalink url 的本地化字符串。
        /// </summary>
        internal static string PermalinkUrl
        {
            get
            {
                return ResourceManager.GetString("PermalinkUrl", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Ping back from 的本地化字符串。
        /// </summary>
        internal static string PingbackFrom
        {
            get
            {
                return ResourceManager.GetString("PingbackFrom", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Position 的本地化字符串。
        /// </summary>
        internal static string Position
        {
            get
            {
                return ResourceManager.GetString("Position", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Posted 的本地化字符串。
        /// </summary>
        internal static string Posted
        {
            get
            {
                return ResourceManager.GetString("Posted", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Posts 的本地化字符串。
        /// </summary>
        internal static string Posts
        {
            get
            {
                return ResourceManager.GetString("Posts", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Previous 的本地化字符串。
        /// </summary>
        internal static string PreviousPost
        {
            get
            {
                return ResourceManager.GetString("PreviousPost", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Publish 的本地化字符串。
        /// </summary>
        internal static string Publish
        {
            get
            {
                return ResourceManager.GetString("Publish", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Publish immediately 的本地化字符串。
        /// </summary>
        internal static string PublishImmediately
        {
            get
            {
                return ResourceManager.GetString("PublishImmediately", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Publishing 的本地化字符串。
        /// </summary>
        internal static string Publishing
        {
            get
            {
                return ResourceManager.GetString("Publishing", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Reads 的本地化字符串。
        /// </summary>
        internal static string Reads
        {
            get
            {
                return ResourceManager.GetString("Reads", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Required 的本地化字符串。
        /// </summary>
        internal static string Required
        {
            get
            {
                return ResourceManager.GetString("Required", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Root text 的本地化字符串。
        /// </summary>
        internal static string RootText
        {
            get
            {
                return ResourceManager.GetString("RootText", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 The display text of the Publishing root that display in Publishing sitemap path &amp; category tree. 的本地化字符串。
        /// </summary>
        internal static string RootTextTips
        {
            get
            {
                return ResourceManager.GetString("RootTextTips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Search 的本地化字符串。
        /// </summary>
        internal static string Search
        {
            get
            {
                return ResourceManager.GetString("Search", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 See also 的本地化字符串。
        /// </summary>
        internal static string SeeAlso
        {
            get
            {
                return ResourceManager.GetString("SeeAlso", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Select the category 的本地化字符串。
        /// </summary>
        internal static string SelectCategory
        {
            get
            {
                return ResourceManager.GetString("SelectCategory", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Send Trackback to 的本地化字符串。
        /// </summary>
        internal static string SendTrackbackto
        {
            get
            {
                return ResourceManager.GetString("SendTrackbackto", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Separate tags with commas 的本地化字符串。
        /// </summary>
        internal static string SeparateTags
        {
            get
            {
                return ResourceManager.GetString("SeparateTags", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Separate multiple URLs with spaces 的本地化字符串。
        /// </summary>
        internal static string SeparateUrls
        {
            get
            {
                return ResourceManager.GetString("SeparateUrls", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Show sidebar 的本地化字符串。
        /// </summary>
        internal static string ShowSidebar
        {
            get
            {
                return ResourceManager.GetString("ShowSidebar", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Subscription 的本地化字符串。
        /// </summary>
        internal static string Subscription
        {
            get
            {
                return ResourceManager.GetString("Subscription", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Summary &amp; title 的本地化字符串。
        /// </summary>
        internal static string SummaryAndTitle
        {
            get
            {
                return ResourceManager.GetString("SummaryAndTitle", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Summary and title list 的本地化字符串。
        /// </summary>
        internal static string SummaryView
        {
            get
            {
                return ResourceManager.GetString("SummaryView", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Tags 的本地化字符串。
        /// </summary>
        internal static string Tags
        {
            get
            {
                return ResourceManager.GetString("Tags", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 The tags of this article set this options can be make this article more easy to
        ///be search. 的本地化字符串。
        /// </summary>
        internal static string Tags_Tips
        {
            get
            {
                return ResourceManager.GetString("Tags_Tips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Title list only 的本地化字符串。
        /// </summary>
        internal static string TitleView
        {
            get
            {
                return ResourceManager.GetString("TitleView", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Trackback 的本地化字符串。
        /// </summary>
        internal static string Trackback
        {
            get
            {
                return ResourceManager.GetString("Trackback", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Trackback url 的本地化字符串。
        /// </summary>
        internal static string TrackbackUrl
        {
            get
            {
                return ResourceManager.GetString("TrackbackUrl", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Trackbacks are a way to notify legacy blog systems that you&apos;ve linked to them. If you link other sites they&apos;ll be notified automatically using pingbacks, no other
        ///action necessary. 的本地化字符串。
        /// </summary>
        internal static string Trackback_Tips
        {
            get
            {
                return ResourceManager.GetString("Trackback_Tips", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Uncategorized 的本地化字符串。
        /// </summary>
        internal static string Uncategorized
        {
            get
            {
                return ResourceManager.GetString("Uncategorized", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 View type 的本地化字符串。
        /// </summary>
        internal static string ViewType
        {
            get
            {
                return ResourceManager.GetString("ViewType", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Visibility 的本地化字符串。
        /// </summary>
        internal static string Visibility
        {
            get
            {
                return ResourceManager.GetString("Visibility", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Votes 的本地化字符串。
        /// </summary>
        internal static string Votes
        {
            get
            {
                return ResourceManager.GetString("Votes", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Web site 的本地化字符串。
        /// </summary>
        internal static string WebSite
        {
            get
            {
                return ResourceManager.GetString("WebSite", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Wiki format 的本地化字符串。
        /// </summary>
        internal static string WikiFormat
        {
            get
            {
                return ResourceManager.GetString("WikiFormat", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Write article 的本地化字符串。
        /// </summary>
        internal static string WriteArticle
        {
            get
            {
                return ResourceManager.GetString("WriteArticle", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Write comment 的本地化字符串。
        /// </summary>
        internal static string WriteComment
        {
            get
            {
                return ResourceManager.GetString("WriteComment", resourceCulture);
            }
        }

        /// <summary>
        ///   查找类似 Write post 的本地化字符串。
        /// </summary>
        internal static string WritePost
        {
            get
            {
                return ResourceManager.GetString("WritePost", resourceCulture);
            }
        }
    }
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)


Written By
Architect DotNetAge
China China
In 1999, I started programming using Delphi, VB, VJ.From 2002 I started with .NET using C#.Since 2005 when i had became an EIP product manager I was focus on EIP and CMS technique. In 2008 i established dotnetage.com and started to shared my ideas and projects online. I believe "No shared no grow"

www.dotnetage.com

Comments and Discussions