summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/MessagingStrings.resx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-18 22:54:10 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-18 22:54:10 -0700
commit4b6f60f351b8520e3824ee80dc0066f1c69c29b4 (patch)
treeb541a53615096c49d2f4988e68622a10b50ff412 /src/DotNetOAuth/Messaging/MessagingStrings.resx
parent11615a19bad90741c7a755eaf741b8683992c9ff (diff)
downloadDotNetOpenAuth-4b6f60f351b8520e3824ee80dc0066f1c69c29b4.zip
DotNetOpenAuth-4b6f60f351b8520e3824ee80dc0066f1c69c29b4.tar.gz
DotNetOpenAuth-4b6f60f351b8520e3824ee80dc0066f1c69c29b4.tar.bz2
All tests passing, with more work done.
Diffstat (limited to 'src/DotNetOAuth/Messaging/MessagingStrings.resx')
-rw-r--r--src/DotNetOAuth/Messaging/MessagingStrings.resx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOAuth/Messaging/MessagingStrings.resx b/src/DotNetOAuth/Messaging/MessagingStrings.resx
index b6b98d1..bdbd212 100644
--- a/src/DotNetOAuth/Messaging/MessagingStrings.resx
+++ b/src/DotNetOAuth/Messaging/MessagingStrings.resx
@@ -162,6 +162,9 @@
<data name="ReplayProtectionNotSupported" xml:space="preserve">
<value>This channel does not support replay protection.</value>
</data>
+ <data name="RequiredParametersMissing" xml:space="preserve">
+ <value>The following required parameters were missing from the {0} message: {1}</value>
+ </data>
<data name="RequiredProtectionMissing" xml:space="preserve">
<value>The binding element offering the {0} protection requires other protection that is not provided.</value>
</data>