Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js
------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,39 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + +/* + * Translated default messages for the jQuery validation plugin. + * Locale: ES (Spanish; Español) + * Region: AR (Argentina) + */ +$.extend( $.validator.messages, { + required: "Este campo es obligatorio.", + remote: "Por favor, completá este campo.", + email: "Por favor, escribà una dirección de correo válida.", + url: "Por favor, escribà una URL válida.", + date: "Por favor, escribà una fecha válida.", + dateISO: "Por favor, escribà una fecha (ISO) válida.", + number: "Por favor, escribà un número entero válido.", + digits: "Por favor, escribà sólo dÃgitos.", + creditcard: "Por favor, escribà un número de tarjeta válido.", + equalTo: "Por favor, escribà el mismo valor de nuevo.", + extension: "Por favor, escribà un valor con una extensión aceptada.", + maxlength: $.validator.format( "Por favor, no escribas más de {0} caracteres." ), + minlength: $.validator.format( "Por favor, no escribas menos de {0} caracteres." ), + rangelength: $.validator.format( "Por favor, escribà un valor entre {0} y {1} caracteres." ), + range: $.validator.format( "Por favor, escribà un valor entre {0} y {1}." ), + max: $.validator.format( "Por favor, escribà un valor menor o igual a {0}." ), + min: $.validator.format( "Por favor, escribà un valor mayor o igual a {0}." ), + nifES: "Por favor, escribà un NIF válido.", + nieES: "Por favor, escribà un NIE válido.", + cifES: "Por favor, escribà un CIF válido." +} ); +return $; +})); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Este campo es obligatorio.",remote:"Por favor, completá este campo.",email:"Por favor, escribà una dirección de correo válida.",url:"Por favor, escribà una URL válida.",date:"Por favor, escribà una fecha válida.",dateISO:"Por favor, escribà una fecha (ISO) válida.",number:"Por favor, escribà un número entero válido.",digits:"Por favor, escribà sólo dÃgitos.",creditcard:"Por favor, escribà un número de tarjeta válido.",equalTo:"Por favor, escribà el mismo valor de nuevo.",extension:"Por favor, escribà un valor con una extensión aceptada.",maxlength:a.validator.format("Por favor, no escribas más de {0} caracteres."),minlength:a.validator.format("Por favor, no escribas menos de {0} caracteres."),rangelength:a.validator.format("Por favor, escribà un valor entre {0} y {1} caracteres."),range:a.validator.format("Por favor, escribà un valor entre {0} y {1}."),max:a.validator.format("Por favor, escribà un valor menor o igual a {0}."),min:a.validator.format("Por favor, escribà un valor mayor o igual a {0}."),nifES:"Por favor, escribà un NIF válido.",nieES:"Por favor, escribà un NIE válido.",cifES:"Por favor, escribà un CIF válido."}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_AR.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,39 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + +/* + * Translated default messages for the jQuery validation plugin. + * Locale: ES (Spanish; Español) + * Region: PE (Perú) + */ +$.extend( $.validator.messages, { + required: "Este campo es obligatorio.", + remote: "Por favor, llene este campo.", + email: "Por favor, escriba un correo electrónico válido.", + url: "Por favor, escriba una URL válida.", + date: "Por favor, escriba una fecha válida.", + dateISO: "Por favor, escriba una fecha (ISO) válida.", + number: "Por favor, escriba un número válido.", + digits: "Por favor, escriba sólo dÃgitos.", + creditcard: "Por favor, escriba un número de tarjeta válido.", + equalTo: "Por favor, escriba el mismo valor de nuevo.", + extension: "Por favor, escriba un valor con una extensión permitida.", + maxlength: $.validator.format( "Por favor, no escriba más de {0} caracteres." ), + minlength: $.validator.format( "Por favor, no escriba menos de {0} caracteres." ), + rangelength: $.validator.format( "Por favor, escriba un valor entre {0} y {1} caracteres." ), + range: $.validator.format( "Por favor, escriba un valor entre {0} y {1}." ), + max: $.validator.format( "Por favor, escriba un valor menor o igual a {0}." ), + min: $.validator.format( "Por favor, escriba un valor mayor o igual a {0}." ), + nifES: "Por favor, escriba un NIF válido.", + nieES: "Por favor, escriba un NIE válido.", + cifES: "Por favor, escriba un CIF válido." +} ); +return $; +})); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Este campo es obligatorio.",remote:"Por favor, llene este campo.",email:"Por favor, escriba un correo electrónico válido.",url:"Por favor, escriba una URL válida.",date:"Por favor, escriba una fecha válida.",dateISO:"Por favor, escriba una fecha (ISO) válida.",number:"Por favor, escriba un número válido.",digits:"Por favor, escriba sólo dÃgitos.",creditcard:"Por favor, escriba un número de tarjeta válido.",equalTo:"Por favor, escriba el mismo valor de nuevo.",extension:"Por favor, escriba un valor con una extensión permitida.",maxlength:a.validator.format("Por favor, no escriba más de {0} caracteres."),minlength:a.validator.format("Por favor, no escriba menos de {0} caracteres."),rangelength:a.validator.f ormat("Por favor, escriba un valor entre {0} y {1} caracteres."),range:a.validator.format("Por favor, escriba un valor entre {0} y {1}."),max:a.validator.format("Por favor, escriba un valor menor o igual a {0}."),min:a.validator.format("Por favor, escriba un valor mayor o igual a {0}."),nifES:"Por favor, escriba un NIF válido.",nieES:"Por favor, escriba un NIE válido.",cifES:"Por favor, escriba un CIF válido."}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es_PE.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.js Mon Nov 20 17:35:27 2017 @@ -1,12 +1,22 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: ET (Estonian; eesti, eesti keel) */ -jQuery.extend(jQuery.validator.messages, { +$.extend( $.validator.messages, { required: "See väli peab olema täidetud.", - maxlength: jQuery.validator.format("Palun sisestage vähem kui {0} tähemärki."), - minlength: jQuery.validator.format("Palun sisestage vähemalt {0} tähemärki."), - rangelength: jQuery.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1} tähemärki."), + maxlength: $.validator.format( "Palun sisestage vähem kui {0} tähemärki." ), + minlength: $.validator.format( "Palun sisestage vähemalt {0} tähemärki." ), + rangelength: $.validator.format( "Palun sisestage väärtus vahemikus {0} kuni {1} tähemärki." ), email: "Palun sisestage korrektne e-maili aadress.", url: "Palun sisestage korrektne URL.", date: "Palun sisestage korrektne kuupäev.", @@ -14,8 +24,10 @@ jQuery.extend(jQuery.validator.messages, number: "Palun sisestage korrektne number.", digits: "Palun sisestage ainult numbreid.", equalTo: "Palun sisestage sama väärtus uuesti.", - range: jQuery.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1}."), - max: jQuery.validator.format("Palun sisestage väärtus, mis on väiksem või võrdne arvuga {0}."), - min: jQuery.validator.format("Palun sisestage väärtus, mis on suurem või võrdne arvuga {0}."), + range: $.validator.format( "Palun sisestage väärtus vahemikus {0} kuni {1}." ), + max: $.validator.format( "Palun sisestage väärtus, mis on väiksem või võrdne arvuga {0}." ), + min: $.validator.format( "Palun sisestage väärtus, mis on suurem või võrdne arvuga {0}." ), creditcard: "Palun sisestage korrektne krediitkaardi number." -}); +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"See väli peab olema täidetud.",maxlength:a.validator.format("Palun sisestage vähem kui {0} tähemärki."),minlength:a.validator.format("Palun sisestage vähemalt {0} tähemärki."),rangelength:a.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1} tähemärki."),email:"Palun sisestage korrektne e-maili aadress.",url:"Palun sisestage korrektne URL.",date:"Palun sisestage korrektne kuupäev.",dateISO:"Palun sisestage korrektne kuupäev (YYYY-MM-DD).",number:"Palun sisestage korrektne number.",digits:"Palun sisestage ainult numbreid.",equalTo:"Palun sisestage sama väärtus uuesti.",range:a.validator.format("Palun sisestage väärtus vahemikus {0} kuni {1}."),max:a.validator.format("Palun sises tage väärtus, mis on väiksem või võrdne arvuga {0}."),min:a.validator.format("Palun sisestage väärtus, mis on suurem või võrdne arvuga {0}."),creditcard:"Palun sisestage korrektne krediitkaardi number."}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_et.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.js Mon Nov 20 17:35:27 2017 @@ -1,23 +1,35 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: EU (Basque; euskara, euskera) */ -jQuery.extend(jQuery.validator.messages, { - required: "Eremu hau beharrezkoa da.", - remote: "Mesedez, bete eremu hau.", - email: "Mesedez, idatzi baliozko posta helbide bat.", - url: "Mesedez, idatzi baliozko URL bat.", - date: "Mesedez, idatzi baliozko data bat.", - dateISO: "Mesedez, idatzi baliozko (ISO) data bat.", - number: "Mesedez, idatzi baliozko zenbaki oso bat.", - digits: "Mesedez, idatzi digituak soilik.", - creditcard: "Mesedez, idatzi baliozko txartel zenbaki bat.", - equalTo: "Mesedez, idatzi berdina berriro ere.", - accept: "Mesedez, idatzi onartutako luzapena duen balio bat.", - maxlength: jQuery.validator.format("Mesedez, ez idatzi {0} karaktere baino gehiago."), - minlength: jQuery.validator.format("Mesedez, ez idatzi {0} karaktere baino gutxiago."), - rangelength: jQuery.validator.format("Mesedez, idatzi {0} eta {1} karaktere arteko balio bat."), - range: jQuery.validator.format("Mesedez, idatzi {0} eta {1} arteko balio bat."), - max: jQuery.validator.format("Mesedez, idatzi {0} edo txikiagoa den balio bat."), - min: jQuery.validator.format("Mesedez, idatzi {0} edo handiagoa den balio bat.") -}); +$.extend( $.validator.messages, { + required: "Eremu hau beharrezkoa da.", + remote: "Mesedez, bete eremu hau.", + email: "Mesedez, idatzi baliozko posta helbide bat.", + url: "Mesedez, idatzi baliozko URL bat.", + date: "Mesedez, idatzi baliozko data bat.", + dateISO: "Mesedez, idatzi baliozko (ISO) data bat.", + number: "Mesedez, idatzi baliozko zenbaki oso bat.", + digits: "Mesedez, idatzi digituak soilik.", + creditcard: "Mesedez, idatzi baliozko txartel zenbaki bat.", + equalTo: "Mesedez, idatzi berdina berriro ere.", + extension: "Mesedez, idatzi onartutako luzapena duen balio bat.", + maxlength: $.validator.format( "Mesedez, ez idatzi {0} karaktere baino gehiago." ), + minlength: $.validator.format( "Mesedez, ez idatzi {0} karaktere baino gutxiago." ), + rangelength: $.validator.format( "Mesedez, idatzi {0} eta {1} karaktere arteko balio bat." ), + range: $.validator.format( "Mesedez, idatzi {0} eta {1} arteko balio bat." ), + max: $.validator.format( "Mesedez, idatzi {0} edo txikiagoa den balio bat." ), + min: $.validator.format( "Mesedez, idatzi {0} edo handiagoa den balio bat." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Eremu hau beharrezkoa da.",remote:"Mesedez, bete eremu hau.",email:"Mesedez, idatzi baliozko posta helbide bat.",url:"Mesedez, idatzi baliozko URL bat.",date:"Mesedez, idatzi baliozko data bat.",dateISO:"Mesedez, idatzi baliozko (ISO) data bat.",number:"Mesedez, idatzi baliozko zenbaki oso bat.",digits:"Mesedez, idatzi digituak soilik.",creditcard:"Mesedez, idatzi baliozko txartel zenbaki bat.",equalTo:"Mesedez, idatzi berdina berriro ere.",extension:"Mesedez, idatzi onartutako luzapena duen balio bat.",maxlength:a.validator.format("Mesedez, ez idatzi {0} karaktere baino gehiago."),minlength:a.validator.format("Mesedez, ez idatzi {0} karaktere baino gutxiago."),rangelength:a.validator.format("Mesedez, idatzi {0} eta {1} karaktere arteko balio bat."),range:a.validator.format("Mesedez, idatzi {0} eta {1} arteko balio bat."),max:a.validator.format("Mesedez, idatzi {0} edo txikiagoa den balio bat."),min:a.validator.format("Mesedez, idatzi {0} edo handiagoa den balio bat.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_eu.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.js Mon Nov 20 17:35:27 2017 @@ -1,23 +1,38 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: FA (Persian; ÙارسÛ) */ -jQuery.extend(jQuery.validator.messages, { - required: "تک٠Û٠اÛÙ ÙÛÙد Ø§Ø¬Ø¨Ø§Ø±Û Ø§Ø³Øª.", - remote: "ÙØ·Ùا اÛÙ ÙÛÙد را تصØÛØ Ú©ÙÛد.", - email: ".ÙØ·Ùا ÛÚ© اÛÙ Û٠صØÛØ Ùارد Ú©ÙÛد", - url: "ÙØ·Ùا آدرس صØÛØ Ùارد Ú©ÙÛد.", - date: "ÙØ·Ùا ÛÚ© تارÛØ® صØÛØ Ùارد Ú©ÙÛد", - dateISO: "ÙØ·Ùا تارÛØ® صØÛØ Ùارد Ú©ÙÛد (ISO).", - number: "ÙØ·Ùا عدد صØÛØ Ùارد Ú©ÙÛد.", - digits: "ÙØ·Ùا تÙÙا رÙÙ Ùارد Ú©ÙÛد", - creditcard: "ÙØ·Ùا کرÛدÛت کارت صØÛØ Ùارد Ú©ÙÛد.", - equalTo: "ÙØ·Ùا Ù Ùدار Ø¨Ø±Ø§Ø¨Ø±Û Ùارد Ú©ÙÛد", - accept: "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ùارد Ú©ÙÛد Ú©Ù ", - maxlength: jQuery.validator.format("ÙØ·Ùا بÛشتر از {0} Øر٠Ùارد ÙÚ©ÙÛد."), - minlength: jQuery.validator.format("ÙØ·Ùا ک٠تر از {0} Øر٠Ùارد ÙÚ©ÙÛد."), - rangelength: jQuery.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد."), - range: jQuery.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد."), - max: jQuery.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ú©Ù ØªØ± از {0} Øر٠Ùارد Ú©ÙÛد."), - min: jQuery.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨Ûشتر از {0} Øر٠Ùارد Ú©ÙÛد.") -}); +$.extend( $.validator.messages, { + required: "تک٠Û٠اÛÙ ÙÛÙد Ø§Ø¬Ø¨Ø§Ø±Û Ø§Ø³Øª.", + remote: "ÙØ·Ùا اÛÙ ÙÛÙد را تصØÛØ Ú©ÙÛد.", + email: ".ÙØ·Ùا ÛÚ© اÛÙ Û٠صØÛØ Ùارد Ú©ÙÛد", + url: "ÙØ·Ùا آدرس صØÛØ Ùارد Ú©ÙÛد.", + date: "ÙØ·Ùا ÛÚ© تارÛØ® صØÛØ Ùارد Ú©ÙÛد", + dateFA: "ÙØ·Ùا ÛÚ© تارÛØ® صØÛØ Ùارد Ú©ÙÛد", + dateISO: "ÙØ·Ùا تارÛØ® صØÛØ Ùارد Ú©ÙÛد (ISO).", + number: "ÙØ·Ùا عدد صØÛØ Ùارد Ú©ÙÛد.", + digits: "ÙØ·Ùا تÙÙا رÙÙ Ùارد Ú©ÙÛد", + creditcard: "ÙØ·Ùا کرÛدÛت کارت صØÛØ Ùارد Ú©ÙÛد.", + equalTo: "ÙØ·Ùا Ù Ùدار Ø¨Ø±Ø§Ø¨Ø±Û Ùارد Ú©ÙÛد", + extension: "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ùارد Ú©ÙÛد Ú©Ù ", + maxlength: $.validator.format( "ÙØ·Ùا بÛشتر از {0} Øر٠Ùارد ÙÚ©ÙÛد." ), + minlength: $.validator.format( "ÙØ·Ùا ک٠تر از {0} Øر٠Ùارد ÙÚ©ÙÛد." ), + rangelength: $.validator.format( "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد." ), + range: $.validator.format( "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد." ), + max: $.validator.format( "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ú©Ù ØªØ± از {0} Ùارد Ú©ÙÛد." ), + min: $.validator.format( "ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨Ûشتر از {0} Ùارد Ú©ÙÛد." ), + minWords: $.validator.format( "ÙØ·Ùا ØداÙÙ {0} Ú©ÙÙ Ù Ùارد Ú©ÙÛد." ), + maxWords: $.validator.format( "ÙØ·Ùا Øداکثر {0} Ú©ÙÙ Ù Ùارد Ú©ÙÛد." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"تک٠Û٠اÛÙ ÙÛÙد Ø§Ø¬Ø¨Ø§Ø±Û Ø§Ø³Øª.",remote:"ÙØ·Ùا اÛÙ ÙÛÙد را تصØÛØ Ú©ÙÛد.",email:".ÙØ·Ùا ÛÚ© اÛÙ Û٠صØÛØ Ùارد Ú©ÙÛد",url:"ÙØ·Ùا آدرس صØÛØ Ùارد Ú©ÙÛد.",date:"ÙØ·Ùا ÛÚ© تارÛØ® صØÛØ Ùارد Ú©ÙÛد",dateFA:"ÙØ·Ùا ÛÚ© تارÛØ® صØÛØ Ùارد Ú©ÙÛد",dateISO:"ÙØ·Ùا تارÛØ® صØÛØ Ùارد Ú©ÙÛد (ISO).",number:"ÙØ·Ùا عدد Ø� �ØÛØ Ùارد Ú©ÙÛد.",digits:"ÙØ·Ùا تÙÙا رÙÙ Ùارد Ú©ÙÛد",creditcard:"ÙØ·Ùا کرÛدÛت کارت صØÛØ Ùارد Ú©ÙÛد.",equalTo:"ÙØ·Ùا Ù Ùدار Ø¨Ø±Ø§Ø¨Ø±Û Ùارد Ú©ÙÛد",extension:"ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ùارد Ú©ÙÛد Ú©Ù ",maxlength:a.validator.format("ÙØ·Ùا بÛشتر از {0} Øر٠Ùارد ÙÚ©ÙÛد."),minlength:a.validator.format("ÙØ·Ùا ک٠تر از {0} Øر٠Ùارد ÙÚ©ÙÛد."),rangelength:a.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد."),range:a.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨ÛÙ {0} تا {1} Øر٠Ùارد Ú©ÙÛد."),max:a.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ú©Ù ØªØ± از {0} Ùارد Ú©ÙÛد."),min:a.validator.format("ÙØ·Ùا Ù ÙØ¯Ø§Ø±Û Ø¨Ûشتر از {0} Ùارد Ú©ÙÛد."),minWords:a.validator.format("ÙØ·Ùا ØداÙÙ {0} Ú©ÙÙ Ù Ùارد Ú©ÙÛد."),maxWords:a.validator.format("ÙØ·Ùا Øداکثر {0} Ú©ÙÙ Ù Ùارد Ú©ÙÛد.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fa.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.js Mon Nov 20 17:35:27 2017 @@ -1,21 +1,33 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: FI (Finnish; suomi, suomen kieli) */ -jQuery.extend(jQuery.validator.messages, { +$.extend( $.validator.messages, { required: "Tämä kenttä on pakollinen.", - maxlength: jQuery.validator.format("Voit syöttää enintään {0} merkkiä."), - minlength: jQuery.validator.format("Vähintään {0} merkkiä."), - rangelength: jQuery.validator.format("Syötä vähintään {0} ja enintään {1} merkkiä."), email: "Syötä oikea sähköpostiosoite.", - url: "Syötä oikea URL osoite.", - date: "Syötä oike päivämäärä.", - dateISO: "Syötä oike päivämäärä (VVVV-MM-DD).", - number: "Syötä numero.", + url: "Syötä oikea URL-osoite.", + date: "Syötä oikea päivämäärä.", + dateISO: "Syötä oikea päivämäärä muodossa VVVV-KK-PP.", + number: "Syötä luku.", + creditcard: "Syötä voimassa oleva luottokorttinumero.", digits: "Syötä pelkästään numeroita.", equalTo: "Syötä sama arvo uudestaan.", - range: jQuery.validator.format("Syötä arvo {0} ja {1} väliltä."), - max: jQuery.validator.format("Syötä arvo joka on pienempi tai yhtä suuri kuin {0}."), - min: jQuery.validator.format("Syötä arvo joka on yhtä suuri tai suurempi kuin {0}."), - creditcard: "Syötä voimassa oleva luottokorttinumero." -}); + maxlength: $.validator.format( "Voit syöttää enintään {0} merkkiä." ), + minlength: $.validator.format( "Vähintään {0} merkkiä." ), + rangelength: $.validator.format( "Syötä vähintään {0} ja enintään {1} merkkiä." ), + range: $.validator.format( "Syötä arvo väliltä {0}–{1}." ), + max: $.validator.format( "Syötä arvo, joka on enintään {0}." ), + min: $.validator.format( "Syötä arvo, joka on vähintään {0}." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Tämä kenttä on pakollinen.",email:"Syötä oikea sähköpostiosoite.",url:"Syötä oikea URL-osoite.",date:"Syötä oikea päivämäärä.",dateISO:"Syötä oikea päivämäärä muodossa VVVV-KK-PP.",number:"Syötä luku.",creditcard:"Syötä voimassa oleva luottokorttinumero.",digits:"Syötä pelkästään numeroita.",equalTo:"Syötä sama arvo uudestaan.",maxlength:a.validator.format("Voit syöttää enintään {0} merkkiä."),minlength:a.validator.format("Vähintään {0} merkkiä."),rangelength:a.validator.format("Syötä vähintään {0} ja e nintään {1} merkkiä."),range:a.validator.format("Syötä arvo väliltä {0}–{1}."),max:a.validator.format("Syötä arvo, joka on enintään {0}."),min:a.validator.format("Syötä arvo, joka on vähintään {0}.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fi.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.js Mon Nov 20 17:35:27 2017 @@ -1,8 +1,18 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: FR (French; français) */ -jQuery.extend(jQuery.validator.messages, { +$.extend( $.validator.messages, { required: "Ce champ est obligatoire.", remote: "Veuillez corriger ce champ.", email: "Veuillez fournir une adresse électronique valide.", @@ -13,18 +23,20 @@ jQuery.extend(jQuery.validator.messages, digits: "Veuillez fournir seulement des chiffres.", creditcard: "Veuillez fournir un numéro de carte de crédit valide.", equalTo: "Veuillez fournir encore la même valeur.", - accept: "Veuillez fournir une valeur avec une extension valide.", - maxlength: $.validator.format("Veuillez fournir au plus {0} caractères."), - minlength: $.validator.format("Veuillez fournir au moins {0} caractères."), - rangelength: $.validator.format("Veuillez fournir une valeur qui contient entre {0} et {1} caractères."), - range: $.validator.format("Veuillez fournir une valeur entre {0} et {1}."), - max: $.validator.format("Veuillez fournir une valeur inférieur ou égal à {0}."), - min: $.validator.format("Veuillez fournir une valeur supérieur ou égal à {0}."), - maxWords: $.validator.format("Veuillez fournir au plus {0} mots."), - minWords: $.validator.format("Veuillez fournir au moins {0} mots."), - rangeWords: $.validator.format("Veuillez fournir entre {0} et {1} mots."), + notEqualTo: "Veuillez fournir une valeur différente, les valeurs ne doivent pas être identiques.", + extension: "Veuillez fournir une valeur avec une extension valide.", + maxlength: $.validator.format( "Veuillez fournir au plus {0} caractères." ), + minlength: $.validator.format( "Veuillez fournir au moins {0} caractères." ), + rangelength: $.validator.format( "Veuillez fournir une valeur qui contient entre {0} et {1} caractères." ), + range: $.validator.format( "Veuillez fournir une valeur entre {0} et {1}." ), + max: $.validator.format( "Veuillez fournir une valeur inférieure ou égale à {0}." ), + min: $.validator.format( "Veuillez fournir une valeur supérieure ou égale à {0}." ), + step: $.validator.format( "Veuillez fournir une valeur multiple de {0}." ), + maxWords: $.validator.format( "Veuillez fournir au plus {0} mots." ), + minWords: $.validator.format( "Veuillez fournir au moins {0} mots." ), + rangeWords: $.validator.format( "Veuillez fournir entre {0} et {1} mots." ), letterswithbasicpunc: "Veuillez fournir seulement des lettres et des signes de ponctuation.", - alphanumeric: "Veuillez fournir seulement des lettres, nombres, espaces et soulignages", + alphanumeric: "Veuillez fournir seulement des lettres, nombres, espaces et soulignages.", lettersonly: "Veuillez fournir seulement des lettres.", nowhitespace: "Veuillez ne pas inscrire d'espaces blancs.", ziprange: "Veuillez fournir un code postal entre 902xx-xxxx et 905-xx-xxxx.", @@ -35,10 +47,17 @@ jQuery.extend(jQuery.validator.messages, phoneUS: "Veuillez fournir un numéro de téléphone valide.", phoneUK: "Veuillez fournir un numéro de téléphone valide.", mobileUK: "Veuillez fournir un numéro de téléphone mobile valide.", - strippedminlength: jQuery.validator.format("Veuillez fournir au moins {0} caractères."), + strippedminlength: $.validator.format( "Veuillez fournir au moins {0} caractères." ), email2: "Veuillez fournir une adresse électronique valide.", url2: "Veuillez fournir une adresse URL valide.", creditcardtypes: "Veuillez fournir un numéro de carte de crédit valide.", ipv4: "Veuillez fournir une adresse IP v4 valide.", - ipv6: "Veuillez fournir une adresse IP v6 valide." -}); \ No newline at end of file + ipv6: "Veuillez fournir une adresse IP v6 valide.", + require_from_group: "Veuillez fournir au moins {0} de ces champs.", + nifES: "Veuillez fournir un numéro NIF valide.", + nieES: "Veuillez fournir un numéro NIE valide.", + cifES: "Veuillez fournir un numéro CIF valide.", + postalCodeCA: "Veuillez fournir un code postal valide." +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Ce champ est obligatoire.",remote:"Veuillez corriger ce champ.",email:"Veuillez fournir une adresse électronique valide.",url:"Veuillez fournir une adresse URL valide.",date:"Veuillez fournir une date valide.",dateISO:"Veuillez fournir une date valide (ISO).",number:"Veuillez fournir un numéro valide.",digits:"Veuillez fournir seulement des chiffres.",creditcard:"Veuillez fournir un numéro de carte de crédit valide.",equalTo:"Veuillez fournir encore la même valeur.",notEqualTo:"Veuillez fournir une valeur différente, les valeurs ne doivent pas être identiques.",extension:"Veuillez fournir une valeur avec une extension valide.",maxlength:a.validator.format("Veuillez fournir au plus {0} caractères."),minlength:a.validator .format("Veuillez fournir au moins {0} caractères."),rangelength:a.validator.format("Veuillez fournir une valeur qui contient entre {0} et {1} caractères."),range:a.validator.format("Veuillez fournir une valeur entre {0} et {1}."),max:a.validator.format("Veuillez fournir une valeur inférieure ou égale à {0}."),min:a.validator.format("Veuillez fournir une valeur supérieure ou égale à {0}."),step:a.validator.format("Veuillez fournir une valeur multiple de {0}."),maxWords:a.validator.format("Veuillez fournir au plus {0} mots."),minWords:a.validator.format("Veuillez fournir au moins {0} mots."),rangeWords:a.validator.format("Veuillez fournir entre {0} et {1} mots."),letterswithbasicpunc:"Veuillez fournir seulement des lettres et des signes de ponctuation.",alphanumeric:"Veuillez fournir seulement des lettres, nombres, espaces et soulignages.",lettersonly:"Veuillez fournir seulement des lettres.",nowhitespace:"Veuillez ne pas inscrire d'espaces blancs.",ziprange:" Veuillez fournir un code postal entre 902xx-xxxx et 905-xx-xxxx.",integer:"Veuillez fournir un nombre non décimal qui est positif ou négatif.",vinUS:"Veuillez fournir un numéro d'identification du véhicule (VIN).",dateITA:"Veuillez fournir une date valide.",time:"Veuillez fournir une heure valide entre 00:00 et 23:59.",phoneUS:"Veuillez fournir un numéro de téléphone valide.",phoneUK:"Veuillez fournir un numéro de téléphone valide.",mobileUK:"Veuillez fournir un numéro de téléphone mobile valide.",strippedminlength:a.validator.format("Veuillez fournir au moins {0} caractères."),email2:"Veuillez fournir une adresse électronique valide.",url2:"Veuillez fournir une adresse URL valide.",creditcardtypes:"Veuillez fournir un numéro de carte de crédit valide.",ipv4:"Veuillez fournir une adresse IP v4 valide.",ipv6:"Veuillez fournir une adresse IP v6 valide.",require_from_group:"Veuillez fournir au moins {0} de ces champs.",nifES:"Veuillez fournir un numéro NIF valide.",nieES:"Veuillez fournir un numéro NIE valide.",cifES:"Veuillez fournir un numéro CIF valide.",postalCodeCA:"Veuillez fournir un code postal valide."}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_fr.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.js Mon Nov 20 17:35:27 2017 @@ -1,23 +1,35 @@ -/* +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + +/** + * @author @tatocaster <[hidden email]> * Translated default messages for the jQuery validation plugin. - * Locale: GE + * Locale: GE (Georgian; á¥áá áá£áá) */ -jQuery.extend(jQuery.validator.messages, { - required: "áá ááááá¡ á¨ááá¡ááá áá£áªáááááááá.", - remote: "ááá®ááá ááá£ááááá á¡á¬áá á áááá¨ááááááá.", - email: "ááá®ááá ááá£ááááá áá-á¤áá¡á¢áá¡ ááá áá¥á¢á£áá ááá¡áááá áá.", - url: "ááá®ááá ááá£ááááá ááá áá¥á¢á£áá URL.", - date: "ááá®ááá ááá£ááááá ááá áá¥á¢á£áá ááá áá¦á.", - dateISO: "ááá®ááá ááá£ááááá ááá áá¥á¢á£áá ááá áá¦á ISO á¤áá ááá¢á¨á.", - number: "ááá®ááá ááá£ááááá áªáá¤á á.", - digits: "ááá®ááá ááá£ááááá áá®áááá áªáá¤á ááá.", - creditcard: "ááá®ááá ááá£ááááá á¡ááá áááá¢á ááá áááá¡ ááá áá¥á¢á£áá ááááá á.", - equalTo: "ááá®ááá ááá£ááááá áá¡ááááá áááá¨ááááááá ááááá áá áá®áá.", - accept: "ááá®ááá ááá á©ááá á¤áááá ááá áá¥á¢á£áá ááá¤áá áááááá.", - maxlength: jQuery.validator.format("ááá¡áá¨ááááá áá áá£ááá¢áá¡ {0} á¡áááááá."), - minlength: jQuery.validator.format("áá£áªáááááááá á¨ááá§ááááá áááááá£á {0} á¡áááááá."), - rangelength: jQuery.validator.format("á¢áá¥á¡á¢á¨á á¡áááááááááá¡ á áááááááá á£ááá áá§áá¡ {0}-ááá {1}-ááá."), - range: jQuery.validator.format("ááá®ááá á¨ááá§ááááá áªáá¤á á {0}-ááá {1}-ááá."), - max: jQuery.validator.format("ááá®ááá á¨ááá§ááááá áªáá¤á á á ááááá᪠áááááááá áá á£áá áá¡Â {0}-á¡."), - min: jQuery.validator.format("ááá®ááá á¨ááá§ááááá áªáá¤á á á ááááá᪠ááá¢áá áá á£áá áá¡Â {0}-á¡.") -}); \ No newline at end of file +$.extend( $.validator.messages, { + required: "áá¡ áááá á¡áááááááá£ááá", + remote: "ááá®ááá á¨ááá¡á¬áá áá.", + email: "ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá.", + url: "ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá.", + date: "ááá®ááá á¨ááá§ááááá á¡á¬áá á ááá áá¦á.", + dateISO: "ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá (ISO).", + number: "ááá®ááá á¨ááá§ááááá á ááªá®áá.", + digits: "ááá¨áááá£ááá áá®áááá áªáá¤á ááá.", + creditcard: "ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá¡ ááá áááá¡ áááá.", + equalTo: "ááá®ááá á¨ááá§ááááá ááááá áááá¨ááááááá.", + maxlength: $.validator.format( "ááá®ááá á¨ááá§ááááá áá á á£ááá¢áá¡ {0} á¡ááááááá¡á." ), + minlength: $.validator.format( "á¨ááá§ááááá áááááá£á {0} á¡áááááá." ), + rangelength: $.validator.format( "ááá®ááá á¨ááá§ááááá {0} -ááá {1} -ááá á ááááááááá¡ á¡ááááááááá." ), + range: $.validator.format( "á¨ááá§ááááá {0} -á¡á {1} -á¡ á¨áá áá¡." ), + max: $.validator.format( "ááá®ááá á¨ááá§ááááá áááá¨ááááááá ááááááá áá á¢ááá {0} -á¡." ), + min: $.validator.format( "ááá®ááá á¨ááá§ááááá áááá¨ááááááá ááá¢á áá á¢ááá {0} -á¡." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"áá¡ áááá á¡áááááááá£ááá",remote:"ááá®ááá á¨ááá¡á¬áá áá.",email:"ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá.",url:"ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá.",date:"ááá®ááá á¨ááá§ááááá á¡á¬áá á ááá áá¦á.",dateISO:"á áá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá (ISO).",number:"ááá®ááá á¨ááá§ááááá á ááªá®áá.",digits:"ááá¨áááá£ááá áá®áááá áªáá¤á ááá.",creditcard:"ááá®ááá á¨ááá§ááááá á¡á¬áá á á¤áá ááá¢áá¡ ááá áááá¡ áááá.",equalTo:"ááá®ááá á¨ááá§ááááá ááááá áááá¨ááááááá.",maxlength:a.validator.format("ááá®ááá á¨� �áá§ááááá áá á á£ááá¢áá¡ {0} á¡ááááááá¡á."),minlength:a.validator.format("á¨ááá§ááááá áááááá£á {0} á¡áááááá."),rangelength:a.validator.format("ááá®ááá á¨ááá§ááááá {0} -ááá {1} -ááá á ááááááááá¡ á¡ááááááááá."),range:a.validator.format("á¨ááá§ááááá {0} -á¡á {1} -á¡ á¨áá áá¡."),max:a.validator.format("ááá®ááá á¨ááá§ááááá áááá¨ááááááá ááááá áá áá á¢ááá {0} -á¡."),min:a.validator.format("ááá®ááá á¨ááá§ááááá áááá¨ááááááá ááá¢á áá á¢ááá {0} -á¡.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ge.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,40 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + +/* + * Translated default messages for the jQuery validation plugin. + * Locale: GL (Galician; Galego) + */ +( function( $ ) { + $.extend( $.validator.messages, { + required: "Este campo é obrigatorio.", + remote: "Por favor, cubre este campo.", + email: "Por favor, escribe unha dirección de correo válida.", + url: "Por favor, escribe unha URL válida.", + date: "Por favor, escribe unha data válida.", + dateISO: "Por favor, escribe unha data (ISO) válida.", + number: "Por favor, escribe un número válido.", + digits: "Por favor, escribe só dÃxitos.", + creditcard: "Por favor, escribe un número de tarxeta válido.", + equalTo: "Por favor, escribe o mesmo valor de novo.", + extension: "Por favor, escribe un valor cunha extensión aceptada.", + maxlength: $.validator.format( "Por favor, non escribas máis de {0} caracteres." ), + minlength: $.validator.format( "Por favor, non escribas menos de {0} caracteres." ), + rangelength: $.validator.format( "Por favor, escribe un valor entre {0} e {1} caracteres." ), + range: $.validator.format( "Por favor, escribe un valor entre {0} e {1}." ), + max: $.validator.format( "Por favor, escribe un valor menor ou igual a {0}." ), + min: $.validator.format( "Por favor, escribe un valor maior ou igual a {0}." ), + nifES: "Por favor, escribe un NIF válido.", + nieES: "Por favor, escribe un NIE válido.", + cifES: "Por favor, escribe un CIF válido." + } ); +}( jQuery ) ); +return $; +})); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return function(a){a.extend(a.validator.messages,{required:"Este campo é obrigatorio.",remote:"Por favor, cubre este campo.",email:"Por favor, escribe unha dirección de correo válida.",url:"Por favor, escribe unha URL válida.",date:"Por favor, escribe unha data válida.",dateISO:"Por favor, escribe unha data (ISO) válida.",number:"Por favor, escribe un número válido.",digits:"Por favor, escribe só dÃxitos.",creditcard:"Por favor, escribe un número de tarxeta válido.",equalTo:"Por favor, escribe o mesmo valor de novo.",extension:"Por favor, escribe un valor cunha extensión aceptada.",maxlength:a.validator.format("Por favor, non escribas máis de {0} caracteres."),minlength:a.validator.format("Por favor, non escribas menos de {0} caracteres."),rangeleng th:a.validator.format("Por favor, escribe un valor entre {0} e {1} caracteres."),range:a.validator.format("Por favor, escribe un valor entre {0} e {1}."),max:a.validator.format("Por favor, escribe un valor menor ou igual a {0}."),min:a.validator.format("Por favor, escribe un valor maior ou igual a {0}."),nifES:"Por favor, escribe un NIF válido.",nieES:"Por favor, escribe un NIE válido.",cifES:"Por favor, escribe un CIF válido."})}(jQuery),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_gl.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.js Mon Nov 20 17:35:27 2017 @@ -1,23 +1,35 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: HE (Hebrew; ×¢×ר×ת) */ -jQuery.extend(jQuery.validator.messages, { - required: ".×ש×× ××× ××× × ×©×× ××××", - remote: "× × ××ª×§× ×©×× ××.", +$.extend( $.validator.messages, { + required: "×ש×× ××× ××× × ×©×× ××××", + remote: "× × ××ª×§× ×©×× ××", email: "× × ×××× ×ת××ת ×××\"× ××ק×ת", - url: "× × ×××× ×ת××ת ××× ××¨× × ××ק×ת.", + url: "× × ×××× ×ת××ת ××× ××¨× × ××ק×ת", date: "× × ×××× ×ª×ר×× ××ק×", - dateISO: "× × ×××× ×ª×ר×× ×××§× (ISO).", - number: "× × ×××× ×ספר.", - digits: ".× × ×××× ×¨×§ ×ספר××", - creditcard: "× × ×××× ×ספר ×ר××ס ×שר×× ××ק×.", - equalTo: "× × ×××× ×ת ×××ª× ×¢×¨× ×©××.", - accept: "× × ×××× ×¢×¨× ×¢× ×¡×××ת ××ק×ת.", - maxlength: jQuery.validator.format(".× × ×× ×××× ××תר ×- {0} ת××××"), - minlength: jQuery.validator.format("× × ×××× ×פ××ת {0} ת××××."), - rangelength: jQuery.validator.format("× × ×××× ×¢×¨× ××× {0} ×- {1} ת××××."), - range: jQuery.validator.format("× × ×××× ×¢×¨× ××× {0} ×- {1}."), - max: jQuery.validator.format("× × ×××× ×¢×¨× ×§×× ×× ×©××× ×- {0}."), - min: jQuery.validator.format("× × ×××× ×¢×¨× ×××× ×× ×©××× ×- {0}.") -}); + dateISO: "× × ×××× ×ª×ר×× ×××§× (ISO)", + number: "× × ×××× ×ספר", + digits: "× × ×××× ×¨×§ ×ספר××", + creditcard: "× × ×××× ×ספר ×ר××ס ×שר×× ××ק×", + equalTo: "× × ×××× ×ת ×××ª× ×¢×¨× ×©××", + extension: "× × ×××× ×¢×¨× ×¢× ×¡×××ת ××ק×ת", + maxlength: $.validator.format( ".× × ×× ×××× ××תר ×- {0} ת××××" ), + minlength: $.validator.format( "× × ×××× ×פ××ת {0} ת××××" ), + rangelength: $.validator.format( "× × ×××× ×¢×¨× ××× {0} ×- {1} ת××××" ), + range: $.validator.format( "× × ×××× ×¢×¨× ××× {0} ×- {1}" ), + max: $.validator.format( "× × ×××× ×¢×¨× ×§×× ×× ×©××× ×- {0}" ), + min: $.validator.format( "× × ×××× ×¢×¨× ×××× ×× ×©××× ×- {0}" ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"×ש×× ××× ××× × ×©×× ××××",remote:"× × ××ª×§× ×©×× ××",email:'× × ×××× ×ת××ת ×××"× ××ק×ת',url:"× × ×××× ×ת××ת ××× ××¨× × ××ק×ת",date:"× × ×××× ×ª×ר×× ××ק×",dateISO:"× × ×××× ×ª×ר×× ×××§× (ISO)",number:"× × ×××× ×ספר",digits:"× × ×××× ×¨×§ ×ספר××",creditcard:"× × ×××× ×ספר ×ר××ס ×שר×× ××ק×",equalTo:"× × ×××× ×ת ×××ª× ×¢×¨× ×©××",extension:"× × ×××× ×¢×¨× ×¢× ×¡×××ת ××ק×ת",maxlength:a.validator.format(".× × ×× ×××× ××תר ×- {0} ת××××"),minlength:a.validator.format("× × ×××× ×פ××ת {0} ת××××"),rangelength:a.validator.format("× × ×××× ×¢×¨× ××× {0} ×- {1} ת××××"),range:a.validator.format("× × ×××× ×¢×¨× ××× {0} ×- {1}"),max:a.validator.format("× × ×××× ×¢×¨× ×§×× ×× ×©××× ×- {0}"),min:a.validator.format("× × ×××× ×¢×¨× ×××× ×× ×©××× ×- {0}")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_he.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.js Mon Nov 20 17:35:27 2017 @@ -1,23 +1,35 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: HR (Croatia; hrvatski jezik) */ -jQuery.extend(jQuery.validator.messages, { - required: "Ovo polje je obavezno.", - remote: "Ovo polje treba popraviti.", - email: "Unesite ispravnu e-mail adresu.", - url: "Unesite ispravan URL.", - date: "Unesite ispravan datum.", - dateISO: "Unesite ispravan datum (ISO).", - number: "Unesite ispravan broj.", - digits: "Unesite samo brojeve.", - creditcard: "Unesite ispravan broj kreditne kartice.", - equalTo: "Unesite ponovo istu vrijednost.", - accept: "Unesite vrijednost sa ispravnom ekstenzijom.", - maxlength: $.validator.format("Maksimalni broj znakova je {0} ."), - minlength: $.validator.format("Minimalni broj znakova je {0} ."), - rangelength: $.validator.format("Unesite vrijednost izmeÄu {0} i {1} znakova."), - range: $.validator.format("Unesite vrijednost izmeÄu {0} i {1}."), - max: $.validator.format("Unesite vrijednost manju ili jednaku {0}."), - min: $.validator.format("Unesite vrijednost veÄu ili jednaku {0}.") -}); +$.extend( $.validator.messages, { + required: "Ovo polje je obavezno.", + remote: "Ovo polje treba popraviti.", + email: "Unesite ispravnu e-mail adresu.", + url: "Unesite ispravan URL.", + date: "Unesite ispravan datum.", + dateISO: "Unesite ispravan datum (ISO).", + number: "Unesite ispravan broj.", + digits: "Unesite samo brojeve.", + creditcard: "Unesite ispravan broj kreditne kartice.", + equalTo: "Unesite ponovo istu vrijednost.", + extension: "Unesite vrijednost sa ispravnom ekstenzijom.", + maxlength: $.validator.format( "Maksimalni broj znakova je {0} ." ), + minlength: $.validator.format( "Minimalni broj znakova je {0} ." ), + rangelength: $.validator.format( "Unesite vrijednost izmeÄu {0} i {1} znakova." ), + range: $.validator.format( "Unesite vrijednost izmeÄu {0} i {1}." ), + max: $.validator.format( "Unesite vrijednost manju ili jednaku {0}." ), + min: $.validator.format( "Unesite vrijednost veÄu ili jednaku {0}." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"Ovo polje je obavezno.",remote:"Ovo polje treba popraviti.",email:"Unesite ispravnu e-mail adresu.",url:"Unesite ispravan URL.",date:"Unesite ispravan datum.",dateISO:"Unesite ispravan datum (ISO).",number:"Unesite ispravan broj.",digits:"Unesite samo brojeve.",creditcard:"Unesite ispravan broj kreditne kartice.",equalTo:"Unesite ponovo istu vrijednost.",extension:"Unesite vrijednost sa ispravnom ekstenzijom.",maxlength:a.validator.format("Maksimalni broj znakova je {0} ."),minlength:a.validator.format("Minimalni broj znakova je {0} ."),rangelength:a.validator.format("Unesite vrijednost izmeÄu {0} i {1} znakova."),range:a.validator.format("Unesite vrijednost izmeÄu {0} i {1}."),max:a.validator.format("Unesite vrijednost manju ili jednaku {0}."),min:a.validator.format("Unesite vrijednost veÄu ili jednaku {0}.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hr.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.js?rev=1815824&r1=1815823&r2=1815824&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.js (original) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.js Mon Nov 20 17:35:27 2017 @@ -1,20 +1,35 @@ +(function( factory ) { + if ( typeof define === "function" && define.amd ) { + define( ["jquery", "../jquery.validate"], factory ); + } else if (typeof module === "object" && module.exports) { + module.exports = factory( require( "jquery" ) ); + } else { + factory( jQuery ); + } +}(function( $ ) { + /* * Translated default messages for the jQuery validation plugin. * Locale: HU (Hungarian; Magyar) */ -jQuery.extend(jQuery.validator.messages, { +$.extend( $.validator.messages, { required: "KötelezÅ megadni.", - maxlength: jQuery.validator.format("Legfeljebb {0} karakter hosszú legyen."), - minlength: jQuery.validator.format("Legalább {0} karakter hosszú legyen."), - rangelength: jQuery.validator.format("Legalább {0} és legfeljebb {1} karakter hosszú legyen."), + maxlength: $.validator.format( "Legfeljebb {0} karakter hosszú legyen." ), + minlength: $.validator.format( "Legalább {0} karakter hosszú legyen." ), + rangelength: $.validator.format( "Legalább {0} és legfeljebb {1} karakter hosszú legyen." ), email: "Ãrvényes e-mail cÃmnek kell lennie.", url: "Ãrvényes URL-nek kell lennie.", date: "Dátumnak kell lennie.", number: "Számnak kell lennie.", digits: "Csak számjegyek lehetnek.", equalTo: "Meg kell egyeznie a két értéknek.", - range: jQuery.validator.format("{0} és {1} közé kell esnie."), - max: jQuery.validator.format("Nem lehet nagyobb, mint {0}."), - min: jQuery.validator.format("Nem lehet kisebb, mint {0}."), - creditcard: "Ãrvényes hitelkártyaszámnak kell lennie." -}); + range: $.validator.format( "{0} és {1} közé kell esnie." ), + max: $.validator.format( "Nem lehet nagyobb, mint {0}." ), + min: $.validator.format( "Nem lehet kisebb, mint {0}." ), + creditcard: "Ãrvényes hitelkártyaszámnak kell lennie.", + remote: "Kérem javÃtsa ki ezt a mezÅt.", + dateISO: "Kérem Ãrjon be egy érvényes dátumot (ISO).", + step: $.validator.format( "A {0} egyik többszörösét adja meg." ) +} ); +return $; +})); \ No newline at end of file Added: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js?rev=1815824&view=auto ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js (added) +++ ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js Mon Nov 20 17:35:27 2017 @@ -0,0 +1,4 @@ +/*! jQuery Validation Plugin - v1.17.0 - 7/29/2017 + * https://jqueryvalidation.org/ + * Copyright (c) 2017 Jörn Zaefferer; Licensed MIT */ +!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){return a.extend(a.validator.messages,{required:"KötelezÅ megadni.",maxlength:a.validator.format("Legfeljebb {0} karakter hosszú legyen."),minlength:a.validator.format("Legalább {0} karakter hosszú legyen."),rangelength:a.validator.format("Legalább {0} és legfeljebb {1} karakter hosszú legyen."),email:"Ãrvényes e-mail cÃmnek kell lennie.",url:"Ãrvényes URL-nek kell lennie.",date:"Dátumnak kell lennie.",number:"Számnak kell lennie.",digits:"Csak számjegyek lehetnek.",equalTo:"Meg kell egyeznie a két értéknek.",range:a.validator.format("{0} és {1} közé kell esnie."),max:a.validator.format("Nem lehet nagyobb, mint {0}."),min:a.validator.format("Nem lehet kisebb, mint {0}."),creditcard:"Ãrvényes hitelkártyaszámnak kell lennie.",remote:"Kérem javÃtsa ki ezt a mezÅt.",dateISO:"Kérem Ãrjon be egy érvényes dátumot (ISO).",step:a.validator.format("A {0} egyik többszörösét adja meg.")}),a}); \ No newline at end of file Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_hu.min.js ------------------------------------------------------------------------------ svn:mime-type = text/plain |
Free forum by Nabble | Edit this page |