diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-29 16:57:20 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2008-08-29 16:57:20 -0700 |
commit | 7232aaceb87d34e4538354c840adb46afd07bfc7 (patch) | |
tree | da40c60963c3e4bbcffbef7459d64b8d9f3eb681 /src/DotNetOpenId/Strings.Designer.cs | |
parent | e0101d0c3f578b2e12e96c03740102634aa96289 (diff) | |
download | DotNetOpenAuth-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.cs | 15 |
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 ('{0}') has already been registered..
+ /// Looks up a localized string similar to The extension '{0}' has already been registered..
/// </summary>
- internal static string ClientScriptExtensionTypeUriCollision {
+ internal static string ClientScriptExtensionTypeCollision {
get {
- return ResourceManager.GetString("ClientScriptExtensionTypeUriCollision", resourceCulture);
+ return ResourceManager.GetString("ClientScriptExtensionTypeCollision", resourceCulture);
}
}
|