diff options
author | crupest <crupest@outlook.com> | 2020-02-02 14:35:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-02 14:35:30 +0800 |
commit | cb18564275735da0614be39371e2e3e7f5467e88 (patch) | |
tree | 06388f533584b06a185c5908603423af158f671a /Timeline/Resources/Services/TimelineService.resx | |
parent | 9e84b1e9ad1f2a45cd3e09759c69989fdc588c3d (diff) | |
download | timeline-cb18564275735da0614be39371e2e3e7f5467e88.tar.gz timeline-cb18564275735da0614be39371e2e3e7f5467e88.tar.bz2 timeline-cb18564275735da0614be39371e2e3e7f5467e88.zip |
Add timeline service.
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.resx')
-rw-r--r-- | Timeline/Resources/Services/TimelineService.resx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.resx b/Timeline/Resources/Services/TimelineService.resx index 0429a2f8..e0d76c9a 100644 --- a/Timeline/Resources/Services/TimelineService.resx +++ b/Timeline/Resources/Services/TimelineService.resx @@ -123,4 +123,10 @@ <data name="ExceptionFindTimelineUsernameBadFormat" xml:space="preserve">
<value>The owner username of personal timeline is of bad format.</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>
</root>
\ No newline at end of file |