diff Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs @ 202:a731086c0b28

Se soluciona ticket 174. Además se agrega detalle del campo Hora y Duración cuando son obligatorios en Resources.
author alabra
date Sat, 20 Aug 2011 18:40:36 -0400
parents 2d02adb79322
children 6944c54f834f
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs	Sat Aug 20 17:47:21 2011 -0400
+++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs	Sat Aug 20 18:40:36 2011 -0400
@@ -88,6 +88,15 @@
         }
         
         /// <summary>
+        ///   Looks up a localized string similar to debe ingresar la Duración del evento.
+        /// </summary>
+        public static string DuracionRequired {
+            get {
+                return ResourceManager.GetString("DuracionRequired", resourceCulture);
+            }
+        }
+        
+        /// <summary>
         ///   Looks up a localized string similar to Correo electrónico.
         /// </summary>
         public static string EMail {
@@ -124,6 +133,15 @@
         }
         
         /// <summary>
+        ///   Looks up a localized string similar to debe ingresar la Hora del evento.
+        /// </summary>
+        public static string HoraRequired {
+            get {
+                return ResourceManager.GetString("HoraRequired", resourceCulture);
+            }
+        }
+        
+        /// <summary>
         ///   Looks up a localized string similar to Nombre de la persona que identifica a esta persona entre todas.
         /// </summary>
         public static string NombreDescription {