From 3cbb2e7ef4bb2ccbbaadd18e49e2de392d6db2e1 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 4 Feb 2020 18:02:39 +0800 Subject: Add get timeline list feature. --- Timeline/Resources/Messages.Designer.cs | 9 +++++++++ Timeline/Resources/Messages.resx | 3 +++ 2 files changed, 12 insertions(+) (limited to 'Timeline/Resources') diff --git a/Timeline/Resources/Messages.Designer.cs b/Timeline/Resources/Messages.Designer.cs index eeb44f10..727df046 100644 --- a/Timeline/Resources/Messages.Designer.cs +++ b/Timeline/Resources/Messages.Designer.cs @@ -177,6 +177,15 @@ namespace Timeline.Resources { } } + /// + /// Looks up a localized string similar to The user specified by query param "relate" does not exist.. + /// + internal static string TimelineController_QueryRelateNotExist { + get { + return ResourceManager.GetString("TimelineController_QueryRelateNotExist", resourceCulture); + } + } + /// /// Looks up a localized string similar to Username or password is invalid.. /// diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx index 66a84d5f..c42657d3 100644 --- a/Timeline/Resources/Messages.resx +++ b/Timeline/Resources/Messages.resx @@ -156,6 +156,9 @@ The timeline with given name does not exist. + + The user specified by query param "relate" does not exist. + Username or password is invalid. -- cgit v1.2.3