From 27ed44bb8c618e4b30de5cec44bbb47be8084539 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 11 Mar 2020 18:16:18 +0800 Subject: ... --- Timeline/Resources/Messages.Designer.cs | 51 +++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'Timeline/Resources/Messages.Designer.cs') diff --git a/Timeline/Resources/Messages.Designer.cs b/Timeline/Resources/Messages.Designer.cs index fb093f07..cae91093 100644 --- a/Timeline/Resources/Messages.Designer.cs +++ b/Timeline/Resources/Messages.Designer.cs @@ -151,65 +151,74 @@ namespace Timeline.Resources { } /// - /// Looks up a localized string similar to The user to set as member does not exist.. + /// Looks up a localized string similar to Unknown type of post content.. /// - internal static string TimelineCommon_MemberPut_NotExist { + internal static string TimelineController_ContentUnknownType { get { - return ResourceManager.GetString("TimelineCommon_MemberPut_NotExist", resourceCulture); + return ResourceManager.GetString("TimelineController_ContentUnknownType", resourceCulture); } } /// - /// Looks up a localized string similar to A timeline with given name already exists.. + /// Looks up a localized string similar to Data field is not a valid base64 string in image content.. /// - internal static string TimelineCommon_NameConflict { + internal static string TimelineController_ImageContentDataNotBase64 { get { - return ResourceManager.GetString("TimelineCommon_NameConflict", resourceCulture); + return ResourceManager.GetString("TimelineController_ImageContentDataNotBase64", resourceCulture); } } /// - /// Looks up a localized string similar to The timeline with given name does not exist.. + /// Looks up a localized string similar to Data field is not a valid image after base64 decoding in image content.. /// - internal static string TimelineCommon_NotExist { + internal static string TimelineController_ImageContentDataNotImage { get { - return ResourceManager.GetString("TimelineCommon_NotExist", resourceCulture); + return ResourceManager.GetString("TimelineController_ImageContentDataNotImage", resourceCulture); } } /// - /// Looks up a localized string similar to Unknown type of post content.. + /// Looks up a localized string similar to Data field is required for image content.. /// - internal static string TimelineController_ContentUnknownType { + internal static string TimelineController_ImageContentDataRequired { get { - return ResourceManager.GetString("TimelineController_ContentUnknownType", resourceCulture); + return ResourceManager.GetString("TimelineController_ImageContentDataRequired", resourceCulture); } } /// - /// Looks up a localized string similar to Data field is not a valid base64 string in image content.. + /// Looks up a localized string similar to The user to set as member does not exist.. /// - internal static string TimelineController_ImageContentDataNotBase64 { + internal static string TimelineController_MemberPut_NotExist { get { - return ResourceManager.GetString("TimelineController_ImageContentDataNotBase64", resourceCulture); + return ResourceManager.GetString("TimelineController_MemberPut_NotExist", resourceCulture); } } /// - /// Looks up a localized string similar to Data field is not a valid image after base64 decoding in image content.. + /// Looks up a localized string similar to A timeline with given name already exists.. /// - internal static string TimelineController_ImageContentDataNotImage { + internal static string TimelineController_NameConflict { get { - return ResourceManager.GetString("TimelineController_ImageContentDataNotImage", resourceCulture); + return ResourceManager.GetString("TimelineController_NameConflict", resourceCulture); } } /// - /// Looks up a localized string similar to Data field is required for image content.. + /// Looks up a localized string similar to The timeline with given name does not exist.. /// - internal static string TimelineController_ImageContentDataRequired { + internal static string TimelineController_NotExist { get { - return ResourceManager.GetString("TimelineController_ImageContentDataRequired", resourceCulture); + return ResourceManager.GetString("TimelineController_NotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The post of that type has no data.. + /// + internal static string TimelineController_PostNoData { + get { + return ResourceManager.GetString("TimelineController_PostNoData", resourceCulture); } } -- cgit v1.2.3