summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Strings.Designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-29 16:57:20 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-08-29 16:57:20 -0700
commit7232aaceb87d34e4538354c840adb46afd07bfc7 (patch)
treeda40c60963c3e4bbcffbef7459d64b8d9f3eb681 /src/DotNetOpenId/Strings.Designer.cs
parente0101d0c3f578b2e12e96c03740102634aa96289 (diff)
downloadDotNetOpenAuth-7232aaceb87d34e4538354c840adb46afd07bfc7.zip
DotNetOpenAuth-7232aaceb87d34e4538354c840adb46afd07bfc7.tar.gz
DotNetOpenAuth-7232aaceb87d34e4538354c840adb46afd07bfc7.tar.bz2
Touching up API and documentation.
Diffstat (limited to 'src/DotNetOpenId/Strings.Designer.cs')
-rw-r--r--src/DotNetOpenId/Strings.Designer.cs15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/DotNetOpenId/Strings.Designer.cs b/src/DotNetOpenId/Strings.Designer.cs
index fea5283..b53412c 100644
--- a/src/DotNetOpenId/Strings.Designer.cs
+++ b/src/DotNetOpenId/Strings.Designer.cs
@@ -88,6 +88,15 @@ namespace DotNetOpenId {
}
/// <summary>
+ /// Looks up a localized string similar to A Simple Registration request must be deserialized before CreateResponse can be called..
+ /// </summary>
+ internal static string CallDeserializeBeforeCreateResponse {
+ get {
+ return ResourceManager.GetString("CallDeserializeBeforeCreateResponse", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to XRI CanonicalID verification failed..
/// </summary>
internal static string CIDVerificationFailed {
@@ -115,11 +124,11 @@ namespace DotNetOpenId {
}
/// <summary>
- /// Looks up a localized string similar to An extension with this extension type URI (&apos;{0}&apos;) has already been registered..
+ /// Looks up a localized string similar to The extension &apos;{0}&apos; has already been registered..
/// </summary>
- internal static string ClientScriptExtensionTypeUriCollision {
+ internal static string ClientScriptExtensionTypeCollision {
get {
- return ResourceManager.GetString("ClientScriptExtensionTypeUriCollision", resourceCulture);
+ return ResourceManager.GetString("ClientScriptExtensionTypeCollision", resourceCulture);
}
}