view Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs @ 202:a731086c0b28

Se soluciona ticket 174. Además se agrega detalle del campo Hora y Duración cuando son obligatorios en Resources.
author alabra
date Sat, 20 Aug 2011 18:40:36 -0400
parents 2d02adb79322
children 6944c54f834f
line wrap: on
line source

//------------------------------------------------------------------------------
// <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 DataAnnotationResources {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal DataAnnotationResources() {
        }
        
        /// <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.DataAnnotationResources", typeof(DataAnnotationResources).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 Duración.
        /// </summary>
        public static string Duracion {
            get {
                return ResourceManager.GetString("Duracion", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Duración.
        /// </summary>
        public static string DuracionReal {
            get {
                return ResourceManager.GetString("DuracionReal", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tiempo que duró la presentación..
        /// </summary>
        public static string DuracionRealDescription {
            get {
                return ResourceManager.GetString("DuracionRealDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to debe ingresar la Duración del evento.
        /// </summary>
        public static string DuracionRequired {
            get {
                return ResourceManager.GetString("DuracionRequired", resourceCulture);
            }
        }
        
        /// <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 {
            get {
                return ResourceManager.GetString("FechaRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Hora (GMT +0).
        /// </summary>
        public static string Hora {
            get {
                return ResourceManager.GetString("Hora", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to debe ingresar la Hora del evento.
        /// </summary>
        public static string HoraRequired {
            get {
                return ResourceManager.GetString("HoraRequired", resourceCulture);
            }
        }
        
        /// <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 Nro. de Orden.
        /// </summary>
        public static string NroOrden {
            get {
                return ResourceManager.GetString("NroOrden", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Un número consecutivo que identifica al evento en el tiempo..
        /// </summary>
        public static string NroOrdenDescription {
            get {
                return ResourceManager.GetString("NroOrdenDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to El valor debe ser entre {1} y {2}.
        /// </summary>
        public static string NroOrdenRange {
            get {
                return ResourceManager.GetString("NroOrdenRange", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Debe ingresar el número de orden del evento.
        /// </summary>
        public static string NroOrdenRequired {
            get {
                return ResourceManager.GetString("NroOrdenRequired", 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 {
            get {
                return ResourceManager.GetString("PonenteRequired", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Tipo de evento.
        /// </summary>
        public static string TipoEvento {
            get {
                return ResourceManager.GetString("TipoEvento", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Define las características que tendrá el evento como objetivo, dinámica del evento, etc..
        /// </summary>
        public static string TipoEventoDescription {
            get {
                return ResourceManager.GetString("TipoEventoDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Título.
        /// </summary>
        public static string Titulo {
            get {
                return ResourceManager.GetString("Titulo", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Título del evento, el mismo lo identifica entre todos los eventos.
        /// </summary>
        public static string TituloDescription {
            get {
                return ResourceManager.GetString("TituloDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to debe ingresar el título.
        /// </summary>
        public static string TituloRequired {
            get {
                return ResourceManager.GetString("TituloRequired", resourceCulture);
            }
        }
        
        /// <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 {
            get {
                return ResourceManager.GetString("UrlInvitacion", resourceCulture);
            }
        }
        
        /// <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 {
            get {
                return ResourceManager.GetString("UrlInvitacionUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Url de la Wiki.
        /// </summary>
        public static string UrlWiki {
            get {
                return ResourceManager.GetString("UrlWiki", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to La url donde se publica la presentación..
        /// </summary>
        public static string UrlWikiDescription {
            get {
                return ResourceManager.GetString("UrlWikiDescription", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to La url ingresada no es válida.
        /// </summary>
        public static string UrlWikiUrl {
            get {
                return ResourceManager.GetString("UrlWikiUrl", resourceCulture);
            }
        }
    }
}