summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Strings.Designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-29 08:44:43 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2008-08-29 08:44:43 -0700
commit67102dc426e7ca90095b6aa8bee4a60b31117e7c (patch)
tree40dccebe135bf556b38ffe522b8834ad2709888d /src/DotNetOpenId/Strings.Designer.cs
parent190ba46c2003e5e2b9dc764a4c4c50db31954301 (diff)
downloadDotNetOpenAuth-67102dc426e7ca90095b6aa8bee4a60b31117e7c.zip
DotNetOpenAuth-67102dc426e7ca90095b6aa8bee4a60b31117e7c.tar.gz
DotNetOpenAuth-67102dc426e7ca90095b6aa8bee4a60b31117e7c.tar.bz2
Added support for the Simple Registration extension to be seen in javascript for the ajax login control.
Diffstat (limited to 'src/DotNetOpenId/Strings.Designer.cs')
-rw-r--r--src/DotNetOpenId/Strings.Designer.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/DotNetOpenId/Strings.Designer.cs b/src/DotNetOpenId/Strings.Designer.cs
index 55b184d..fea5283 100644
--- a/src/DotNetOpenId/Strings.Designer.cs
+++ b/src/DotNetOpenId/Strings.Designer.cs
@@ -106,6 +106,24 @@ namespace DotNetOpenId {
}
/// <summary>
+ /// Looks up a localized string similar to An extension with this property name (&apos;{0}&apos;) has already been registered..
+ /// </summary>
+ internal static string ClientScriptExtensionPropertyNameCollision {
+ get {
+ return ResourceManager.GetString("ClientScriptExtensionPropertyNameCollision", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An extension with this extension type URI (&apos;{0}&apos;) has already been registered..
+ /// </summary>
+ internal static string ClientScriptExtensionTypeUriCollision {
+ get {
+ return ResourceManager.GetString("ClientScriptExtensionTypeUriCollision", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to An authentication request has already been created using CreateRequest()..
/// </summary>
internal static string CreateRequestAlreadyCalled {