summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs b/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs
index 3ad2bdd..2fe273f 100644
--- a/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs
+++ b/src/DotNetOpenAuth.Core/Messaging/MessagingStrings.Designer.cs
@@ -295,6 +295,15 @@ namespace DotNetOpenAuth.Messaging {
}
/// <summary>
+ /// Looks up a localized string similar to Message too large for a HTTP GET, and HTTP POST is not allowed for this message type..
+ /// </summary>
+ internal static string MessageExceedsGetSizePostNotAllowed {
+ get {
+ return ResourceManager.GetString("MessageExceedsGetSizePostNotAllowed", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The {0} message does not support extensions..
/// </summary>
internal static string MessageNotExtensible {
@@ -349,6 +358,15 @@ namespace DotNetOpenAuth.Messaging {
}
/// <summary>
+ /// Looks up a localized string similar to Missing decryption key for bucket &quot;{0}&quot; handle &quot;{1}&quot;.
+ /// </summary>
+ internal static string MissingDecryptionKeyForHandle {
+ get {
+ return ResourceManager.GetString("MissingDecryptionKeyForHandle", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to A non-empty string was expected..
/// </summary>
internal static string NonEmptyStringExpected {
@@ -520,6 +538,15 @@ namespace DotNetOpenAuth.Messaging {
}
/// <summary>
+ /// Looks up a localized string similar to Unexpected buffer length..
+ /// </summary>
+ internal static string UnexpectedBufferLength {
+ get {
+ return ResourceManager.GetString("UnexpectedBufferLength", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The array must not be empty..
/// </summary>
internal static string UnexpectedEmptyArray {