summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Strings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOAuth/Strings.Designer.cs')
-rw-r--r--src/DotNetOAuth/Strings.Designer.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/DotNetOAuth/Strings.Designer.cs b/src/DotNetOAuth/Strings.Designer.cs
index 75ae01c..54cdc9e 100644
--- a/src/DotNetOAuth/Strings.Designer.cs
+++ b/src/DotNetOAuth/Strings.Designer.cs
@@ -79,6 +79,15 @@ namespace DotNetOAuth {
}
/// <summary>
+ /// Looks up a localized string similar to Failure looking up secret for consumer or token..
+ /// </summary>
+ internal static string ConsumerOrTokenSecretNotFound {
+ get {
+ return ResourceManager.GetString("ConsumerOrTokenSecretNotFound", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to An invalid OAuth message received and discarded..
/// </summary>
internal static string InvalidIncomingMessage {
@@ -97,6 +106,15 @@ namespace DotNetOAuth {
}
/// <summary>
+ /// Looks up a localized string similar to The signing element already has been associated with a channel..
+ /// </summary>
+ internal static string SigningElementAlreadyAssociatedWithChannel {
+ get {
+ return ResourceManager.GetString("SigningElementAlreadyAssociatedWithChannel", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to All signing elements must offer the same message protection..
/// </summary>
internal static string SigningElementsMustShareSameProtection {