Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Resources/Properties/LayoutResources.Designer.cs @ 155:23aaf98b8377
Generalizando editores en EditorDefault basando los textos en recursos
author | Nelo@Guinea.neluz.int |
---|---|
date | Wed, 03 Aug 2011 09:38:23 -0300 |
parents | |
children | fae2feae499e |
line wrap: on
line diff
--- /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 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// 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. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace AltNetHispano.Agendas.Resources.Properties { + using System; + + + /// <summary> + /// A strongly-typed resource class, for looking up localized strings, etc. + /// </summary> + // 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() { + } + + /// <summary> + /// Returns the cached ResourceManager instance used by this class. + /// </summary> + [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; + } + } + + /// <summary> + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// </summary> + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// <summary> + /// Looks up a localized string similar to Cancelar. + /// </summary> + public static string CancelButton { + get { + return ResourceManager.GetString("CancelButton", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Complete los datos del evento a agendar. + /// </summary> + public static string EventoAgendarModelDescription { + get { + return ResourceManager.GetString("EventoAgendarModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to datos del evento. + /// </summary> + public static string EventoAgendarModelLegend { + get { + return ResourceManager.GetString("EventoAgendarModelLegend", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Agendar evento. + /// </summary> + public static string EventoAgendarModelTitle { + get { + return ResourceManager.GetString("EventoAgendarModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Cambie los datos que desea y presione el botón guardar. + /// </summary> + public static string EventoEditModelDescription { + get { + return ResourceManager.GetString("EventoEditModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to datos del evento. + /// </summary> + public static string EventoEditModelLegend { + get { + return ResourceManager.GetString("EventoEditModelLegend", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Modificar evento. + /// </summary> + public static string EventoEditModelTitle { + get { + return ResourceManager.GetString("EventoEditModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Ingrese los datos del nuevo evento. + /// </summary> + public static string EventoNewModelDescription { + get { + return ResourceManager.GetString("EventoNewModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to datos del evento. + /// </summary> + public static string EventoNewModelLegend { + get { + return ResourceManager.GetString("EventoNewModelLegend", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Nuevo evento. + /// </summary> + public static string EventoNewModelTitle { + get { + return ResourceManager.GetString("EventoNewModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Modifique los datos que desea corregir y presione guardar. + /// </summary> + public static string PersonaEditModelDescription { + get { + return ResourceManager.GetString("PersonaEditModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Personas. + /// </summary> + public static string PersonaEditModelTitle { + get { + return ResourceManager.GetString("PersonaEditModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Complete los siguiente datos para registrar una nueva persona. + /// </summary> + public static string PersonaNewModelDescription { + get { + return ResourceManager.GetString("PersonaNewModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Personas. + /// </summary> + public static string PersonaNewModelTitle { + get { + return ResourceManager.GetString("PersonaNewModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Ingrese los datos del evento a proponer. + /// </summary> + public static string PropuestaNewModelDescription { + get { + return ResourceManager.GetString("PropuestaNewModelDescription", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Proponer evento. + /// </summary> + public static string PropuestaNewModelTitle { + get { + return ResourceManager.GetString("PropuestaNewModelTitle", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Guardar. + /// </summary> + public static string SaveButton { + get { + return ResourceManager.GetString("SaveButton", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Los datos ingresados no son validos, por favor verifíquelos. + /// </summary> + public static string ValidationSummaryDefault { + get { + return ResourceManager.GetString("ValidationSummaryDefault", resourceCulture); + } + } + } +}