diff options
author | crupest <crupest@outlook.com> | 2020-06-18 23:41:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 23:41:13 +0800 |
commit | 838f9377514b03404afa1d6b6e42e981174178b5 (patch) | |
tree | 6d5e383ad6f135ec40fc69f0f1fa16bfa2c56656 /Timeline/Resources/Services/TimelineService.Designer.cs | |
parent | 135f47e7477bb2a72c423145dcd286ae494fd3ed (diff) | |
parent | 71ad72b6d3db3937a2b769fe1d64c8bb99702ba1 (diff) | |
download | timeline-838f9377514b03404afa1d6b6e42e981174178b5.tar.gz timeline-838f9377514b03404afa1d6b6e42e981174178b5.tar.bz2 timeline-838f9377514b03404afa1d6b6e42e981174178b5.zip |
Merge pull request #112 from crupest/post-modified-since
Post modified since query param.
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/TimelineService.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.Designer.cs b/Timeline/Resources/Services/TimelineService.Designer.cs index cfc381f9..e16c1337 100644 --- a/Timeline/Resources/Services/TimelineService.Designer.cs +++ b/Timeline/Resources/Services/TimelineService.Designer.cs @@ -106,6 +106,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to The post has been deleted because content of entity is null..
+ /// </summary>
+ internal static string ExceptionPostDeleted {
+ get {
+ return ResourceManager.GetString("ExceptionPostDeleted", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The timeline name is of bad format..
/// </summary>
internal static string ExceptionTimelineNameBadFormat {
|