diff options
author | crupest <crupest@outlook.com> | 2020-03-09 00:21:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-09 00:21:28 +0800 |
commit | 893ed4eee63997f2d91d6715d4355d9f767b2c40 (patch) | |
tree | 16c0dc235cfba2ec1fa17e3cb3bfbbead348cb3e /Timeline/Resources/Services/TimelineService.Designer.cs | |
parent | 40df655a8d9b85a7f08ab221d5f85aaa20d7272e (diff) | |
download | timeline-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.cs | 27 |
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'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 "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..
+ /// </summary>
+ internal static string LogGetDataNoFormat {
+ get {
+ return ResourceManager.GetString("LogGetDataNoFormat", resourceCulture);
+ }
+ }
}
}
|