Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs @ 88:05f5f7307957
agregado de Agendas.Web\packages.config en install packages.bat
author | jorge.rowies |
---|---|
date | Tue, 31 May 2011 16:12:58 -0300 |
parents | 7e9ffde4022d |
children | a5ff4de4a1d3 |
line wrap: on
line source
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.225 // // 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 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 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 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 Url de la invitación. /// </summary> public static string UrlInvitacion { get { return ResourceManager.GetString("UrlInvitacion", 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); } } } }