//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Timeline.Controllers { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// This class was generated by MSBuild using the GenerateResource task. /// To add or remove a member, edit your .resx file then rerun MSBuild. /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Build.Tasks.StronglyTypedResourceBuilder", "15.1.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resource { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resource() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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("Timeline.Controllers.Resource", typeof(Resource).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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Can't get user id.. /// internal static string ExceptionNoUserId { get { return ResourceManager.GetString("ExceptionNoUserId", resourceCulture); } } /// /// Looks up a localized string similar to Can't get username.. /// internal static string ExceptionNoUsername { get { return ResourceManager.GetString("ExceptionNoUsername", resourceCulture); } } /// /// Looks up a localized string similar to You have no permission to access this.. /// internal static string MessageForbid { get { return ResourceManager.GetString("MessageForbid", resourceCulture); } } /// /// Looks up a localized string similar to You can't do this unless you are administrator.. /// internal static string MessageForbidNotAdministrator { get { return ResourceManager.GetString("MessageForbidNotAdministrator", resourceCulture); } } /// /// Looks up a localized string similar to You can't do this unless you are administrator or resource owner.. /// internal static string MessageForbidNotAdministratorOrOwner { get { return ResourceManager.GetString("MessageForbidNotAdministratorOrOwner", resourceCulture); } } /// /// Looks up a localized string similar to You can't do this because it is the root user.. /// internal static string MessageInvalidOperationOnRootUser { get { return ResourceManager.GetString("MessageInvalidOperationOnRootUser", resourceCulture); } } /// /// Looks up a localized string similar to Multiple timeline with the name exists. Please use new api to get timeline.. /// internal static string MessageMultipleTimeline { get { return ResourceManager.GetString("MessageMultipleTimeline", resourceCulture); } } /// /// Looks up a localized string similar to The old password is wrong.. /// internal static string MessageOldPasswordWrong { get { return ResourceManager.GetString("MessageOldPasswordWrong", resourceCulture); } } /// /// Looks up a localized string similar to Operation succeeded.. /// internal static string MessageOperationSucceeded { get { return ResourceManager.GetString("MessageOperationSucceeded", resourceCulture); } } /// /// Looks up a localized string similar to The user specified by query param "relate" does not exist.. /// internal static string MessageTimelineListQueryRelateNotExist { get { return ResourceManager.GetString("MessageTimelineListQueryRelateNotExist", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is an unkown visibility in the query parameter 'visibility'. . /// internal static string MessageTimelineListQueryVisibilityUnknown { get { return ResourceManager.GetString("MessageTimelineListQueryVisibilityUnknown", resourceCulture); } } /// /// Looks up a localized string similar to Username or password is invalid.. /// internal static string MessageTokenCreateBadCredential { get { return ResourceManager.GetString("MessageTokenCreateBadCredential", resourceCulture); } } /// /// Looks up a localized string similar to The token is expired. Please create a new one.. /// internal static string MessageTokenVerifyExpired { get { return ResourceManager.GetString("MessageTokenVerifyExpired", resourceCulture); } } /// /// Looks up a localized string similar to The token is invalid.. /// internal static string MessageTokenVerifyInvalid { get { return ResourceManager.GetString("MessageTokenVerifyInvalid", resourceCulture); } } /// /// Looks up a localized string similar to A user with given username already exists.. /// internal static string MessageUsernameConflict { get { return ResourceManager.GetString("MessageUsernameConflict", resourceCulture); } } } }