# HG changeset patch # User nelopauselli # Date 1312595803 10800 # Node ID fae2feae499e50dd357aaaf5dedc1c942c590650 # Parent 56f62516c172c17df2cfc9c760cf3412aa05b7e8 Usando DefaultEditor para Publicar EditorTemplate para TimeSpan diff -r 56f62516c172 -r fae2feae499e Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Fri Aug 05 22:05:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Fri Aug 05 22:56:43 2011 -0300 @@ -61,7 +61,7 @@ } /// - /// Busca una cadena traducida similar a Duración. + /// Looks up a localized string similar to Duración. /// public static string DuracionReal { get { @@ -70,7 +70,7 @@ } /// - /// Busca una cadena traducida similar a Tiempo que duró la presentación.. + /// Looks up a localized string similar to Tiempo que duró la presentación.. /// public static string DuracionRealDescription { get { @@ -115,7 +115,7 @@ } /// - /// Busca una cadena traducida similar a Nro. de Orden. + /// Looks up a localized string similar to Nro. de Orden. /// public static string NroOrden { get { @@ -124,7 +124,7 @@ } /// - /// Busca una cadena traducida similar a Un número consecutivo que identifica al evento en el tiempo.. + /// Looks up a localized string similar to Un número consecutivo que identifica al evento en el tiempo.. /// public static string NroOrdenDescription { get { @@ -133,6 +133,24 @@ } /// + /// Looks up a localized string similar to El valor debe ser entre {1} y {2}. + /// + public static string NroOrdenRange { + get { + return ResourceManager.GetString("NroOrdenRange", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Debe ingresar el número de orden del evento. + /// + public static string NroOrdenRequired { + get { + return ResourceManager.GetString("NroOrdenRequired", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Seleccione el ponente o responsable del evento. /// public static string PonenteDescription { @@ -232,7 +250,7 @@ } /// - /// Busca una cadena traducida similar a Url de la Wiki. + /// Looks up a localized string similar to Url de la Wiki. /// public static string UrlWiki { get { @@ -241,7 +259,7 @@ } /// - /// Busca una cadena traducida similar a La url donde se publica la presentación.. + /// Looks up a localized string similar to La url donde se publica la presentación.. /// public static string UrlWikiDescription { get { diff -r 56f62516c172 -r fae2feae499e Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Fri Aug 05 22:05:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Fri Aug 05 22:56:43 2011 -0300 @@ -141,6 +141,12 @@ Un número consecutivo que identifica al evento en el tiempo. + + El valor debe ser entre {1} y {2} + + + Debe ingresar el número de orden del evento + Seleccione el ponente o responsable del evento diff -r 56f62516c172 -r fae2feae499e Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs --- a/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs Fri Aug 05 22:05:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs Fri Aug 05 22:56:43 2011 -0300 @@ -151,6 +151,24 @@ } /// + /// Looks up a localized string similar to Complete los siguientes datos para la publicación. + /// + public static string EventoPublicarModelDescription { + get { + return ResourceManager.GetString("EventoPublicarModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Publicar evento. + /// + public static string EventoPublicarModelTitle { + get { + return ResourceManager.GetString("EventoPublicarModelTitle", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Modifique los datos que desea corregir y presione guardar. /// public static string PersonaEditModelDescription { diff -r 56f62516c172 -r fae2feae499e Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx --- a/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx Fri Aug 05 22:05:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx Fri Aug 05 22:56:43 2011 -0300 @@ -147,6 +147,12 @@ Nuevo evento + + Complete los siguientes datos para la publicación + + + Publicar evento + Modifique los datos que desea corregir y presione guardar diff -r 56f62516c172 -r fae2feae499e Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj --- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Fri Aug 05 22:05:19 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Fri Aug 05 22:56:43 2011 -0300 @@ -220,9 +220,11 @@ - + + +