From 893ed4eee63997f2d91d6715d4355d9f767b2c40 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 9 Mar 2020 00:21:28 +0800 Subject: ... --- .../Resources/Services/TimelineService.Designer.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'Timeline/Resources/Services/TimelineService.Designer.cs') diff --git a/Timeline/Resources/Services/TimelineService.Designer.cs b/Timeline/Resources/Services/TimelineService.Designer.cs index f4d41fb8..4c3de1cd 100644 --- a/Timeline/Resources/Services/TimelineService.Designer.cs +++ b/Timeline/Resources/Services/TimelineService.Designer.cs @@ -87,6 +87,24 @@ namespace Timeline.Resources.Services { } } + /// + /// Looks up a localized string similar to The data entry of the tag of the image post does not exist.. + /// + internal static string ExceptionGetDataDataEntryNotExist { + get { + return ResourceManager.GetString("ExceptionGetDataDataEntryNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Can't get data of a non-image post.. + /// + internal static string ExceptionGetDataNonImagePost { + get { + return ResourceManager.GetString("ExceptionGetDataNonImagePost", resourceCulture); + } + } + /// /// Looks up a localized string similar to The timeline name is of bad format because {0}.. /// @@ -104,5 +122,14 @@ namespace Timeline.Resources.Services { return ResourceManager.GetString("ExceptionTimelineNameConflict", resourceCulture); } } + + /// + /// Looks up a localized string similar to Image format type of the post does not exist in column "extra_content". Normally this couldn't be possible because it should be saved when post was created. However, we now re-detect the format and save it.. + /// + internal static string LogGetDataNoFormat { + get { + return ResourceManager.GetString("LogGetDataNoFormat", resourceCulture); + } + } } } -- cgit v1.2.3