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
commitc3c9618c8493349fb3d6464d69359f7be6e8ce24 (patch)
tree16c0dc235cfba2ec1fa17e3cb3bfbbead348cb3e /Timeline/Resources/Services/TimelineService.resx
parent540baa40d0d32d87fbba0ad351ff534fd43f2749 (diff)
downloadtimeline-c3c9618c8493349fb3d6464d69359f7be6e8ce24.tar.gz
timeline-c3c9618c8493349fb3d6464d69359f7be6e8ce24.tar.bz2
timeline-c3c9618c8493349fb3d6464d69359f7be6e8ce24.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