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.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/DotNetOpenId/Strings.Designer.cs b/src/DotNetOpenId/Strings.Designer.cs
index 0af791f..33586a8 100644
--- a/src/DotNetOpenId/Strings.Designer.cs
+++ b/src/DotNetOpenId/Strings.Designer.cs
@@ -614,6 +614,15 @@ namespace DotNetOpenId {
}
/// <summary>
+ /// Looks up a localized string similar to Invalid birthdate value. Must be in the form yyyy-MM-dd..
+ /// </summary>
+ internal static string SregInvalidBirthdate {
+ get {
+ return ResourceManager.GetString("SregInvalidBirthdate", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The &apos;{0}&apos; parameter was expected to have the value &apos;{1}&apos; but had &apos;{2}&apos; instead..
/// </summary>
internal static string TamperingDetected {