|
Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.js
------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,122 @@ +/* + * Metadata - jQuery plugin for parsing metadata from elements + * + * Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan + * + * Dual licensed under the MIT and GPL licenses: + * http://www.opensource.org/licenses/mit-license.php + * http://www.gnu.org/licenses/gpl.html + * + * Revision: $Id$ + * + */ + +/** + * Sets the type of metadata to use. Metadata is encoded in JSON, and each property + * in the JSON will become a property of the element itself. + * + * There are three supported types of metadata storage: + * + * attr: Inside an attribute. The name parameter indicates *which* attribute. + * + * class: Inside the class attribute, wrapped in curly braces: { } + * + * elem: Inside a child element (e.g. a script tag). The + * name parameter indicates *which* element. + * + * The metadata for an element is loaded the first time the element is accessed via jQuery. + * + * As a result, you can define the metadata type, use $(expr) to load the metadata into the elements + * matched by expr, then redefine the metadata type and run another $(expr) for other elements. + * + * @name $.metadata.setType + * + * @example <p id="one" class="some_class {item_id: 1, item_label: 'Label'}">This is a p</p> + * @before $.metadata.setType("class") + * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" + * @desc Reads metadata from the class attribute + * + * @example <p id="one" class="some_class" data="{item_id: 1, item_label: 'Label'}">This is a p</p> + * @before $.metadata.setType("attr", "data") + * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" + * @desc Reads metadata from a "data" attribute + * + * @example <p id="one" class="some_class"><script>{item_id: 1, item_label: 'Label'}</script>This is a p</p> + * @before $.metadata.setType("elem", "script") + * @after $("#one").metadata().item_id == 1; $("#one").metadata().item_label == "Label" + * @desc Reads metadata from a nested script element + * + * @param String type The encoding type + * @param String name The name of the attribute to be used to get metadata (optional) + * @cat Plugins/Metadata + * @descr Sets the type of encoding to be used when loading metadata for the first time + * @type undefined + * @see metadata() + */ + +(function($) { + +$.extend({ + metadata : { + defaults : { + type: 'class', + name: 'metadata', + cre: /({.*})/, + single: 'metadata' + }, + setType: function( type, name ){ + this.defaults.type = type; + this.defaults.name = name; + }, + get: function( elem, opts ){ + var settings = $.extend({},this.defaults,opts); + // check for empty string in single property + if ( !settings.single.length ) settings.single = 'metadata'; + + var data = $.data(elem, settings.single); + // returned cached data if it already exists + if ( data ) return data; + + data = "{}"; + + if ( settings.type == "class" ) { + var m = settings.cre.exec( elem.className ); + if ( m ) + data = m[1]; + } else if ( settings.type == "elem" ) { + if( !elem.getElementsByTagName ) + return undefined; + var e = elem.getElementsByTagName(settings.name); + if ( e.length ) + data = $.trim(e[0].innerHTML); + } else if ( elem.getAttribute != undefined ) { + var attr = elem.getAttribute( settings.name ); + if ( attr ) + data = attr; + } + + if ( data.indexOf( '{' ) <0 ) + data = "{" + data + "}"; + + data = eval("(" + data + ")"); + + $.data( elem, settings.single, data ); + return data; + } + } +}); + +/** + * Returns the metadata object for the first member of the jQuery object. + * + * @name metadata + * @descr Returns element's metadata object + * @param Object opts An object contianing settings to override the defaults + * @type jQuery + * @cat Plugins/Metadata + */ +$.fn.metadata = function( opts ){ + return $.metadata.get( this[0], opts ); +}; + +})(jQuery); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/lib/jquery.metadata.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,24 @@ +/* + * Translated default messages for the jQuery validation plugin into arabic. + * Locale: AR + */ +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}") +}); + Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ar.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: BG + */ +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 Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_bg.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: CN + */ +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} çå¼") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cn.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: CS + */ +jQuery.extend(jQuery.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.", + 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}.") +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_cs.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,20 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: DA + */ +jQuery.extend(jQuery.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."), + 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}."), + creditcard: "Indtast et gyldigt kreditkortnummer." +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_da.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,20 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: DE + */ +jQuery.extend(jQuery.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."), + 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 bitten einen Wert zwischen {0} und {1}."), + 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."), + creditcard: "Geben Sie bitte ein gültige Kreditkarten-Nummer ein." +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_de.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,24 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: EL + */ +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}.") +}); + Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_el.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: ES + */ +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 Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_es.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: FA + */ +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} ØØ±Ù ÙØ§Ø±Ø¯ Ú©ÙÛØ¯.") +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fa.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,21 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: FI + */ +jQuery.extend(jQuery.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.", + 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 yhtä suuri tai suurempi kuin {0}."), + min: jQuery.validator.format("Syötä arvo joka on pienempi tai yhtä suuri kuin {0}."), + creditcard: "Syötä voimassa oleva luottokorttinumero." +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fi.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: FR + */ +jQuery.extend(jQuery.validator.messages, { + required: "Ce champ est requis.", + remote: "Veuillez remplir ce champ pour continuer.", + email: "Veuillez entrer une adresse email valide.", + url: "Veuillez entrer une URL valide.", + date: "Veuillez entrer une date valide.", + dateISO: "Veuillez entrer une date valide (ISO).", + number: "Veuillez entrer un nombre valide.", + digits: "Veuillez entrer (seulement) une valeur numérique.", + creditcard: "Veuillez entrer un numéro de carte de crédit valide.", + equalTo: "Veuillez entrer une nouvelle fois la même valeur.", + accept: "Veuillez entrer une valeur avec une extension valide.", + maxlength: jQuery.validator.format("Veuillez ne pas entrer plus de {0} caractères."), + minlength: jQuery.validator.format("Veuillez entrer au moins {0} caractères."), + rangelength: jQuery.validator.format("Veuillez entrer entre {0} et {1} caractères."), + range: jQuery.validator.format("Veuillez entrer une valeur entre {0} et {1}."), + max: jQuery.validator.format("Veuillez entrer une valeur inférieure ou égale à {0}."), + min: jQuery.validator.format("Veuillez entrer une valeur supérieure ou égale à {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: HE + */ +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}.") +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,20 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: HU + */ +jQuery.extend(jQuery.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."), + 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." +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: IT + */ +jQuery.extend(jQuery.validator.messages, { + required: "Campo obbligatorio.", + remote: "Controlla questo campo.", + email: "Inserisci un indirizzo email valido.", + url: "Inserisci un indirizzo web valido.", + date: "Inserisci una data valida.", + dateISO: "Inserisci una data valida (ISO).", + number: "Inserisci un numero valido.", + digits: "Inserisci solo numeri.", + creditcard: "Inserisci un numero di carta di credito valido.", + equalTo: "Il valore non corrisponde.", + accept: "Inserisci un valore con un'estensione valida.", + maxlength: jQuery.validator.format("Non inserire più di {0} caratteri."), + minlength: jQuery.validator.format("Inserisci almeno {0} caratteri."), + rangelength: jQuery.validator.format("Inserisci un valore compreso tra {0} e {1} caratteri."), + range: jQuery.validator.format("Inserisci un valore compreso tra {0} e {1}."), + max: jQuery.validator.format("Inserisci un valore minore o uguale a {0}."), + min: jQuery.validator.format("Inserisci un valore maggiore o uguale a {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: KK + */ +jQuery.extend(jQuery.validator.messages, { + required: "Ðұл Ó©ÑÑÑÑÑ Ð¼ÑндеÑÑÑ ÑÒ¯Ñде ÑолÑÑÑÑÒ£Ñз.", + remote: "ÐÒ±ÑÑÑ Ð¼Ð°ÒÑна енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + email: "ÐаÒÑÑ ÑлекÑÑÐ¾Ð½Ð´Ñ Ð¿Ð¾ÑÑаңÑÐ·Ð´Ñ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + url: "ÐаÒÑÑ URL-Ð´Ñ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + date: "ÐаÒÑÑ URL-Ð´Ñ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + dateISO: "ÐаÒÑÑ ISO ÑоÑмаÑÑмен ÑÓÐ¹ÐºÐµÑ Ð´Ð°ÑаÑÑн енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + number: "ÐÒ¯Ð½Ð´Ñ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + digits: "Тек Òана ÑандаÑÐ´Ñ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + creditcard: "ÐеÑие каÑÑаÑÑнÑÒ£ нөмÑÑÑн дұÑÑÑ ÐµÐ½Ð³ÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + equalTo: "ÐÑÑ Ð¼ÓÐ½Ð´Ñ ÒайÑа енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.", + accept: "ФайлдÑÒ£ кеңейÑÑÑн дұÑÑÑ ÑаңдаңÑз.", + maxlength: jQuery.format("ҰзÑндÑÒÑ {0} Ñимволдан ÐºÓ©Ñ Ð±Ð¾Ð»Ð¼Ð°ÑÑн."), + minlength: jQuery.format("ҰзÑндÑÒÑ {0} Ñимволдан аз болмаÑÑн."), + rangelength: jQuery.format("ҰзÑндÑÒÑ {0}-{1} дейÑн мÓн енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз."), + range: jQuery.format("ÐожалÑйÑÑа, введиÑе ÑиÑло Ð¾Ñ {0} до {1}. - {0} - {1} ÑанÑн енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз."), + max: jQuery.format("{0} аз немеÑе Ñең ÑанÑн енгÑзÑÑÒ£ÑÐ´Ñ ÑÒ±ÑаймÑз."), + min: jQuery.format("{0} көп немеÑе Ñең ÑанÑн енгÑзÑÑÒ£ÑÐ·Ð´Ñ ÑÒ±ÑаймÑз.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin in lithuanian. + * Locale: LT + */ +jQuery.extend(jQuery.validator.messages, { + required: "Å is laukas yra privalomas.", + remote: "PraÅ¡au pataisyti šį laukÄ .", + email: "PraÅ¡au įvesti teisingÄ elektroninio paÅ¡to adresÄ .", + url: "PraÅ¡au įvesti teisingÄ URL.", + date: "PraÅ¡au įvesti teisingÄ datÄ .", + dateISO: "PraÅ¡au įvesti teisingÄ datÄ (ISO).", + number: "PraÅ¡au įvesti teisingÄ skaiÄių.", + digits: "PraÅ¡au naudoti tik skaitmenis.", + creditcard: "PraÅ¡au įvesti teisingÄ kreditinÄs kortelÄs numerį.", + equalTo: "PraÅ¡au įvestį tÄ paÄiÄ reikÅ¡mÄ dar kartÄ .", + accept: "PraÅ¡au įvesti reikÅ¡mÄ su teisingu plÄtiniu.", + maxlength: $.format("PraÅ¡au įvesti ne daugiau kaip {0} simbolių."), + minlength: $.format("PraÅ¡au įvesti bent {0} simbolius."), + rangelength: $.format("PraÅ¡au įvesti reikÅ¡mes, kurių ilgis nuo {0} iki {1} simbolių."), + range: $.format("PraÅ¡au įvesti reikÅ¡mÄ intervale nuo {0} iki {1}."), + max: $.format("PraÅ¡au įvesti reikÅ¡mÄ mažesnÄ arba lygiÄ {0}."), + min: $.format("PraÅ¡au įvesti reikÅ¡mÄ didesnÄ arba lygiÄ {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: LV + */ +jQuery.extend(jQuery.validator.messages, { + required: "Å is lauks ir obligÄts.", + remote: "LÅ«dzu, pÄrbaudiet Å¡o lauku.", + email: "LÅ«dzu, ievadiet derÄ«gu e-pasta adresi.", + url: "LÅ«dzu, ievadiet derÄ«gu URL adresi.", + date: "LÅ«dzu, ievadiet derÄ«gu datumu.", + dateISO: "LÅ«dzu, ievadiet derÄ«gu datumu (ISO).", + number: "LÅ«dzu, ievadiet derÄ«gu numuru.", + digits: "LÅ«dzu, ievadiet tikai ciparus.", + creditcard: "LÅ«dzu, ievadiet derÄ«gu kredÄ«tkartes numuru.", + equalTo: "LÅ«dzu, ievadiet to paÅ¡u vÄlreiz.", + accept: "LÅ«dzu, ievadiet vÄrtÄ«bu ar derÄ«gu paplaÅ¡inÄjumu.", + maxlength: jQuery.validator.format("LÅ«dzu, ievadiet ne vairÄk kÄ {0} rakstzÄ«mes."), + minlength: jQuery.validator.format("LÅ«dzu, ievadiet vismaz {0} rakstzÄ«mes."), + rangelength: jQuery.validator.format("LÅ«dzu ievadiet {0} lÄ«dz {1} rakstzÄ«mes."), + range: jQuery.validator.format("LÅ«dzu, ievadiet skaitli no {0} lÄ«dz {1}."), + max: jQuery.validator.format("LÅ«dzu, ievadiet skaitli, kurÅ¡ ir mazÄks vai vienÄds ar {0}."), + min: jQuery.validator.format("LÅ«dzu, ievadiet skaitli, kurÅ¡ ir lielÄks vai vienÄds ar {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: NL + */ +jQuery.extend(jQuery.validator.messages, { + required: "Dit is een verplicht veld.", + remote: "Controleer dit veld.", + email: "Vul hier een geldig email adres in.", + url: "Vul hier een geldige URL in.", + date: "Vul hier een geldige datum in.", + dateISO: "Vul hier een geldige datum in (ISO).", + number: "Vul hier een geldig nummer in.", + digits: "Vul hier alleen nummers in.", + creditcard: "Vul hier een geldig credit card nummer in.", + equalTo: "Vul hier dezelfde waarde in.", + accept: "Vul hier een waarde in met een geldige extensie.", + maxlength: jQuery.validator.format("Vul hier maximaal {0} tekens in."), + minlength: jQuery.validator.format("Vul hier minimaal {0} tekens in."), + rangelength: jQuery.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1} tekens."), + range: jQuery.validator.format("Vul hier een waarde in van minimaal {0} en maximaal {1}."), + max: jQuery.validator.format("Vul hier een waarde in kleiner dan of gelijk aan {0}."), + min: jQuery.validator.format("Vul hier een waarde in groter dan of gelijk aan {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: NO (Norwegian) + */ +jQuery.extend(jQuery.validator.messages, { + required: "Dette feltet er obligatorisk.", + maxlength: jQuery.validator.format("Maksimalt {0} tegn."), + minlength: jQuery.validator.format("Minimum {0} tegn."), + rangelength: jQuery.validator.format("Angi minimum {0} og maksimum {1} tegn."), + email: "Oppgi en gyldig epostadresse.", + url: "Angi en gyldig URL.", + date: "Angi en gyldig dato.", + dateISO: "Angi en gyldig dato (&ARING;&ARING;&ARING;&ARING;-MM-DD).", + dateSE: "Angi en gyldig dato.", + number: "Angi et gyldig nummer.", + numberSE: "Angi et gyldig nummer.", + digits: "Skriv kun tall.", + equalTo: "Skriv samme verdi igjen.", + range: jQuery.validator.format("Angi en verdi mellom {0} og {1}."), + max: jQuery.validator.format("Angi en verdi som er større eller lik {0}."), + min: jQuery.validator.format("Angi en verdi som er mindre eller lik {0}."), + creditcard: "Angi et gyldig kredittkortnummer." +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: PL + */ +jQuery.extend(jQuery.validator.messages, { + required: "To pole jest wymagane.", + remote: "ProszÄ o wypeÅnienie tego pola.", + email: "ProszÄ o podanie prawidÅowego adresu email.", + url: "ProszÄ o podanie prawidÅowego URL.", + date: "ProszÄ o podanie prawidÅowej daty.", + dateISO: "ProszÄ o podanie prawidÅowej daty (ISO).", + number: "ProszÄ o podanie prawidÅowej liczby.", + digits: "ProszÄ o podanie samych cyfr.", + creditcard: "ProszÄ o podanie prawidÅowej karty kredytowej.", + equalTo: "ProszÄ o podanie tej samej wartoÅci ponownie.", + accept: "ProszÄ o podanie wartoÅci z prawidÅowym rozszerzeniem.", + maxlength: jQuery.validator.format("ProszÄ o podanie nie wiÄcej niż {0} znaków."), + minlength: jQuery.validator.format("ProszÄ o podanie przynajmniej {0} znaków."), + rangelength: jQuery.validator.format("ProszÄ o podanie wartoÅci o dÅugoÅci od {0} do {1} znaków."), + range: jQuery.validator.format("ProszÄ o podanie wartoÅci z przedziaÅu od {0} do {1}."), + max: jQuery.validator.format("ProszÄ o podanie wartoÅci mniejszej bÄ dź równej {0}."), + min: jQuery.validator.format("ProszÄ o podanie wartoÅci wiÄkszej bÄ dź równej {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: PT_BR + */ +jQuery.extend(jQuery.validator.messages, { + required: "Este campo é requerido.", + remote: "Por favor, corrija este campo.", + email: "Por favor, forneça um endereço eletrônico válido.", + url: "Por favor, forneça uma URL válida.", + date: "Por favor, forneça uma data válida.", + dateISO: "Por favor, forneça uma data válida (ISO).", + number: "Por favor, forneça um número válida.", + digits: "Por favor, forneça somente dígitos.", + creditcard: "Por favor, forneça um cartão de crédito válido.", + equalTo: "Por favor, forneça o mesmo valor novamente.", + accept: "Por favor, forneça um valor com uma extensão válida.", + maxlength: jQuery.validator.format("Por favor, forneça não mais que {0} caracteres."), + minlength: jQuery.validator.format("Por favor, forneça ao menos {0} caracteres."), + rangelength: jQuery.validator.format("Por favor, forneça um valor entre {0} e {1} caracteres de comprimento."), + range: jQuery.validator.format("Por favor, forneça um valor entre {0} e {1}."), + max: jQuery.validator.format("Por favor, forneça um valor menor ou igual a {0}."), + min: jQuery.validator.format("Por favor, forneça um valor maior ou igual a {0}.") +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptbr.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/** + * Translated default messages for the jQuery validation plugin. + * Locale: PT_PT + */ +jQuery.extend(jQuery.validator.messages, { + required: "Campo de preenchimento obrigatório.", + remote: "Por favor, corrija este campo.", + email: "Por favor, introduza um endereço eletrónico válido.", + url: "Por favor, introduza um URL válido.", + date: "Por favor, introduza uma data válida.", + dateISO: "Por favor, introduza uma data válida (ISO).", + number: "Por favor, introduza um número válido.", + digits: "Por favor, introduza apenas dígitos.", + creditcard: "Por favor, introduza um número de cartão de crédito válido.", + equalTo: "Por favor, introduza de novo o mesmo valor.", + accept: "Por favor, introduza um ficheiro com uma extensão válida.", + maxlength: jQuery.validator.format("Por favor, não introduza mais do que {0} caracteres."), + minlength: jQuery.validator.format("Por favor, introduza pelo menos {0} caracteres."), + rangelength: jQuery.validator.format("Por favor, introduza entre {0} e {1} caracteres."), + range: jQuery.validator.format("Por favor, introduza um valor entre {0} e {1}."), + max: jQuery.validator.format("Por favor, introduza um valor menor ou igual a {0}."), + min: jQuery.validator.format("Por favor, introduza um valor maior ou igual a {0}.") +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ptpt.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: RO + */ +jQuery.extend(jQuery.validator.messages, { + required: "Acest câmp este obligatoriu.", + remote: "Te rugÄm sÄ completezi acest câmp.", + email: "Te rugÄm sÄ introduci o adresÄ de email validÄ", + url: "Te rugÄm sa introduci o adresÄ URL validÄ.", + date: "Te rugÄm sÄ introduci o datÄ corectÄ.", + dateISO: "Te rugÄm sÄ introduci o datÄ (ISO) corectÄ.", + number: "Te rugÄm sÄ introduci un numÄr întreg valid.", + digits: "Te rugÄm sÄ introduci doar cifre.", + creditcard: "Te rugÄm sÄ introduci un numar de carte de credit valid.", + equalTo: "Te rugÄm sÄ reintroduci valoarea.", + accept: "Te rugÄm sÄ introduci o valoare cu o extensie validÄ.", + maxlength: jQuery.validator.format("Te rugÄm sÄ nu introduci mai mult de {0} caractere."), + minlength: jQuery.validator.format("Te rugÄm sÄ introduci cel puÈin {0} caractere."), + rangelength: jQuery.validator.format("Te rugÄm sÄ introduci o valoare între {0} Èi {1} caractere."), + range: jQuery.validator.format("Te rugÄm sÄ introduci o valoare între {0} Èi {1}."), + max: jQuery.validator.format("Te rugÄm sÄ introduci o valoare egal sau mai micÄ decât {0}."), + min: jQuery.validator.format("Te rugÄm sÄ introduci o valoare egal sau mai mare decât {0}.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: RU + */ +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 Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,21 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: SE + */ +jQuery.extend(jQuery.validator.messages, { + required: "Detta fält är obligatoriskt.", + maxlength: jQuery.validator.format("Du får ange högst {0} tecken."), + minlength: jQuery.validator.format("Du måste ange minst {0} tecken."), + rangelength: jQuery.validator.format("Ange minst {0} och max {1} tecken."), + email: "Ange en korrekt e-postadress.", + url: "Ange en korrekt URL.", + date: "Ange ett korrekt datum.", + dateISO: "Ange ett korrekt datum (&ARING;&ARING;&ARING;&ARING;-MM-DD).", + number: "Ange ett korrekt nummer.", + digits: "Ange endast siffror.", + equalTo: "Ange samma värde igen.", + range: jQuery.validator.format("Ange ett värde mellan {0} och {1}."), + max: jQuery.validator.format("Ange ett värde som är större eller lika med {0}."), + min: jQuery.validator.format("Ange ett värde som är mindre eller lika med {0}."), + creditcard: "Ange ett korrekt kreditkortsnummer." +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_se.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,20 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: SK + */ +jQuery.extend(jQuery.validator.messages, { + required: "Povinné zadaÅ¥.", + maxlength: jQuery.validator.format("Maximálne {0} znakov."), + minlength: jQuery.validator.format("Minimálne {0} znakov."), + rangelength: jQuery.validator.format("Minimálne {0} a Maximálne {0} znakov."), + email: "E-mailová adresa musà byÅ¥ platná.", + url: "URL musà byÅ¥ platný.", + date: "Musà byÅ¥ dátum.", + number: "Musà byÅ¥ ÄÃslo.", + digits: "Môže obsahovaÅ¥ iba ÄÃslice.", + equalTo: "Dva hodnoty sa musia rovnaÅ¥.", + range: jQuery.validator.format("Musà byÅ¥ medzi {0} a {1}."), + max: jQuery.validator.format("Nemôže byÅ¥ viac ako{0}."), + min: jQuery.validator.format("Nemôže byÅ¥ menej ako{0}."), + creditcard: "ÄÃslo platobnej karty musà byÅ¥ platné." +}); Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: TR + */ +jQuery.extend(jQuery.validator.messages, { + required: "Bu alanın doldurulması zorunludur.", + remote: "Lütfen bu alanı düzeltin.", + email: "Lütfen geçerli bir e-posta adresi giriniz.", + url: "Lütfen geçerli bir web adresi (URL) giriniz.", + date: "Lütfen geçerli bir tarih giriniz.", + dateISO: "Lütfen geçerli bir tarih giriniz(ISO formatında)", + number: "Lütfen geçerli bir sayı giriniz.", + digits: "Lütfen sadece sayısal karakterler giriniz.", + creditcard: "Lütfen geçerli bir kredi kartı giriniz.", + equalTo: "Lütfen aynı deÄeri tekrar giriniz.", + accept: "Lütfen geçerli uzantıya sahip bir deÄer giriniz.", + maxlength: jQuery.validator.format("Lütfen en fazla {0} karakter uzunluÄunda bir deÄer giriniz."), + minlength: jQuery.validator.format("Lütfen en az {0} karakter uzunluÄunda bir deÄer giriniz."), + rangelength: jQuery.validator.format("Lütfen en az {0} ve en fazla {1} uzunluÄunda bir deÄer giriniz."), + range: jQuery.validator.format("Lütfen {0} ile {1} arasında bir deÄer giriniz."), + max: jQuery.validator.format("Lütfen {0} deÄerine eÅit ya da daha küçük bir deÄer giriniz."), + min: jQuery.validator.format("Lütfen {0} deÄerine eÅit ya da daha büyük bir deÄer giriniz.") +}); \ No newline at end of file Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js ------------------------------------------------------------------------------ svn:mime-type = text/plain Added: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js URL: http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js?rev=1001766&view=auto ============================================================================== --- ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js (added) +++ ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js Mon Sep 27 14:52:08 2010 @@ -0,0 +1,23 @@ +/* + * Translated default messages for the jQuery validation plugin. + * Locale: TW (Taiwan - Traditional Chinese) + */ +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 Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/branches/jquery/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tw.js ------------------------------------------------------------------------------ svn:mime-type = text/plain |
| Free forum by Nabble | Edit this page |
