diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-12 20:09:41 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-12 20:09:41 +0800 |
commit | 299481eecc8c1b7bc40770d58c85ff1fddeddb96 (patch) | |
tree | 9ed402bdfdf633a5d49116e7ce03abb36454856a /Timeline/Resources/Controllers/TimelineController.Designer.cs | |
parent | cc59e67f948d206a8bc466ed116d1bb870d3fb7b (diff) | |
download | timeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.tar.gz timeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.tar.bz2 timeline-299481eecc8c1b7bc40770d58c85ff1fddeddb96.zip |
Complete personal timeline controller unit tests.
Diffstat (limited to 'Timeline/Resources/Controllers/TimelineController.Designer.cs')
-rw-r--r-- | Timeline/Resources/Controllers/TimelineController.Designer.cs | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/Timeline/Resources/Controllers/TimelineController.Designer.cs b/Timeline/Resources/Controllers/TimelineController.Designer.cs index 5a4209c3..47c43fa2 100644 --- a/Timeline/Resources/Controllers/TimelineController.Designer.cs +++ b/Timeline/Resources/Controllers/TimelineController.Designer.cs @@ -97,20 +97,38 @@ namespace Timeline.Resources.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to You have no permission to read posts of the timeline..
+ /// </summary>
+ internal static string MessagePostListGetForbid {
+ get {
+ return ResourceManager.GetString("MessagePostListGetForbid", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You have no permission to create posts in the timeline..
/// </summary>
- internal static string MessagePostsCreateForbid {
+ internal static string MessagePostOperationCreateForbid {
get {
- return ResourceManager.GetString("MessagePostsCreateForbid", resourceCulture);
+ return ResourceManager.GetString("MessagePostOperationCreateForbid", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to You have no permission to read posts of the timeline..
+ /// Looks up a localized string similar to You have no permission to delete posts in the timeline..
+ /// </summary>
+ internal static string MessagePostOperationDeleteForbid {
+ get {
+ return ResourceManager.GetString("MessagePostOperationDeleteForbid", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The post to delete does not exist..
/// </summary>
- internal static string MessagePostsGetForbid {
+ internal static string MessagePostOperationDeleteNotExist {
get {
- return ResourceManager.GetString("MessagePostsGetForbid", resourceCulture);
+ return ResourceManager.GetString("MessagePostOperationDeleteNotExist", resourceCulture);
}
}
}
|