184 lines
7.2 KiB
C#
184 lines
7.2 KiB
C#
|
|
//------------------------------------------------------------------------------
|
|||
|
|
// <auto-generated>
|
|||
|
|
// This code was generated by a tool.
|
|||
|
|
// Runtime Version:2.0.50727.5448
|
|||
|
|
//
|
|||
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|||
|
|
// the code is regenerated.
|
|||
|
|
// </auto-generated>
|
|||
|
|
//------------------------------------------------------------------------------
|
|||
|
|
|
|||
|
|
namespace AyABL.RCS
|
|||
|
|
{
|
|||
|
|
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", "2.0.0.0")]
|
|||
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|||
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|||
|
|
public class MensajesAplicacion {
|
|||
|
|
|
|||
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|||
|
|
|
|||
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|||
|
|
|
|||
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|||
|
|
internal MensajesAplicacion() {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <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("AyABL.RCS.MensajesAplicacion", typeof(MensajesAplicacion).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 Se borro la información exitosamente.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string BorradoExitoso {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("BorradoExitoso", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Se presento un problema al tratar de eliminar la información.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string BorradoFallido {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("BorradoFallido", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Algunos datos seleccionados no pudieron ser eliminados, contienen información asociada a ellos.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string BorradoInterrumpido {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("BorradoInterrumpido", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Error de conexión, inténtelo de nuevo.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string ErrorConexion {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("ErrorConexion", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to No cuenta con los permisos necesarios para realizar la acción.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string FaltanPermisos {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("FaltanPermisos", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to La fecha ingresada no es valida.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string FechaErronea {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("FechaErronea", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Se guardaron los datos satisfactoriamente.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string GuardadoExitoso {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("GuardadoExitoso", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Se presento un problema al tratar de guardar la información.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string GuardadoFallido {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("GuardadoFallido", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to La fecha inicial debe ser menor o igual a la fecha final.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string RangoFechaErroneo {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("RangoFechaErroneo", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Su usuario se encuentra desactivado en el sistema.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string UsuarioDeshabilitado {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("UsuarioDeshabilitado", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
/// <summary>
|
|||
|
|
/// Looks up a localized string similar to Usted no tiene permisos para ingresar a este sistema.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string UsuarioInexistente {
|
|||
|
|
get {
|
|||
|
|
return ResourceManager.GetString("UsuarioInexistente", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// Busca una cadena traducida similar a Se dio un problema al refrescar los datos.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string RefrescarFallido
|
|||
|
|
{
|
|||
|
|
get
|
|||
|
|
{
|
|||
|
|
return ResourceManager.GetString("RefrescarFallido", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
/// <summary>
|
|||
|
|
/// Busca una cadena traducida similar a Se dio un problema mientras se realizaba la busqueda.
|
|||
|
|
/// </summary>
|
|||
|
|
public static string BusquedaFallido
|
|||
|
|
{
|
|||
|
|
get
|
|||
|
|
{
|
|||
|
|
return ResourceManager.GetString("BusquedaFallido", resourceCulture);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|