# HG changeset patch # User Nelo@Guinea.neluz.int # Date 1312375103 10800 # Node ID 23aaf98b83772461b6bf1278bace169b78998cdc # Parent 2233039ac2ebc3eb7f311d390a01ca88e371550e Generalizando editores en EditorDefault basando los textos en recursos diff -r 2233039ac2eb -r 23aaf98b8377 Agendas/trunk/src/Agendas.Resources/Agendas.Resources.csproj --- a/Agendas/trunk/src/Agendas.Resources/Agendas.Resources.csproj Wed Aug 03 01:02:42 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Agendas.Resources.csproj Wed Aug 03 09:38:23 2011 -0300 @@ -41,6 +41,11 @@ + + LayoutResources.resx + True + True + True True @@ -48,6 +53,10 @@ + + PublicResXFileCodeGenerator + LayoutResources.Designer.cs + PublicResXFileCodeGenerator DataAnnotationResources.Designer.cs diff -r 2233039ac2eb -r 23aaf98b8377 Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs Wed Aug 03 09:38:23 2011 -0300 @@ -0,0 +1,225 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.235 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace AltNetHispano.Agendas.Resources.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class LayoutResources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal LayoutResources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AltNetHispano.Agendas.Resources.Properties.LayoutResources", typeof(LayoutResources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Cancelar. + /// + public static string CancelButton { + get { + return ResourceManager.GetString("CancelButton", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Complete los datos del evento a agendar. + /// + public static string EventoAgendarModelDescription { + get { + return ResourceManager.GetString("EventoAgendarModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to datos del evento. + /// + public static string EventoAgendarModelLegend { + get { + return ResourceManager.GetString("EventoAgendarModelLegend", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Agendar evento. + /// + public static string EventoAgendarModelTitle { + get { + return ResourceManager.GetString("EventoAgendarModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cambie los datos que desea y presione el botón guardar. + /// + public static string EventoEditModelDescription { + get { + return ResourceManager.GetString("EventoEditModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to datos del evento. + /// + public static string EventoEditModelLegend { + get { + return ResourceManager.GetString("EventoEditModelLegend", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Modificar evento. + /// + public static string EventoEditModelTitle { + get { + return ResourceManager.GetString("EventoEditModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ingrese los datos del nuevo evento. + /// + public static string EventoNewModelDescription { + get { + return ResourceManager.GetString("EventoNewModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to datos del evento. + /// + public static string EventoNewModelLegend { + get { + return ResourceManager.GetString("EventoNewModelLegend", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Nuevo evento. + /// + public static string EventoNewModelTitle { + get { + return ResourceManager.GetString("EventoNewModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Modifique los datos que desea corregir y presione guardar. + /// + public static string PersonaEditModelDescription { + get { + return ResourceManager.GetString("PersonaEditModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Personas. + /// + public static string PersonaEditModelTitle { + get { + return ResourceManager.GetString("PersonaEditModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Complete los siguiente datos para registrar una nueva persona. + /// + public static string PersonaNewModelDescription { + get { + return ResourceManager.GetString("PersonaNewModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Personas. + /// + public static string PersonaNewModelTitle { + get { + return ResourceManager.GetString("PersonaNewModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ingrese los datos del evento a proponer. + /// + public static string PropuestaNewModelDescription { + get { + return ResourceManager.GetString("PropuestaNewModelDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proponer evento. + /// + public static string PropuestaNewModelTitle { + get { + return ResourceManager.GetString("PropuestaNewModelTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Guardar. + /// + public static string SaveButton { + get { + return ResourceManager.GetString("SaveButton", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Los datos ingresados no son validos, por favor verifíquelos. + /// + public static string ValidationSummaryDefault { + get { + return ResourceManager.GetString("ValidationSummaryDefault", resourceCulture); + } + } + } +} diff -r 2233039ac2eb -r 23aaf98b8377 Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.resx Wed Aug 03 09:38:23 2011 -0300 @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Cancelar + + + Complete los datos del evento a agendar + + + datos del evento + + + Agendar evento + + + Cambie los datos que desea y presione el botón guardar + + + datos del evento + + + Modificar evento + + + Ingrese los datos del nuevo evento + + + datos del evento + + + Nuevo evento + + + Modifique los datos que desea corregir y presione guardar + + + Personas + + + Complete los siguiente datos para registrar una nueva persona + + + Personas + + + Ingrese los datos del evento a proponer + + + Proponer evento + + + Guardar + + + Los datos ingresados no son validos, por favor verifíquelos + + \ No newline at end of file diff -r 2233039ac2eb -r 23aaf98b8377 Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj --- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Wed Aug 03 01:02:42 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Wed Aug 03 09:38:23 2011 -0300 @@ -69,6 +69,7 @@ + Global.asax @@ -154,12 +155,7 @@ - - - - - @@ -198,9 +194,6 @@ - - - @@ -210,17 +203,14 @@ - - - - - - + + +