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 549033e..cf6f6af 100644 --- a/src/DotNetOpenId/Strings.Designer.cs +++ b/src/DotNetOpenId/Strings.Designer.cs @@ -61,6 +61,24 @@ namespace DotNetOpenId { }
/// <summary>
+ /// Looks up a localized string similar to An attribute with type URI '{0}' has already been added..
+ /// </summary>
+ internal static string AttributeAlreadyAdded {
+ get {
+ return ResourceManager.GetString("AttributeAlreadyAdded", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Only {0} values for attribute '{1}' were requested, but {2} were supplied..
+ /// </summary>
+ internal static string AttributeTooManyValues {
+ get {
+ return ResourceManager.GetString("AttributeTooManyValues", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The private data supplied does not meet the requirements of any known Association type. Its length may be too short, or it may have been corrupted..
/// </summary>
internal static string BadAssociationPrivateData {
|