diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-04 21:02:12 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-04 21:02:12 +0800 |
commit | 83cee23d8091c99bddbecdee2b9003794480b079 (patch) | |
tree | 3adcbc9e73cf98d6ee2ae0566ad0578b351edb5e /Timeline/Resources/Services/Exception.Designer.cs | |
parent | 27719fa2a00e041cdb957182812508464d19a9d7 (diff) | |
download | timeline-83cee23d8091c99bddbecdee2b9003794480b079.tar.gz timeline-83cee23d8091c99bddbecdee2b9003794480b079.tar.bz2 timeline-83cee23d8091c99bddbecdee2b9003794480b079.zip |
Complete designing timeline service though there may be many bugs in the design.
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/Exception.Designer.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs index a5785cb6..1f6493cb 100644 --- a/Timeline/Resources/Services/Exception.Designer.cs +++ b/Timeline/Resources/Services/Exception.Designer.cs @@ -268,6 +268,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to The timeline with that name already exists..
+ /// </summary>
+ internal static string TimelineAlreadyExistException {
+ get {
+ return ResourceManager.GetString("TimelineAlreadyExistException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to An exception happened when add or remove member on timeline..
/// </summary>
internal static string TimelineMemberOperationException {
@@ -304,6 +313,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to The use is not a member of the timeline..
+ /// </summary>
+ internal static string TimelineUserNotMemberException {
+ get {
+ return ResourceManager.GetString("TimelineUserNotMemberException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The username is of bad format..
/// </summary>
internal static string UsernameBadFormatException {
|