summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Strings.Designer.cs
diff options
context:
space:
mode:
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 {