PluginProbe
RSVP and Event Management / 1.3.0
RSVP and Event Management v1.3.0
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / jquery-validate / localization / messages_es.js

messages_es.js in RSVP and Event Management 1.3.0, at jquery-validate/localization/messages_es.js

24 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Translated default messages for the jQuery validation plugin.
3 * Language: ES
4 * Author: David Esperalta - http://www.dec.gesbit.com/
5 */
6 jQuery.extend(jQuery.validator.messages, {
7 required: "Este campo es obligatorio.",
8 remote: "Por favor, rellena esta campo.",
9 email: "Por favor, escribe una dirección de correo válida",
10 url: "Por favor, escribe una URL válida.",
11 date: "Por favor, escribe una fecha válida.",
12 dateISO: "Por favor, escribe una fecha (ISO) válida.",
13 number: "Por favor, escribe un número entero válido.",
14 digits: "Por favor, escribe sólo dígitos.",
15 creditcard: "Por favor, escribe un número de tarjeta válido.",
16 equalTo: "Por favor, escribe el mismo valor de nuevo.",
17 accept: "Por favor, escribe una valor con una extensión aceptada.",
18 maxlength: jQuery.validator.format("Por favor, no escribas más de {0} caracteres."),
19 minlength: jQuery.validator.format("Por favor, no escribas menos de {0} caracteres."),
20 rangelength: jQuery.validator.format("Por favor, escribe un valor entre {0} y {1} caracteres."),
21 range: jQuery.validator.format("Por favor, escribe un valor entre {0} y {1}."),
22 max: jQuery.validator.format("Por favor, escribe un valor igual o menor que {0}."),
23 min: jQuery.validator.format("Por favor, escribe un valor igual o mayor que {0}.")
24 });