﻿// Texto 
msgText = "You have to write a text"; 
msgTextoInicial = "You have to write a text"; 
// Texto personalizado
msgTextoNombre = "It is mandatory to name"; 
msgTextoDescripcion = "It is imperative to a description";
msgTextoDireccion = "It is imperative to address";  
msgTextoPais = "It is mandatory to select a country"; 
msgTextoPoblacion = "It is imperative to a population";
msgTextoProvincia = "It is imperative to a province"; 
msgTextoTelefono = "It is imperative to a telephone";
msgTextoTitulo = "It is mandatory to put a title"; 
// Combo
msgCombo="Es obligatorio seleccionar uno"; //
msgComboInicial="Es obligatorio seleccionar uno"; //
// Combo personalizado
msgComboCobertura = "It is mandatory to select a coverage";
msgComboFamilia = "It is mandatory to select a category";
msgComboPais = "It is mandatory to select a country"; 
msgComboTipo = "Es obligatorio seleccionar un tipo de anuncio"; //
// Numero
msgNumero = "You have to write a number"; 
msgNumeroInicial = "You have to write a number"; 
// Entero
msgEntero = "You have to write an integer number"; 
msgEnteroInicial = "You have to write an integer number"; 
// Preguntas
msgConfirmarEliminar = "Are you sure you want to delete?"; 
msgConfirmarEnviar = "Are you sure you are correct the data?";
// Otros
msgActualizar = "There is nothing pending update"; 
msgCaracteres = "characters introduced,"; 
msgEmailError = "This email is not valid";
msgPrecioMinimoMaximo = "The minimum price may not exceed the maximum price"; 
msgPonerFiltro = "We have to put some filters to search"; 
msgTextoBuscar = "You have to write at least one search term"; 
msgTextoBuscarMinimo = "The keywords must be at least 3 letters"; 
msgTextoBuscarMaximoPalabras = "You can search more than 5 words"; 
msgTextoCaracteres = "maximum accepted"; 
msgTextoCpostal = "It is mandatory to put a valid zip code for Spain"; 
msgTextoCpostalError = "This isn't correct postal code"; 
msgTextoHTML = "Do not put HTML. \ r This will be eliminated."
msgTextoMayusculas = "Do not put words entirely in capital letters. \ r These will be changed to lowercase"; 
msgTextoNic = "You have to write a username at least 5 letters"; 
msgTextoPW = "You have to write the user's password";
//
