CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / jquery-validation / js / localization / messages_gl.js
1 (function( factory ) {\r
2         if ( typeof define === "function" && define.amd ) {\r
3                 define( ["jquery", "../jquery.validate"], factory );\r
4         } else {\r
5                 factory( jQuery );\r
6         }\r
7 }(function( $ ) {\r
8 \r
9 /*\r
10  * Translated default messages for the jQuery validation plugin.\r
11  * Locale: GL (Galician; Galego)\r
12  */\r
13 (function($) {\r
14         $.extend($.validator.messages, {\r
15                 required: "Este campo é obrigatorio.",\r
16                 remote: "Por favor, cubre este campo.",\r
17                 email: "Por favor, escribe unha dirección de correo válida.",\r
18                 url: "Por favor, escribe unha URL válida.",\r
19                 date: "Por favor, escribe unha data válida.",\r
20                 dateISO: "Por favor, escribe unha data (ISO) válida.",\r
21                 number: "Por favor, escribe un número válido.",\r
22                 digits: "Por favor, escribe só díxitos.",\r
23                 creditcard: "Por favor, escribe un número de tarxeta válido.",\r
24                 equalTo: "Por favor, escribe o mesmo valor de novo.",\r
25                 extension: "Por favor, escribe un valor cunha extensión aceptada.",\r
26                 maxlength: $.validator.format("Por favor, non escribas máis de {0} caracteres."),\r
27                 minlength: $.validator.format("Por favor, non escribas menos de {0} caracteres."),\r
28                 rangelength: $.validator.format("Por favor, escribe un valor entre {0} e {1} caracteres."),\r
29                 range: $.validator.format("Por favor, escribe un valor entre {0} e {1}."),\r
30                 max: $.validator.format("Por favor, escribe un valor menor ou igual a {0}."),\r
31                 min: $.validator.format("Por favor, escribe un valor maior ou igual a {0}."),\r
32                 nifES: "Por favor, escribe un NIF válido.",\r
33                 nieES: "Por favor, escribe un NIE válido.",\r
34                 cifES: "Por favor, escribe un CIF válido."\r
35         });\r
36 }(jQuery));\r
37 \r
38 }));