Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs @ 145:e6e6bfb1da9e
En la edición de un evento (nuevo, propuesta, modificación), el ponente se selecciona desde un combo.
author | Nelo@Guinea.neluz.int |
---|---|
date | Mon, 01 Aug 2011 11:42:24 -0300 |
parents | a5ff4de4a1d3 |
children | 557c386fcecc |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Mon Aug 01 10:25:23 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Mon Aug 01 11:42:24 2011 -0300 @@ -61,6 +61,24 @@ } /// <summary> + /// Looks up a localized string similar to Correo electrónico. + /// </summary> + public static string EMail { + get { + return ResourceManager.GetString("EMail", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Correo electrónico de la persona para contactarse con ella. + /// </summary> + public static string EMailDescription { + get { + return ResourceManager.GetString("EMailDescription", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to debe ingresar la fecha del evento. /// </summary> public static string FechaRequired { @@ -70,6 +88,24 @@ } /// <summary> + /// Looks up a localized string similar to Nombre de la persona que identifica a esta persona entre todas. + /// </summary> + public static string NombreDescription { + get { + return ResourceManager.GetString("NombreDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Seleccione el ponente o responsable del evento. + /// </summary> + public static string PonenteDescription { + get { + return ResourceManager.GetString("PonenteDescription", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to debe ingresar el nombre del ponente. /// </summary> public static string PonenteRequired { @@ -124,6 +160,15 @@ } /// <summary> + /// Looks up a localized string similar to Cuenta de Twitter de la persona, con esta cuenta podrá autenticarse. + /// </summary> + public static string TwitterDescription { + get { + return ResourceManager.GetString("TwitterDescription", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Url de la invitación. /// </summary> public static string UrlInvitacion { @@ -133,6 +178,15 @@ } /// <summary> + /// Looks up a localized string similar to Ingrese la url de la cadena de mails donde se realizó la invitación para el evento. + /// </summary> + public static string UrlInvitacionDescription { + get { + return ResourceManager.GetString("UrlInvitacionDescription", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to la url ingresada no es válida. /// </summary> public static string UrlInvitacionUrl {