mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Handle a few more errors and update a few packages
This commit is contained in:
18
Application/Properties/Resources.Designer.cs
generated
18
Application/Properties/Resources.Designer.cs
generated
@@ -840,6 +840,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Temporarily unavailable.
|
||||
/// </summary>
|
||||
public static string FeedReadResult_TemporarilyUnavailable {
|
||||
get {
|
||||
return ResourceManager.GetString("FeedReadResult_TemporarilyUnavailable", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Timeout.
|
||||
/// </summary>
|
||||
@@ -849,6 +858,15 @@ namespace FeedCenter.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Too many requests.
|
||||
/// </summary>
|
||||
public static string FeedReadResult_TooManyRequests {
|
||||
get {
|
||||
return ResourceManager.GetString("FeedReadResult_TooManyRequests", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Not authorized.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user