//------------------------------------------------------------------------------ // // 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.Resources { 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 Messages { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Messages() { } /// /// 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.Resources.Messages", typeof(Messages).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 Body is too big. It can't be bigger than {0}.. /// internal static string Common_Content_TooBig { get { return ResourceManager.GetString("Common_Content_TooBig", resourceCulture); } } /// /// Looks up a localized string similar to Actual body length is bigger than it in header.. /// internal static string Common_Content_UnmatchedLength_Bigger { get { return ResourceManager.GetString("Common_Content_UnmatchedLength_Bigger", resourceCulture); } } /// /// Looks up a localized string similar to Actual body length is smaller than it in header.. /// internal static string Common_Content_UnmatchedLength_Smaller { get { return ResourceManager.GetString("Common_Content_UnmatchedLength_Smaller", resourceCulture); } } /// /// Looks up a localized string similar to You have no permission to do the operation.. /// internal static string Common_Forbid { get { return ResourceManager.GetString("Common_Forbid", resourceCulture); } } /// /// Looks up a localized string similar to You are not the resource owner.. /// internal static string Common_Forbid_NotSelf { get { return ResourceManager.GetString("Common_Forbid_NotSelf", resourceCulture); } } /// /// Looks up a localized string similar to Header Content-Length is missing or of bad format.. /// internal static string Common_Header_ContentLength_Missing { get { return ResourceManager.GetString("Common_Header_ContentLength_Missing", resourceCulture); } } /// /// Looks up a localized string similar to Header Content-Length must not be 0.. /// internal static string Common_Header_ContentLength_Zero { get { return ResourceManager.GetString("Common_Header_ContentLength_Zero", resourceCulture); } } /// /// Looks up a localized string similar to Header Content-Type is missing.. /// internal static string Common_Header_ContentType_Missing { get { return ResourceManager.GetString("Common_Header_ContentType_Missing", resourceCulture); } } /// /// Looks up a localized string similar to Header If-Non-Match is of bad format.. /// internal static string Common_Header_IfNonMatch_BadFormat { get { return ResourceManager.GetString("Common_Header_IfNonMatch_BadFormat", resourceCulture); } } /// /// Looks up a localized string similar to Model is of bad format.. /// internal static string Common_InvalidModel { get { return ResourceManager.GetString("Common_InvalidModel", resourceCulture); } } /// /// Looks up a localized string similar to The user to set as member does not exist.. /// internal static string TimelineCommon_MemberPut_NotExist { get { return ResourceManager.GetString("TimelineCommon_MemberPut_NotExist", resourceCulture); } } /// /// Looks up a localized string similar to A timeline with given name already exists.. /// internal static string TimelineCommon_NameConflict { get { return ResourceManager.GetString("TimelineCommon_NameConflict", resourceCulture); } } /// /// Looks up a localized string similar to The timeline with given name does not exist.. /// internal static string TimelineCommon_NotExist { get { return ResourceManager.GetString("TimelineCommon_NotExist", resourceCulture); } } /// /// Looks up a localized string similar to The user specified by query param "relate" does not exist.. /// internal static string TimelineController_QueryRelateNotExist { get { return ResourceManager.GetString("TimelineController_QueryRelateNotExist", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is an unkown visibility in the query parameter 'visibility'. . /// internal static string TimelineController_QueryVisibilityUnknown { get { return ResourceManager.GetString("TimelineController_QueryVisibilityUnknown", resourceCulture); } } /// /// Looks up a localized string similar to Username or password is invalid.. /// internal static string TokenController_Create_BadCredential { get { return ResourceManager.GetString("TokenController_Create_BadCredential", 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 TokenController_Verify_BadFormat { get { return ResourceManager.GetString("TokenController_Verify_BadFormat", resourceCulture); } } /// /// Looks up a localized string similar to Token has an old version. User might have update some info.. /// internal static string TokenController_Verify_OldVersion { get { return ResourceManager.GetString("TokenController_Verify_OldVersion", resourceCulture); } } /// /// Looks up a localized string similar to The token is expired.. /// internal static string TokenController_Verify_TimeExpired { get { return ResourceManager.GetString("TokenController_Verify_TimeExpired", resourceCulture); } } /// /// Looks up a localized string similar to User does not exist. Administrator might have deleted this user.. /// internal static string TokenController_Verify_UserNotExist { get { return ResourceManager.GetString("TokenController_Verify_UserNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Image is not a square.. /// internal static string UserAvatar_BadFormat_BadSize { get { return ResourceManager.GetString("UserAvatar_BadFormat_BadSize", resourceCulture); } } /// /// Looks up a localized string similar to Image decode failed.. /// internal static string UserAvatar_BadFormat_CantDecode { get { return ResourceManager.GetString("UserAvatar_BadFormat_CantDecode", resourceCulture); } } /// /// Looks up a localized string similar to Image format does not match the one in header.. /// internal static string UserAvatar_BadFormat_UnmatchedFormat { get { return ResourceManager.GetString("UserAvatar_BadFormat_UnmatchedFormat", resourceCulture); } } /// /// Looks up a localized string similar to The user to operate on does not exist.. /// internal static string UserCommon_NotExist { get { return ResourceManager.GetString("UserCommon_NotExist", resourceCulture); } } /// /// Looks up a localized string similar to Old password is wrong.. /// internal static string UserController_ChangePassword_BadOldPassword { get { return ResourceManager.GetString("UserController_ChangePassword_BadOldPassword", resourceCulture); } } /// /// Looks up a localized string similar to You can't set permission unless you are administrator.. /// internal static string UserController_Patch_Forbid_Administrator { get { return ResourceManager.GetString("UserController_Patch_Forbid_Administrator", resourceCulture); } } /// /// Looks up a localized string similar to You can't set password unless you are administrator. If you want to change password, use /userop/changepassword .. /// internal static string UserController_Patch_Forbid_Password { get { return ResourceManager.GetString("UserController_Patch_Forbid_Password", resourceCulture); } } /// /// Looks up a localized string similar to You can't set username unless you are administrator.. /// internal static string UserController_Patch_Forbid_Username { get { return ResourceManager.GetString("UserController_Patch_Forbid_Username", resourceCulture); } } /// /// Looks up a localized string similar to A user with given username already exists.. /// internal static string UserController_UsernameConflict { get { return ResourceManager.GetString("UserController_UsernameConflict", resourceCulture); } } } }