aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/TimelineService.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-09 00:21:28 +0800
committercrupest <crupest@outlook.com>2020-03-09 00:21:28 +0800
commit893ed4eee63997f2d91d6715d4355d9f767b2c40 (patch)
tree16c0dc235cfba2ec1fa17e3cb3bfbbead348cb3e /Timeline/Resources/Services/TimelineService.resx
parent40df655a8d9b85a7f08ab221d5f85aaa20d7272e (diff)
downloadtimeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.tar.gz
timeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.tar.bz2
timeline-893ed4eee63997f2d91d6715d4355d9f767b2c40.zip
...
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.resx')
-rw-r--r--Timeline/Resources/Services/TimelineService.resx9
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.resx b/Timeline/Resources/Services/TimelineService.resx
index 7df55fdf..97269943 100644
--- a/Timeline/Resources/Services/TimelineService.resx
+++ b/Timeline/Resources/Services/TimelineService.resx
@@ -126,10 +126,19 @@
<data name="ExceptionFindTimelineUsernameBadFormat" xml:space="preserve">
<value>The owner username of personal timeline is of bad format.</value>
</data>
+ <data name="ExceptionGetDataDataEntryNotExist" xml:space="preserve">
+ <value>The data entry of the tag of the image post does not exist.</value>
+ </data>
+ <data name="ExceptionGetDataNonImagePost" xml:space="preserve">
+ <value>Can't get data of a non-image post.</value>
+ </data>
<data name="ExceptionTimelineNameBadFormat" xml:space="preserve">
<value>The timeline name is of bad format because {0}.</value>
</data>
<data name="ExceptionTimelineNameConflict" xml:space="preserve">
<value>The timeline with given name already exists.</value>
</data>
+ <data name="LogGetDataNoFormat" xml:space="preserve">
+ <value>Image format type of the post does not exist in column "extra_content". Normally this couldn't be possible because it should be saved when post was created. However, we now re-detect the format and save it.</value>
+ </data>
</root> \ No newline at end of file