diff options
author | crupest <crupest@outlook.com> | 2021-05-05 15:58:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-05 15:58:40 +0800 |
commit | 0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5 (patch) | |
tree | 6877c4815b54eddda828d3d89752ab964d17d1bf /BackEnd/Timeline/Controllers/Resource.Designer.cs | |
parent | 1c4be4a43c4acd2ee46e37685e9153d9c5b34233 (diff) | |
download | timeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.tar.gz timeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.tar.bz2 timeline-0accc9f09d0aaf2292cb94e3c4e438c3f76f89e5.zip |
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/Resource.Designer.cs')
-rw-r--r-- | BackEnd/Timeline/Controllers/Resource.Designer.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Controllers/Resource.Designer.cs b/BackEnd/Timeline/Controllers/Resource.Designer.cs index f3d7264a..c062380b 100644 --- a/BackEnd/Timeline/Controllers/Resource.Designer.cs +++ b/BackEnd/Timeline/Controllers/Resource.Designer.cs @@ -70,6 +70,15 @@ namespace Timeline.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to Can't get username..
+ /// </summary>
+ internal static string ExceptionNoUsername {
+ get {
+ return ResourceManager.GetString("ExceptionNoUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to You have no permission to access this..
/// </summary>
internal static string MessageForbid {
@@ -151,6 +160,15 @@ namespace Timeline.Controllers { }
/// <summary>
+ /// Looks up a localized string similar to Operation succeeded..
+ /// </summary>
+ internal static string MessageOperationSucceeded {
+ get {
+ return ResourceManager.GetString("MessageOperationSucceeded", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The user specified by query param "relate" does not exist..
/// </summary>
internal static string MessageTimelineListQueryRelateNotExist {
|