diff options
author | crupest <crupest@outlook.com> | 2020-03-07 23:58:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-07 23:58:21 +0800 |
commit | 40df655a8d9b85a7f08ab221d5f85aaa20d7272e (patch) | |
tree | be6364087386d56c00b1e482e656559edd60afd1 /Timeline/Resources/Services/TimelineService.resx | |
parent | b686b383022e6d9db2bd61ad441be753cae3dbcf (diff) | |
download | timeline-40df655a8d9b85a7f08ab221d5f85aaa20d7272e.tar.gz timeline-40df655a8d9b85a7f08ab221d5f85aaa20d7272e.tar.bz2 timeline-40df655a8d9b85a7f08ab221d5f85aaa20d7272e.zip |
...
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.resx')
-rw-r--r-- | Timeline/Resources/Services/TimelineService.resx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.resx b/Timeline/Resources/Services/TimelineService.resx index e0d76c9a..7df55fdf 100644 --- a/Timeline/Resources/Services/TimelineService.resx +++ b/Timeline/Resources/Services/TimelineService.resx @@ -120,6 +120,9 @@ <data name="ExceptionChangeMemberUsernameBadFormat" xml:space="preserve">
<value>The number {0} username is invalid.</value>
</data>
+ <data name="ExceptionDatabaseUnknownContentType" xml:space="preserve">
+ <value>Unknown post content type "{0}" is saved in database.</value>
+ </data>
<data name="ExceptionFindTimelineUsernameBadFormat" xml:space="preserve">
<value>The owner username of personal timeline is of bad format.</value>
</data>
|