aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/TimelineService.Designer.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-09 00:21:28 +0800
committercrupest <crupest@outlook.com>2020-03-09 00:21:28 +0800
commit893ed4eee63997f2d91d6715d4355d9f767b2c40 (patch)
tree16c0dc235cfba2ec1fa17e3cb3bfbbead348cb3e /Timeline/Resources/Services/TimelineService.Designer.cs
parent40df655a8d9b85a7f08ab221d5f85aaa20d7272e (diff)
downloadtimeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.tar.gz
timeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.tar.bz2
timeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.zip
...
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.Designer.cs')
-rw-r--r--Timeline/Resources/Services/TimelineService.Designer.cs27
1 files changed, 27 insertions, 0 deletions
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
@@ -88,6 +88,24 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to The data entry of the tag of the image post does not exist..
+ /// </summary>
+ internal static string ExceptionGetDataDataEntryNotExist {
+ get {
+ return ResourceManager.GetString("ExceptionGetDataDataEntryNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Can&apos;t get data of a non-image post..
+ /// </summary>
+ internal static string ExceptionGetDataNonImagePost {
+ get {
+ return ResourceManager.GetString("ExceptionGetDataNonImagePost", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The timeline name is of bad format because {0}..
/// </summary>
internal static string ExceptionTimelineNameBadFormat {
@@ -104,5 +122,14 @@ namespace Timeline.Resources.Services {
return ResourceManager.GetString("ExceptionTimelineNameConflict", resourceCulture);
}
}
+
+ /// <summary>
+ /// Looks up a localized string similar to Image format type of the post does not exist in column &quot;extra_content&quot;. Normally this couldn&apos;t be possible because it should be saved when post was created. However, we now re-detect the format and save it..
+ /// </summary>
+ internal static string LogGetDataNoFormat {
+ get {
+ return ResourceManager.GetString("LogGetDataNoFormat", resourceCulture);
+ }
+ }
}
}