diff options
Diffstat (limited to 'src/DotNetOpenId/Strings.Designer.cs')
-rw-r--r-- | src/DotNetOpenId/Strings.Designer.cs | 18 |
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 ('{0}') 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 ('{0}') 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 {
|