Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
Mon Nov 20 17:35:27 2017
@@ -0,0 +1,12 @@
+/*! jQuery Mockjax
+ * A Plugin providing simple and flexible mocking of ajax requests and
responses
+ *
+ * Version: 2.2.1
+ * Home: https://github.com/jakerella/jquery-mockjax
+ * Copyright (c) 2016 Jordan Kasper, formerly appendTo;
+ * NOTE: This repository was taken over by Jordan Kasper (@jakerella) October,
2014
+ *
+ * Dual licensed under the MIT or GPL licenses.
+ * http://opensource.org/licenses/MIT OR
http://www.gnu.org/licenses/gpl-2.0.html
+ */
+!function(a,b){"use strict";if("function"==typeof
define&&define.amd&&define.amd.jQuery)define(["jquery"],function(c){return
b(c,a)});else{if("object"!=typeof exports)return
b(a.jQuery||a.$,a);module.exports=b}}(this,function(a,b){"use strict";function
c(c){void
0===b.DOMParser&&b.ActiveXObject&&(b.DOMParser=function(){},DOMParser.prototype.parseFromString=function(a){var
b=new ActiveXObject("Microsoft.XMLDOM");return
b.async="false",b.loadXML(a),b});try{var d=(new
DOMParser).parseFromString(c,"text/xml");if(!a.isXMLDoc(d))throw new
Error("Unable to parse XML");var e=a("parsererror",d);if(1===e.length)throw new
Error("Error: "+a(d).text());return d}catch(f){var g=void
0===f.name?f:f.name+": "+f.message;return void
a(document).trigger("xmlParseError",[g])}}function d(b,c){C.debug(b,["Checking
mock data against request data",b,c]);var
f=!0;if(a.isFunction(b))return!!b(c);if("string"==typeof
c){if(a.isFunction(b.test))return b.test(c);if("object"!=typeof b)return
b===c;c=e(c)}return a.
each(b,function(e){return void 0===c[e]?f=!1:void("object"==typeof
c[e]&&null!==c[e]?(f&&a.isArray(c[e])&&(f=a.isArray(b[e])&&c[e].length===b[e].length),f=f&&d(b[e],c[e])):f=b[e]&&a.isFunction(b[e].test)?f&&b[e].test(c[e]):f&&b[e]===c[e])}),f}function
e(a){var
b,c,d,e,f={},g=String(a).split(/&/);for(b=0,c=g.length;c>b;++b){d=g[b];try{d=decodeURIComponent(d.replace(/\+/g,"
")),d=d.split(/=/)}catch(h){continue}f[d[0]]?(f[d[0]].splice||(e=f[d[0]],f[d[0]]=[],f[d[0]].push(e)),f[d[0]].push(d[1])):f[d[0]]=d[1]}return
C.debug(null,["Getting query params from string",a,f]),f}function
f(b,c){return b[c]===a.mockjaxSettings[c]}function
g(b,c){if(a.isFunction(b))return
b(c);if(a.isFunction(b.url.test)){if(!b.url.test(c.url))return null}else{var
e=b.namespace||a.mockjaxSettings.namespace;if(e){var
f=[e,b.url].join("/");f=f.replace(/(\/+)/g,"/"),b.url=f}var
g=b.url.indexOf("*");if(b.url!==c.url&&-1===g||!new
RegExp(b.url.replace(/[-[\]{}()+?.,\\^$|#\s]/g,"\\$&").replace(/\*/g,".+")).test(c.url))r
eturn null}if(b.requestHeaders){if(void 0===c.headers)return null;var
h=!1;if(a.each(b.requestHeaders,function(a,b){var d=c.headers[a];return
d!==b?(h=!0,!1):void 0}),h)return
null}return!b.data||c.data&&d(b.data,c.data)?b&&b.type&&b.type.toLowerCase()!==c.type.toLowerCase()?null:b:null}function
h(a){return"number"==typeof a&&a>=0}function
i(b){if(a.isArray(b)&&2===b.length){var c=b[0],d=b[1];if(h(c)&&h(d))return
Math.floor(Math.random()*(d-c))+c}else if(h(b))return b;return B}function
j(b,d,e){C.debug(b,["Sending fake XHR request",b,d,e]);var g=function(f){return
function(){return
function(){this.status=b.status,this.statusText=b.statusText,this.readyState=1;var
g=function(){this.readyState=4;var e;"json"===d.dataType&&"object"==typeof
b.responseText?this.responseText=JSON.stringify(b.responseText):"xml"===d.dataType?"string"==typeof
b.responseXML?(this.responseXML=c(b.responseXML),this.responseText=b.responseXML):this.responseXML=b.responseXML:"object"==typeof
b.responseText&&null
!==b.responseText?(b.contentType="application/json",this.responseText=JSON.stringify(b.responseText)):this.responseText=b.responseText,"number"!=typeof
b.status&&"string"!=typeof b.status||(this.status=b.status),"string"==typeof
b.statusText&&(this.statusText=b.statusText),e=this.onload||this.onreadystatechange,a.isFunction(e)?(b.isTimeout&&(this.status=-1),e.call(this,b.isTimeout?"timeout":void
0)):b.isTimeout&&(this.status=-1)};if(a.isFunction(b.response)){if(2===b.response.length)return
void
b.response(e,function(){g.call(f)});b.response(e)}g.call(f)}.apply(f)}}(this);b.proxy?(C.info(b,["Retrieving
proxy file:
"+b.proxy,b]),v({global:!1,url:b.proxy,type:b.proxyType,data:b.data,async:d.async,dataType:"script"===d.dataType?"text/plain":d.dataType,complete:function(a){b.responseXML=b.responseText=a.responseText,f(b,"status")&&(b.status=a.status),f(b,"statusText")&&(b.statusText=a.statusText),d.async===!1?g():this.responseTimer=setTimeout(g,i(b.responseTime))}})):d.async===!1?g():thi
s.responseTimer=setTimeout(g,i(b.responseTime))}function k(b,c,d,e){return
C.debug(b,["Creating new mock XHR
object",b,c,d,e]),b=a.extend(!0,{},a.mockjaxSettings,b),"undefined"==typeof
b.headers&&(b.headers={}),"undefined"==typeof
c.headers&&(c.headers={}),b.contentType&&(b.headers["content-type"]=b.contentType),{status:b.status,statusText:b.statusText,readyState:1,open:function(){},send:function(){e.fired=!0,j.call(this,b,c,d)},abort:function(){clearTimeout(this.responseTimer)},setRequestHeader:function(a,b){c.headers[a]=b},getResponseHeader:function(a){return
b.headers&&b.headers[a]?b.headers[a]:"last-modified"===a.toLowerCase()?b.lastModified||(new
Date).toString():"etag"===a.toLowerCase()?b.etag||"":"content-type"===a.toLowerCase()?b.contentType||"text/plain":void
0},getAllResponseHeaders:function(){var c="";return
b.contentType&&(b.headers["Content-Type"]=b.contentType),a.each(b.headers,function(a,b){c+=a+":
"+b+"\n"}),c}}}function l(a,b,c){if(m(a),a.dataType="json",a.data&&z.t
est(a.data)||z.test(a.url)){p(a,b,c);var
d=/^(\w+:)?\/\/([^\/?#]+)/,e=d.exec(a.url),f=e&&(e[1]&&e[1]!==location.protocol||e[2]!==location.host);if(a.dataType="script","GET"===a.type.toUpperCase()&&f){var
g=n(a,b,c);return g?g:!0}}return null}function
m(a){"GET"===a.type.toUpperCase()?z.test(a.url)||(a.url+=(/\?/.test(a.url)?"&":"?")+(a.jsonp||"callback")+"=?"):a.data&&z.test(a.data)||(a.data=(a.data?a.data+"&":"")+(a.jsonp||"callback")+"=?")}function
n(b,c,d){C.debug(c,["Performing JSONP request",c,b,d]);var
e=d&&d.context||b,f=a.Deferred?new
a.Deferred:null;if(c.response&&a.isFunction(c.response))c.response(d);else
if("object"==typeof
c.responseText)a.globalEval("("+JSON.stringify(c.responseText)+")");else{if(c.proxy)return
C.info(c,["Performing JSONP proxy request:
"+c.proxy,c]),v({global:!1,url:c.proxy,type:c.proxyType,data:c.data,dataType:"script"===b.dataType?"text/plain":b.dataType,complete:function(d){a.globalEval("("+d.responseText+")"),o(b,c,e,f)}}),f;a.globalEval("("+("str
ing"==typeof c.responseText?'"'+c.responseText+'"':c.responseText)+")")}return
o(b,c,e,f),f}function o(b,c,d,e){var
f;setTimeout(function(){if(q(b,d,c),r(b,d),e){try{f=a.parseJSON(c.responseText)}catch(g){}e.resolveWith(d,[f||c.responseText]),C.log(c,["JSONP
mock call complete",c,e])}},i(c.responseTime))}function p(a,c,d){var
e=d&&d.context||a,f="string"==typeof
a.jsonpCallback&&a.jsonpCallback||"jsonp"+A++;a.data&&(a.data=(a.data+"").replace(z,"="+f+"$1")),a.url=a.url.replace(z,"="+f+"$1"),b[f]=b[f]||function(){q(a,e,c),r(a,e),b[f]=void
0;try{delete b[f]}catch(d){}},a.jsonpCallback=f}function
q(b,c,d){b.success&&b.success.call(c,d.responseText||"","success",{}),b.global&&(b.context?a(b.context):a.event).trigger("ajaxSuccess",[{},b])}function
r(b,c){b.complete&&b.complete.call(c,{statusText:"success",status:200},"success"),b.global&&(b.context?a(b.context):a.event).trigger("ajaxComplete",[{},b]),b.global&&!--a.active&&a.event.trigger("ajaxStop")}function
s(b,c){var d,e,f,h;C.debug(n
ull,["Ajax call intercepted",b,c]),"object"==typeof b?(c=b,b=void
0):(c=c||{},c.url=b||c.url),e=a.ajaxSetup({},c),e.type=e.method=e.method||e.type,h=function(b,d){var
e=c[b.toLowerCase()];return
function(){a.isFunction(e)&&e.apply(this,[].slice.call(arguments)),d["onAfter"+b]()}};for(var
i=0;i<w.length;i++)if(w[i]){if(f=g(w[i],e))return
a.mockjaxSettings.retainAjaxCalls&&x.push(e),C.info(f,["MOCK
"+e.type.toUpperCase()+":
"+e.url,a.ajaxSetup({},e)]),e.dataType&&"JSONP"===e.dataType.toUpperCase()&&(d=l(e,f,c))?d:(c.crossDomain=!1,f.cache=e.cache,f.timeout=e.timeout,f.global=e.global,f.isTimeout&&(f.responseTime>1?c.timeout=f.responseTime-1:(f.responseTime=2,c.timeout=1)),a.isFunction(f.onAfterSuccess)&&(c.success=h("Success",f)),a.isFunction(f.onAfterError)&&(c.error=h("Error",f)),a.isFunction(f.onAfterComplete)&&(c.complete=h("Complete",f)),t(f,c),function(b,c,e,f){d=v.call(a,a.extend(!0,{},e,{xhr:function(){return
k(b,c,e,f)}}))}(f,e,c,w[i]),d);C.debug(w[i],["Mock does not match re
quest",b,e])}if(C.log(null,["No mock matched to
request",b,c]),a.mockjaxSettings.retainAjaxCalls&&y.push(c),a.mockjaxSettings.throwUnmocked===!0)throw
new Error("AJAX not mocked: "+c.url);return v.apply(a,[c])}function
t(a,b){if(a.url instanceof RegExp&&a.hasOwnProperty("urlParams")){var
c=a.url.exec(b.url);if(1!==c.length){c.shift();var
d=0,e=c.length,f=a.urlParams.length,g=Math.min(e,f),h={};for(d;g>d;d++){var
i=a.urlParams[d];h[i]=c[d]}b.urlParams=h}}}function u(a){var b,c,d,e=[],f=a
instanceof RegExp?function(b){return a.test(b)}:function(b){return
a===b};for(b=0,c=w.length;c>b;b++)d=w[b],f(d.url)?C.log(d,["Clearing mock:
"+(d&&d.url),d]):e.push(d);return e}var
v=a.ajax,w=[],x=[],y=[],z=/=\?(&|$)/,A=(new
Date).getTime(),B=500;a.extend({ajax:s});var C={_log:function(b,c,d){var
e=a.mockjaxSettings.logging;return b&&"undefined"!=typeof
b.logging&&(e=b.logging),d=0===d?d:d||D.LOG,c=c.splice?c:[c],e===!1||d>e?void
0:a.mockjaxSettings.log?a.mockjaxSettings.log(b,c[1]||c[0]):a.mockjaxS
ettings.logger&&a.mockjaxSettings.logger[a.mockjaxSettings.logLevelMethods[d]]?a.mockjaxSettings.logger[a.mockjaxSettings.logLevelMethods[d]].apply(a.mockjaxSettings.logger,c):void
0},debug:function(a,b){return C._log(a,b,D.DEBUG)},log:function(a,b){return
C._log(a,b,D.LOG)},info:function(a,b){return
C._log(a,b,D.INFO)},warn:function(a,b){return
C._log(a,b,D.WARN)},error:function(a,b){return
C._log(a,b,D.ERROR)}},D={DEBUG:4,LOG:3,INFO:2,WARN:1,ERROR:0};return
a.mockjaxSettings={log:null,logger:b.console,logging:2,logLevelMethods:["error","warn","info","log","debug"],namespace:null,status:200,statusText:"OK",responseTime:B,isTimeout:!1,throwUnmocked:!1,retainAjaxCalls:!0,contentType:"text/plain",response:"",responseText:"",responseXML:"",proxy:"",proxyType:"GET",lastModified:null,etag:"",headers:{etag:"IJF@H#@923uf8023hFO@I#H#","content-type":"text/plain"}},a.mockjax=function(b){if(a.isArray(b))return
a.map(b,function(b){return a.mockjax(b)});var c=w.length;return
w[c]=b,C.log(b,["Cr
eated new mock
handler",b]),c},a.mockjax._logger=C,a.mockjax.clear=function(a){"string"==typeof
a||a instanceof RegExp?w=u(a):a||0===a?(C.log(w[a],["Clearing mock:
"+(w[a]&&w[a].url),w[a]]),w[a]=null):(C.log(null,"Clearing all
mocks"),w=[]),x=[],y=[]},a.mockjax.clearRetainedAjaxCalls=function(){x=[],y=[],C.debug(null,"Cleared
retained ajax calls")},a.mockjax.handler=function(a){return
1===arguments.length?w[a]:void 0},a.mockjax.mockedAjaxCalls=function(){return
x},a.mockjax.unfiredHandlers=function(){for(var
a=[],b=0,c=w.length;c>b;b++){var d=w[b];null===d||d.fired||a.push(d)}return
a},a.mockjax.unmockedAjaxCalls=function(){return y},a.mockjax});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/lib/jquery.mockjax.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.js
Mon Nov 20 17:35:27 2017
@@ -1,24 +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: AR (Arabic; Ø§ÙØ¹Ø±Ø¨ÙØ©)
*/
-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: "رجاء Ø¥Ø¯Ø®Ø§Ù ØªØ§Ø±ÙØ® صØÙØ",
+ 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_ar.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ar.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_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:"ÙØ°Ø§ Ø§ÙØÙÙ Ø¥ÙØ²Ø§Ù
Ù",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_ar.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_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_ar.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
Mon Nov 20 17:35:27 2017
@@ -0,0 +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: Az (Azeri; azÉrbaycan dili)
+ */
+$.extend( $.validator.messages, {
+ required: "Bu xana mütlÉq doldurulmalıdır.",
+ remote: "ZÉhmÉt olmasa, düzgün mÉna daxil edin.",
+ email: "ZÉhmÉt olmasa, düzgün elektron poçt daxil edin.",
+ url: "ZÉhmÉt olmasa, düzgün URL daxil edin.",
+ date: "ZÉhmÉt olmasa, düzgün tarix daxil edin.",
+ dateISO: "ZÉhmÉt olmasa, düzgün ISO formatlı tarix daxil edin.",
+ number: "ZÉhmÉt olmasa, düzgün rÉqÉm daxil edin.",
+ digits: "ZÉhmÉt olmasa, yalnız rÉqÉm daxil edin.",
+ creditcard: "ZÉhmÉt olmasa, düzgün kredit kart nömrÉsini daxil
edin.",
+ equalTo: "ZÉhmÉt olmasa, eyni mÉnanı bir daha daxil edin.",
+ extension: "ZÉhmÉt olmasa, düzgün geniÅlÉnmÉyÉ malik faylı
seçin.",
+ maxlength: $.validator.format( "ZÉhmÉt olmasa, {0} simvoldan çox
olmayaraq daxil edin." ),
+ minlength: $.validator.format( "ZÉhmÉt olmasa, {0} simvoldan az
olmayaraq daxil edin." ),
+ rangelength: $.validator.format( "ZÉhmÉt olmasa, {0} - {1}
aralıÄında uzunluÄa malik simvol daxil edin." ),
+ range: $.validator.format( "ZÉhmÉt olmasa, {0} - {1} aralıÄında
rÉqÉm daxil edin." ),
+ max: $.validator.format( "ZÉhmÉt olmasa, {0} vÉ ondan kiçik rÉqÉm
daxil edin." ),
+ min: $.validator.format( "ZÉhmÉt olmasa, {0} vÉ ondan böyük
rÉqÉm daxil edin" )
+} );
+return $;
+}));
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.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:"Bu xana mütlÉq
doldurulmalıdır.",remote:"ZÉhmÉt olmasa, düzgün mÉna daxil
edin.",email:"ZÉhmÉt olmasa, düzgün elektron poçt daxil
edin.",url:"ZÉhmÉt olmasa, düzgün URL daxil edin.",date:"ZÉhmÉt olmasa,
düzgün tarix daxil edin.",dateISO:"ZÉhmÉt olmasa, düzgün ISO formatlı
tarix daxil edin.",number:"ZÉhmÉt olmasa, düzgün rÉqÉm daxil
edin.",digits:"ZÉhmÉt olmasa, yalnız rÉqÉm daxil
edin.",creditcard:"ZÉhmÉt olmasa, düzgün kredit kart nömrÉsini daxil
edin.",equalTo:"ZÉhmÉt olmasa, eyni mÉnanı bir daha daxil
edin.",extension:"ZÉhmÉt olmasa, düzgün geniÅlÉnmÉyÉ malik faylı seçin
.",maxlength:a.validator.format("ZÉhmÉt olmasa, {0} simvoldan çox olmayaraq
daxil edin."),minlength:a.validator.format("ZÉhmÉt olmasa, {0} simvoldan az
olmayaraq daxil edin."),rangelength:a.validator.format("ZÉhmÉt olmasa, {0} -
{1} aralıÄında uzunluÄa malik simvol daxil
edin."),range:a.validator.format("ZÉhmÉt olmasa, {0} - {1} aralıÄında
rÉqÉm daxil edin."),max:a.validator.format("ZÉhmÉt olmasa, {0} vÉ ondan
kiçik rÉqÉm daxil edin."),min:a.validator.format("ZÉhmÉt olmasa, {0} vÉ
ondan böyük rÉqÉm daxil edin")}),a});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_az.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.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: BG (Bulgarian; бÑлгаÑÑки език)
*/
-jQuery.extend(jQuery.validator.messages, {
- required: "ÐолеÑо е задÑлжиÑелно.",
- remote: "ÐолÑ, вÑведеÑе пÑавилнаÑа
ÑÑойноÑÑ.",
- email: "ÐолÑ, вÑведеÑе валиден email.",
- url: "ÐолÑ, вÑведеÑе валидно URL.",
- date: "ÐолÑ, вÑведеÑе валидна даÑа.",
- dateISO: "ÐолÑ, вÑведеÑе валидна даÑа
(ISO).",
- number: "ÐолÑ, вÑведеÑе валиден
номеÑ.",
- digits: "ÐолÑ, вÑведеÑе Ñамо ÑиÑÑи",
- creditcard: "ÐолÑ, вÑведеÑе валиден
Ð½Ð¾Ð¼ÐµÑ Ð½Ð° кÑедиÑна каÑÑа.",
- equalTo: "ÐолÑ, вÑведеÑе ÑÑÑаÑа
ÑÑойноÑÑ Ð¾Ñново.",
- accept: "ÐолÑ, вÑведеÑе ÑÑойноÑÑ Ñ
валидно ÑазÑиÑение.",
- 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}.")
-});
\ No newline at end of file
+$.extend( $.validator.messages, {
+ required: "ÐолеÑо е задÑлжиÑелно.",
+ remote: "ÐолÑ, вÑведеÑе пÑавилнаÑа
ÑÑойноÑÑ.",
+ email: "ÐолÑ, вÑведеÑе валиден email.",
+ url: "ÐолÑ, вÑведеÑе валидно URL.",
+ date: "ÐолÑ, вÑведеÑе валидна даÑа.",
+ 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_bg.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.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:"ÐолÑ, вÑведеÑе
валиден email.",url:"ÐолÑ, вÑведеÑе валидно
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_bg.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bg.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
Mon Nov 20 17:35:27 2017
@@ -0,0 +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: bn_BD (Bengali, Bangladesh)
+ */
+$.extend( $.validator.messages, {
+ required: "à¦à¦ তথà§à¦¯à¦à¦¿ à¦à¦¬à¦¶à§à¦¯à¦à¥¤",
+ remote: "à¦à¦ তথà§à¦¯à¦à¦¿ ঠিঠà¦à¦°à§à¦¨à¥¤",
+ email: "à¦
নà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦à¦à¦¿ সঠিà¦
মà§à¦à¦² ঠিà¦à¦¾à¦¨à¦¾ লিà¦à§à¦¨à¥¤",
+ url: "à¦
নà§à¦à§à¦°à¦¹ à¦à¦°à§ à¦à¦à¦à¦¿ সঠিà¦
লিà¦à§à¦ দিন।",
+ date: "তারিঠসঠিঠনà§à¥¤",
+ 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
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.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_bn_BD.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_bn_BD.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.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: CA (Catalan; català )
*/
-jQuery.extend(jQuery.validator.messages, {
- required: "Aquest camp és obligatori.",
- remote: "Si us plau, omple aquest camp.",
- email: "Si us plau, escriu una adreça de correu-e và lida",
- url: "Si us plau, escriu una URL và lida.",
- date: "Si us plau, escriu una data và lida.",
- dateISO: "Si us plau, escriu una data (ISO) và lida.",
- number: "Si us plau, escriu un número enter và lid.",
- digits: "Si us plau, escriu només dÃgits.",
- creditcard: "Si us plau, escriu un número de tarjeta và lid.",
- equalTo: "Si us plau, escriu el maateix valor de nou.",
- accept: "Si us plau, escriu un valor amb una extensió acceptada.",
- maxlength: jQuery.validator.format("Si us plau, no escriguis més de {0}
caracters."),
- minlength: jQuery.validator.format("Si us plau, no escriguis menys de {0}
caracters."),
- rangelength: jQuery.validator.format("Si us plau, escriu un valor entre {0}
i {1} caracters."),
- range: jQuery.validator.format("Si us plau, escriu un valor entre {0} i
{1}."),
- max: jQuery.validator.format("Si us plau, escriu un valor menor o igual a
{0}."),
- min: jQuery.validator.format("Si us plau, escriu un valor major o igual a
{0}.")
-});
\ No newline at end of file
+$.extend( $.validator.messages, {
+ required: "Aquest camp és obligatori.",
+ remote: "Si us plau, omple aquest camp.",
+ email: "Si us plau, escriu una adreça de correu-e và lida",
+ url: "Si us plau, escriu una URL và lida.",
+ date: "Si us plau, escriu una data và lida.",
+ dateISO: "Si us plau, escriu una data (ISO) và lida.",
+ number: "Si us plau, escriu un número enter và lid.",
+ digits: "Si us plau, escriu només dÃgits.",
+ creditcard: "Si us plau, escriu un número de tarjeta và lid.",
+ equalTo: "Si us plau, escriu el mateix valor de nou.",
+ extension: "Si us plau, escriu un valor amb una extensió acceptada.",
+ maxlength: $.validator.format( "Si us plau, no escriguis més de {0}
caracters." ),
+ minlength: $.validator.format( "Si us plau, no escriguis menys de {0}
caracters." ),
+ rangelength: $.validator.format( "Si us plau, escriu un valor entre {0}
i {1} caracters." ),
+ range: $.validator.format( "Si us plau, escriu un valor entre {0} i
{1}." ),
+ max: $.validator.format( "Si us plau, escriu un valor menor o igual a
{0}." ),
+ min: $.validator.format( "Si us plau, escriu un valor major o igual a
{0}." )
+} );
+return $;
+}));
\ No newline at end of file
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.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:"Aquest camp és
obligatori.",remote:"Si us plau, omple aquest camp.",email:"Si us plau, escriu
una adreça de correu-e và lida",url:"Si us plau, escriu una URL vÃ
lida.",date:"Si us plau, escriu una data và lida.",dateISO:"Si us plau, escriu
una data (ISO) và lida.",number:"Si us plau, escriu un número enter vÃ
lid.",digits:"Si us plau, escriu només dÃgits.",creditcard:"Si us plau,
escriu un número de tarjeta và lid.",equalTo:"Si us plau, escriu el mateix
valor de nou.",extension:"Si us plau, escriu un valor amb una extensió
acceptada.",maxlength:a.validator.format("Si us plau, no escriguis més de {0}
caracters."),minlength:a.validator.format("Si us plau, no escriguis menys de
{0} caracters."),rangelength:a.va
lidator.format("Si us plau, escriu un valor entre {0} i {1}
caracters."),range:a.validator.format("Si us plau, escriu un valor entre {0} i
{1}."),max:a.validator.format("Si us plau, escriu un valor menor o igual a
{0}."),min:a.validator.format("Si us plau, escriu un valor major o igual a
{0}.")}),a});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_ca.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cn.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cn.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cn.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cn.js
Mon Nov 20 17:35:27 2017
@@ -1,3 +1,13 @@
+(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: CN
@@ -20,4 +30,6 @@ jQuery.extend(jQuery.validator.messages,
range: jQuery.validator.format("请è¾å
¥ä¸ä¸ªä»äº {0} å
{1} ä¹é´çå¼"),
max: jQuery.validator.format("请è¾å
¥ä¸ä¸ªæå¤§ä¸º {0}
çå¼"),
min: jQuery.validator.format("请è¾å
¥ä¸ä¸ªæå°ä¸º {0}
çå¼")
-});
\ No newline at end of file
+});
+return $;
+}));
\ No newline at end of file
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.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: CS (Czech; ÄeÅ¡tina, Äeský jazyk)
*/
-jQuery.extend(jQuery.validator.messages, {
+$.extend( $.validator.messages, {
required: "Tento údaj je povinný.",
remote: "ProsÃm, opravte tento údaj.",
email: "ProsÃm, zadejte platný e-mail.",
@@ -13,11 +23,13 @@ jQuery.extend(jQuery.validator.messages,
digits: "ProsÃm, zadávejte pouze ÄÃslice.",
creditcard: "ProsÃm, zadejte ÄÃslo kreditnà karty.",
equalTo: "ProsÃm, zadejte znovu stejnou hodnotu.",
- accept: "ProsÃm, zadejte soubor se správnou pÅÃponou.",
- maxlength: jQuery.validator.format("ProsÃm, zadejte nejvÃce {0}
znaků."),
- minlength: jQuery.validator.format("ProsÃm, zadejte nejménÄ {0}
znaků."),
- rangelength: jQuery.validator.format("ProsÃm, zadejte od {0} do {1}
znaků."),
- range: jQuery.validator.format("ProsÃm, zadejte hodnotu od {0} do
{1}."),
- max: jQuery.validator.format("ProsÃm, zadejte hodnotu menšà nebo
rovnu {0}."),
- min: jQuery.validator.format("ProsÃm, zadejte hodnotu vÄtšà nebo
rovnu {0}.")
-});
+ extension: "ProsÃm, zadejte soubor se správnou pÅÃponou.",
+ maxlength: $.validator.format( "ProsÃm, zadejte nejvÃce {0} znaků."
),
+ minlength: $.validator.format( "ProsÃm, zadejte nejménÄ {0} znaků."
),
+ rangelength: $.validator.format( "ProsÃm, zadejte od {0} do {1}
znaků." ),
+ range: $.validator.format( "ProsÃm, zadejte hodnotu od {0} do {1}." ),
+ max: $.validator.format( "ProsÃm, zadejte hodnotu menšà nebo rovnu
{0}." ),
+ min: $.validator.format( "ProsÃm, zadejte hodnotu vÄtšà nebo rovnu
{0}." )
+} );
+return $;
+}));
\ No newline at end of file
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.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:"Tento údaj je
povinný.",remote:"ProsÃm, opravte tento údaj.",email:"ProsÃm, zadejte
platný e-mail.",url:"ProsÃm, zadejte platné URL.",date:"ProsÃm, zadejte
platné datum.",dateISO:"ProsÃm, zadejte platné datum
(ISO).",number:"ProsÃm, zadejte ÄÃslo.",digits:"ProsÃm, zadávejte pouze
ÄÃslice.",creditcard:"ProsÃm, zadejte ÄÃslo kreditnÃ
karty.",equalTo:"ProsÃm, zadejte znovu stejnou hodnotu.",extension:"ProsÃm,
zadejte soubor se správnou pÅÃponou.",maxlength:a.validator.format("ProsÃm,
zadejte nejvÃce {0} znaků."),minlength:a.validator.format("ProsÃm, zadejte
nejménÄ {0} znaků."),rangelength:a.validator.format("ProsÃm, zadejte od {0}
do {1} z
naků."),range:a.validator.format("ProsÃm, zadejte hodnotu od {0} do
{1}."),max:a.validator.format("ProsÃm, zadejte hodnotu menšà nebo rovnu
{0}."),min:a.validator.format("ProsÃm, zadejte hodnotu vÄtšà nebo rovnu
{0}.")}),a});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_cs.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.js
Mon Nov 20 17:35:27 2017
@@ -1,20 +1,32 @@
+(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: DA (Danish; dansk)
*/
-jQuery.extend(jQuery.validator.messages, {
+$.extend( $.validator.messages, {
required: "Dette felt er påkrævet.",
- maxlength: jQuery.validator.format("Indtast højst {0} tegn."),
- minlength: jQuery.validator.format("Indtast mindst {0} tegn."),
- rangelength: jQuery.validator.format("Indtast mindst {0} og højst {1}
tegn."),
+ maxlength: $.validator.format( "Indtast højst {0} tegn." ),
+ minlength: $.validator.format( "Indtast mindst {0} tegn." ),
+ rangelength: $.validator.format( "Indtast mindst {0} og højst {1}
tegn." ),
email: "Indtast en gyldig email-adresse.",
url: "Indtast en gyldig URL.",
date: "Indtast en gyldig dato.",
number: "Indtast et tal.",
digits: "Indtast kun cifre.",
equalTo: "Indtast den samme værdi igen.",
- range: jQuery.validator.format("Angiv en værdi mellem {0} og {1}."),
- max: jQuery.validator.format("Angiv en værdi der højst er {0}."),
- min: jQuery.validator.format("Angiv en værdi der mindst er {0}."),
+ range: $.validator.format( "Angiv en værdi mellem {0} og {1}." ),
+ max: $.validator.format( "Angiv en værdi der højst er {0}." ),
+ min: $.validator.format( "Angiv en værdi der mindst er {0}." ),
creditcard: "Indtast et gyldigt kreditkortnummer."
-});
+} );
+return $;
+}));
\ No newline at end of file
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.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:"Dette felt er
påkrævet.",maxlength:a.validator.format("Indtast højst {0}
tegn."),minlength:a.validator.format("Indtast mindst {0}
tegn."),rangelength:a.validator.format("Indtast mindst {0} og højst {1}
tegn."),email:"Indtast en gyldig email-adresse.",url:"Indtast en gyldig
URL.",date:"Indtast en gyldig dato.",number:"Indtast et tal.",digits:"Indtast
kun cifre.",equalTo:"Indtast den samme værdi
igen.",range:a.validator.format("Angiv en værdi mellem {0} og
{1}."),max:a.validator.format("Angiv en værdi der højst er
{0}."),min:a.validator.format("Angiv en værdi der mindst er
{0}."),creditcard:"Indtast et gyldigt kreditkortnummer."}),a});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_da.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.js
Mon Nov 20 17:35:27 2017
@@ -1,20 +1,32 @@
+(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: DE (German, Deutsch)
*/
-jQuery.extend(jQuery.validator.messages, {
+$.extend( $.validator.messages, {
required: "Dieses Feld ist ein Pflichtfeld.",
- maxlength: jQuery.validator.format("Geben Sie bitte maximal {0} Zeichen
ein."),
- minlength: jQuery.validator.format("Geben Sie bitte mindestens {0}
Zeichen ein."),
- rangelength: jQuery.validator.format("Geben Sie bitte mindestens {0}
und maximal {1} Zeichen ein."),
+ maxlength: $.validator.format( "Geben Sie bitte maximal {0} Zeichen
ein." ),
+ minlength: $.validator.format( "Geben Sie bitte mindestens {0} Zeichen
ein." ),
+ rangelength: $.validator.format( "Geben Sie bitte mindestens {0} und
maximal {1} Zeichen ein." ),
email: "Geben Sie bitte eine gültige E-Mail Adresse ein.",
url: "Geben Sie bitte eine gültige URL ein.",
date: "Bitte geben Sie ein gültiges Datum ein.",
number: "Geben Sie bitte eine Nummer ein.",
digits: "Geben Sie bitte nur Ziffern ein.",
equalTo: "Bitte denselben Wert wiederholen.",
- range: jQuery.validator.format("Geben Sie bitte einen Wert zwischen {0}
und {1} ein."),
- max: jQuery.validator.format("Geben Sie bitte einen Wert kleiner oder
gleich {0} ein."),
- min: jQuery.validator.format("Geben Sie bitte einen Wert gröÃer oder
gleich {0} ein."),
+ range: $.validator.format( "Geben Sie bitte einen Wert zwischen {0} und
{1} ein." ),
+ max: $.validator.format( "Geben Sie bitte einen Wert kleiner oder
gleich {0} ein." ),
+ min: $.validator.format( "Geben Sie bitte einen Wert gröÃer oder
gleich {0} ein." ),
creditcard: "Geben Sie bitte eine gültige Kreditkarten-Nummer ein."
-});
+} );
+return $;
+}));
\ No newline at end of file
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.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:"Dieses Feld ist ein
Pflichtfeld.",maxlength:a.validator.format("Geben Sie bitte maximal {0} Zeichen
ein."),minlength:a.validator.format("Geben Sie bitte mindestens {0} Zeichen
ein."),rangelength:a.validator.format("Geben Sie bitte mindestens {0} und
maximal {1} Zeichen ein."),email:"Geben Sie bitte eine gültige E-Mail Adresse
ein.",url:"Geben Sie bitte eine gültige URL ein.",date:"Bitte geben Sie ein
gültiges Datum ein.",number:"Geben Sie bitte eine Nummer ein.",digits:"Geben
Sie bitte nur Ziffern ein.",equalTo:"Bitte denselben Wert
wiederholen.",range:a.validator.format("Geben Sie bitte einen Wert zwischen {0}
und {1} ein."),max:a.validator.format("Geben Sie bitte einen Wert kleiner oder
gleich {0} ein."),min:a.validator.format("Gebe
n Sie bitte einen Wert gröÃer oder gleich {0} ein."),creditcard:"Geben Sie
bitte eine gültige Kreditkarten-Nummer ein."}),a});
\ No newline at end of file
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_de.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.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: EL (Greek; ελληνικά)
*/
-jQuery.extend(jQuery.validator.messages, {
+$.extend( $.validator.messages, {
required: "ÎÏ
ÏÏ Ïο Ïεδίο είναι Ï
ÏοÏÏεÏÏικÏ.",
remote: "ΠαÏÎ±ÎºÎ±Î»Ï Î´Î¹Î¿ÏθÏÏÏε αÏ
ÏÏ Ïο Ïεδίο.",
email: "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μια ÎγκÏ
Ïη
διεÏθÏ
νÏη email.",
@@ -13,12 +23,13 @@ jQuery.extend(jQuery.validator.messages,
digits: "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μÏνο
αÏιθμηÏικά ÏηÏία.",
creditcard: "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε Îναν ÎγκÏ
Ïο
αÏÎ¹Î¸Î¼Ï ÏιÏÏÏÏÎ¹ÎºÎ®Ï ÎºÎ¬ÏÏαÏ.",
equalTo: "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε Ïην ίδια Ïιμή
ξανά.",
- accept: "ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μια Ïιμή με ÎγκÏ
Ïη εÏÎκÏαÏη αÏÏείοÏ
.",
- 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}.")
-});
-
+ 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_el.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.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:"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε μια ÎγκÏ
Ïη
διεÏθÏ
νÏη email.",url:"ΠαÏÎ±ÎºÎ±Î»Ï ÎµÎ¹ÏάγεÏε Îνα
ÎγκÏ
Ïο 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_el.min.js
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.min.js
------------------------------------------------------------------------------
svn:keywords = Date Rev Author URL Id
Propchange:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_el.min.js
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_en.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_en.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_en.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_en.js
Mon Nov 20 17:35:27 2017
@@ -1,3 +1,13 @@
+(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: EN
@@ -21,4 +31,6 @@ jQuery.extend(jQuery.validator.messages,
max: $.validator.format("Please enter a value less than or equal to {0}."),
min: $.validator.format("Please enter a value greater than or equal to
{0}.")
});
+return $;
+}));
Modified:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.js?rev=1815824&r1=1815823&r2=1815824&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.js
(original)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.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: ES (Spanish; Español)
*/
-jQuery.extend(jQuery.validator.messages, {
- required: "Este campo es obligatorio.",
- remote: "Por favor, rellena este campo.",
- email: "Por favor, escribe una dirección de correo válida",
- url: "Por favor, escribe una URL válida.",
- date: "Por favor, escribe una fecha válida.",
- dateISO: "Por favor, escribe una fecha (ISO) válida.",
- number: "Por favor, escribe un número entero válido.",
- digits: "Por favor, escribe sólo dÃgitos.",
- creditcard: "Por favor, escribe un número de tarjeta válido.",
- equalTo: "Por favor, escribe el mismo valor de nuevo.",
- accept: "Por favor, escribe un valor con una extensión aceptada.",
- maxlength: jQuery.validator.format("Por favor, no escribas más de {0}
caracteres."),
- minlength: jQuery.validator.format("Por favor, no escribas menos de {0}
caracteres."),
- rangelength: jQuery.validator.format("Por favor, escribe un valor entre {0}
y {1} caracteres."),
- range: jQuery.validator.format("Por favor, escribe un valor entre {0} y
{1}."),
- max: jQuery.validator.format("Por favor, escribe un valor menor o igual a
{0}."),
- min: jQuery.validator.format("Por favor, escribe un valor mayor o igual a
{0}.")
-});
\ No newline at end of file
+$.extend( $.validator.messages, {
+ required: "Este campo es obligatorio.",
+ remote: "Por favor, rellena este campo.",
+ email: "Por favor, escribe una dirección de correo válida.",
+ url: "Por favor, escribe una URL válida.",
+ date: "Por favor, escribe una fecha válida.",
+ dateISO: "Por favor, escribe una fecha (ISO) válida.",
+ number: "Por favor, escribe un número válido.",
+ digits: "Por favor, escribe sólo dÃgitos.",
+ creditcard: "Por favor, escribe un número de tarjeta válido.",
+ equalTo: "Por favor, escribe el mismo valor de nuevo.",
+ extension: "Por favor, escribe 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, escribe un valor entre {0}
y {1} caracteres." ),
+ range: $.validator.format( "Por favor, escribe un valor entre {0} y
{1}." ),
+ max: $.validator.format( "Por favor, escribe un valor menor o igual a
{0}." ),
+ min: $.validator.format( "Por favor, escribe un valor mayor o 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."
+} );
+return $;
+}));
\ No newline at end of file
Added:
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js?rev=1815824&view=auto
==============================================================================
---
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.min.js
(added)
+++
ofbiz/ofbiz-framework/trunk/themes/common/webapp/common/js/jquery/plugins/validate/localization/messages_es.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, rellena este campo.",email:"Por favor, escribe
una dirección de correo válida.",url:"Por favor, escribe una URL
válida.",date:"Por favor, escribe una fecha válida.",dateISO:"Por favor,
escribe una fecha (ISO) válida.",number:"Por favor, escribe un número
válido.",digits:"Por favor, escribe sólo dÃgitos.",creditcard:"Por favor,
escribe un número de tarjeta válido.",equalTo:"Por favor, escribe el mismo
valor de nuevo.",extension:"Por favor, escribe 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.valida
tor.format("Por favor, escribe un valor entre {0} y {1}
caracteres."),range:a.validator.format("Por favor, escribe un valor entre {0} y
{1}."),max:a.validator.format("Por favor, escribe un valor menor o igual a
{0}."),min:a.validator.format("Por favor, escribe un valor mayor o 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."}),a});
\ No newline at end of file