# HG changeset patch # User juanjose.montesdeocaarbos # Date 1319026760 10800 # Node ID 730b80afa70d8305def4aed4fda4a1e473b42192 # Parent 12d72efb43ca39b8098c560f635fd2042e5810a2 Ticket #191: Perfil de Usuarios diff -r 12d72efb43ca -r 730b80afa70d Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs --- a/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs Tue Oct 18 07:26:59 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs Wed Oct 19 09:19:20 2011 -0300 @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // Este código fue generado por una herramienta. -// Versión de runtime:4.0.30319.235 +// Versión de runtime:4.0.30319.239 // // Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si // se vuelve a generar el código. @@ -205,6 +205,33 @@ } /// + /// Busca una cadena traducida similar a Datos de la persona. + /// + public static string PersonaViewModelDescription { + get { + return ResourceManager.GetString("PersonaViewModelDescription", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Datos de la persona. + /// + public static string PersonaViewModelLegend { + get { + return ResourceManager.GetString("PersonaViewModelLegend", resourceCulture); + } + } + + /// + /// Busca una cadena traducida similar a Personas. + /// + public static string PersonaViewModelTitle { + get { + return ResourceManager.GetString("PersonaViewModelTitle", resourceCulture); + } + } + + /// /// Busca una cadena traducida similar a Ingrese los datos del evento a proponer. /// public static string PropuestaNewModelDescription { @@ -223,6 +250,15 @@ } /// + /// Busca una cadena traducida similar a Volver. + /// + public static string ReturnButton { + get { + return ResourceManager.GetString("ReturnButton", resourceCulture); + } + } + + /// /// Busca una cadena traducida similar a Guardar. /// public static string SaveButton { diff -r 12d72efb43ca -r 730b80afa70d Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx --- a/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx Tue Oct 18 07:26:59 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx Wed Oct 19 09:19:20 2011 -0300 @@ -177,4 +177,16 @@ Los datos ingresados no son validos, por favor verifíquelos + + Volver + + + Datos de la persona + + + Personas + + + Datos de la persona + \ No newline at end of file diff -r 12d72efb43ca -r 730b80afa70d Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj --- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Tue Oct 18 07:26:59 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Wed Oct 19 09:19:20 2011 -0300 @@ -246,6 +246,9 @@ + + + + + +} \ No newline at end of file