aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-07 23:58:21 +0800
committercrupest <crupest@outlook.com>2020-03-07 23:58:21 +0800
commit540baa40d0d32d87fbba0ad351ff534fd43f2749 (patch)
treebe6364087386d56c00b1e482e656559edd60afd1 /Timeline/Resources
parent6488df7d9e7b1c3cc9fbceb0fa25a9770988a7ca (diff)
downloadtimeline-540baa40d0d32d87fbba0ad351ff534fd43f2749.tar.gz
timeline-540baa40d0d32d87fbba0ad351ff534fd43f2749.tar.bz2
timeline-540baa40d0d32d87fbba0ad351ff534fd43f2749.zip
...
Diffstat (limited to 'Timeline/Resources')
-rw-r--r--Timeline/Resources/Services/TimelineService.Designer.cs9
-rw-r--r--Timeline/Resources/Services/TimelineService.resx3
2 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.Designer.cs b/Timeline/Resources/Services/TimelineService.Designer.cs
index 3ee5959f..f4d41fb8 100644
--- a/Timeline/Resources/Services/TimelineService.Designer.cs
+++ b/Timeline/Resources/Services/TimelineService.Designer.cs
@@ -70,6 +70,15 @@ namespace Timeline.Resources.Services {
}
/// <summary>
+ /// Looks up a localized string similar to Unknown post content type &quot;{0}&quot; is saved in database..
+ /// </summary>
+ internal static string ExceptionDatabaseUnknownContentType {
+ get {
+ return ResourceManager.GetString("ExceptionDatabaseUnknownContentType", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The owner username of personal timeline is of bad format..
/// </summary>
internal static string ExceptionFindTimelineUsernameBadFormat {
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>