commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / jquery-validation / src / localization / messages_gl.js
1 /*
2 * Translated default messages for the jQuery validation plugin.
3 * Locale: GL (Galician; Galego)
4 */
5 (function($) {
6 $.extend($.validator.messages, {
7 required: "Este campo é obrigatorio.",
8 remote: "Por favor, cubre este campo.",
9 email: "Por favor, escribe unha dirección de correo válida.",
10 url: "Por favor, escribe unha URL válida.",
11 date: "Por favor, escribe unha data válida.",
12 dateISO: "Por favor, escribe unha data (ISO) válida.",
13 number: "Por favor, escribe un número válido.",
14 digits: "Por favor, escribe só díxitos.",
15 creditcard: "Por favor, escribe un número de tarxeta válido.",
16 equalTo: "Por favor, escribe o mesmo valor de novo.",
17 extension: "Por favor, escribe un valor cunha extensión aceptada.",
18 maxlength: $.validator.format("Por favor, non escribas máis de {0} caracteres."),
19 minlength: $.validator.format("Por favor, non escribas menos de {0} caracteres."),
20 rangelength: $.validator.format("Por favor, escribe un valor entre {0} e {1} caracteres."),
21 range: $.validator.format("Por favor, escribe un valor entre {0} e {1}."),
22 max: $.validator.format("Por favor, escribe un valor menor ou igual a {0}."),
23 min: $.validator.format("Por favor, escribe un valor maior ou igual a {0}."),
24 nifES: "Por favor, escribe un NIF válido.",
25 nieES: "Por favor, escribe un NIE válido.",
26 cifES: "Por favor, escribe un CIF válido."
27 });
28 }(jQuery));