diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-07 22:06:06 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-07 22:06:06 +0800 |
commit | 2f36e9a1c8d6db2a808f874134c9cb7d57c3ef16 (patch) | |
tree | 48ca95c6eb5dafe44d419bbe5d0ab49396209b13 /Timeline/Resources/Controllers/TimelineController.Designer.cs | |
parent | 2852190501ea6636f93d6bc06f8eb4a11cab1077 (diff) | |
download | timeline-2f36e9a1c8d6db2a808f874134c9cb7d57c3ef16.tar.gz timeline-2f36e9a1c8d6db2a808f874134c9cb7d57c3ef16.tar.bz2 timeline-2f36e9a1c8d6db2a808f874134c9cb7d57c3ef16.zip |
Complete PersonalTimelineController and write attribute test.
Diffstat (limited to 'Timeline/Resources/Controllers/TimelineController.Designer.cs')
-rw-r--r-- | Timeline/Resources/Controllers/TimelineController.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Timeline/Resources/Controllers/TimelineController.Designer.cs b/Timeline/Resources/Controllers/TimelineController.Designer.cs index 1e56f651..5a4209c3 100644 --- a/Timeline/Resources/Controllers/TimelineController.Designer.cs +++ b/Timeline/Resources/Controllers/TimelineController.Designer.cs @@ -70,6 +70,33 @@ namespace Timeline.Resources.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to An unknown TimelineMemberOperationUserException is thrown. Can't recognize its inner exception. It is rethrown..
+ /// </summary>
+ internal static string LogUnknownTimelineMemberOperationUserException {
+ get {
+ return ResourceManager.GetString("LogUnknownTimelineMemberOperationUserException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The {0}-st username to do operation {1} on is of bad format..
+ /// </summary>
+ internal static string MessageMemberUsernameBadFormat {
+ get {
+ return ResourceManager.GetString("MessageMemberUsernameBadFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The {0}-st user to do operation {1} on does not exist..
+ /// </summary>
+ internal static string MessageMemberUserNotExist {
+ get {
+ return ResourceManager.GetString("MessageMemberUserNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You have no permission to create posts in the timeline..
/// </summary>
internal static string MessagePostsCreateForbid {
|