From 4b2569368073bbd556bbe71bd51807de91f814cb Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 3 Feb 2020 17:50:17 +0800 Subject: Add TimelineController. --- Timeline/Resources/Messages.Designer.cs | 27 +++++++++------------------ Timeline/Resources/Messages.resx | 15 ++++++--------- 2 files changed, 15 insertions(+), 27 deletions(-) (limited to 'Timeline/Resources') diff --git a/Timeline/Resources/Messages.Designer.cs b/Timeline/Resources/Messages.Designer.cs index 332c8817..eeb44f10 100644 --- a/Timeline/Resources/Messages.Designer.cs +++ b/Timeline/Resources/Messages.Designer.cs @@ -151,38 +151,29 @@ namespace Timeline.Resources { } /// - /// Looks up a localized string similar to The {0}-st username to do operation {1} on is of bad format.. - /// - internal static string TimelineController_ChangeMember_UsernameBadFormat { - get { - return ResourceManager.GetString("TimelineController_ChangeMember_UsernameBadFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The {0}-st user to do operation {1} on does not exist.. + /// Looks up a localized string similar to The user to set as member does not exist.. /// - internal static string TimelineController_ChangeMember_UserNotExist { + internal static string TimelineCommon_MemberPut_NotExist { get { - return ResourceManager.GetString("TimelineController_ChangeMember_UserNotExist", resourceCulture); + return ResourceManager.GetString("TimelineCommon_MemberPut_NotExist", resourceCulture); } } /// - /// Looks up a localized string similar to The user to set as member does not exist.. + /// Looks up a localized string similar to A timeline with given name already exists.. /// - internal static string TimelineController_MemberPut_NotExist { + internal static string TimelineCommon_NameConflict { get { - return ResourceManager.GetString("TimelineController_MemberPut_NotExist", resourceCulture); + return ResourceManager.GetString("TimelineCommon_NameConflict", resourceCulture); } } /// - /// Looks up a localized string similar to The post to delete does not exist.. + /// Looks up a localized string similar to The timeline with given name does not exist.. /// - internal static string TimelineController_PostOperationDelete_NotExist { + internal static string TimelineCommon_NotExist { get { - return ResourceManager.GetString("TimelineController_PostOperationDelete_NotExist", resourceCulture); + return ResourceManager.GetString("TimelineCommon_NotExist", resourceCulture); } } diff --git a/Timeline/Resources/Messages.resx b/Timeline/Resources/Messages.resx index cb6c3891..66a84d5f 100644 --- a/Timeline/Resources/Messages.resx +++ b/Timeline/Resources/Messages.resx @@ -147,17 +147,14 @@ Model is of bad format. - - The {0}-st username to do operation {1} on is of bad format. - - - The {0}-st user to do operation {1} on does not exist. - - + The user to set as member does not exist. - - The post to delete does not exist. + + A timeline with given name already exists. + + + The timeline with given name does not exist. Username or password is invalid. -- cgit v1.2.3