//------------------------------------------------------------------------------
// 
//     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 Timeline.Controllers {
    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", "16.0.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 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 of bad format. It might not be created by the server..
        /// 
        internal static string MessageTokenVerifyBadFormat {
            get {
                return ResourceManager.GetString("MessageTokenVerifyBadFormat", resourceCulture);
            }
        }
        
        /// 
        ///   Looks up a localized string similar to Token has an old version. User might have update some info..
        /// 
        internal static string MessageTokenVerifyOldVersion {
            get {
                return ResourceManager.GetString("MessageTokenVerifyOldVersion", resourceCulture);
            }
        }
        
        /// 
        ///   Looks up a localized string similar to The token is expired..
        /// 
        internal static string MessageTokenVerifyTimeExpired {
            get {
                return ResourceManager.GetString("MessageTokenVerifyTimeExpired", resourceCulture);
            }
        }
        
        /// 
        ///   Looks up a localized string similar to User does not exist. Administrator might have deleted this user..
        /// 
        internal static string MessageTokenVerifyUserNotExist {
            get {
                return ResourceManager.GetString("MessageTokenVerifyUserNotExist", 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);
            }
        }
    }
}