svn commit: r1399132 [3/3] - in /ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate: ./ lib/ localization/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1399132 [3/3] - in /ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate: ./ lib/ localization/

sascharodekamp
Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_fr.js Wed Oct 17 07:14:00 2012
@@ -1,23 +1,44 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: FR
+ * Locale: FR (French; français)
  */
 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}.")
+ required: "Ce champ est obligatoire.",
+ remote: "Veuillez corriger ce champ.",
+ email: "Veuillez fournir une adresse électronique valide.",
+ url: "Veuillez fournir une adresse URL valide.",
+ date: "Veuillez fournir une date valide.",
+ dateISO: "Veuillez fournir une date valide (ISO).",
+ number: "Veuillez fournir un numéro valide.",
+ digits: "Veuillez fournir seulement des chiffres.",
+ creditcard: "Veuillez fournir un numéro de carte de crédit valide.",
+ equalTo: "Veuillez fournir encore la même valeur.",
+ accept: "Veuillez fournir une valeur avec une extension valide.",
+ maxlength: $.validator.format("Veuillez fournir au plus {0} caractères."),
+ minlength: $.validator.format("Veuillez fournir au moins {0} caractères."),
+ rangelength: $.validator.format("Veuillez fournir une valeur qui contient entre {0} et {1} caractères."),
+ range: $.validator.format("Veuillez fournir une valeur entre {0} et {1}."),
+ max: $.validator.format("Veuillez fournir une valeur inférieur ou égal à {0}."),
+ min: $.validator.format("Veuillez fournir une valeur supérieur ou égal à {0}."),
+ maxWords: $.validator.format("Veuillez fournir au plus {0} mots."),
+ minWords: $.validator.format("Veuillez fournir au moins {0} mots."),
+ rangeWords: $.validator.format("Veuillez fournir entre {0} et {1} mots."),
+ letterswithbasicpunc: "Veuillez fournir seulement des lettres et des signes de ponctuation.",
+ alphanumeric: "Veuillez fournir seulement des lettres, nombres, espaces et soulignages",
+ lettersonly: "Veuillez fournir seulement des lettres.",
+ nowhitespace: "Veuillez ne pas inscrire d'espaces blancs.",
+ ziprange: "Veuillez fournir un code postal entre 902xx-xxxx et 905-xx-xxxx.",
+ integer: "Veuillez fournir un nombre non décimal qui est positif ou négatif.",
+ vinUS: "Veuillez fournir un numéro d'identification du véhicule (VIN).",
+ dateITA: "Veuillez fournir une date valide.",
+ time: "Veuillez fournir une heure valide entre 00:00 et 23:59.",
+ phoneUS: "Veuillez fournir un numéro de téléphone valide.",
+ phoneUK: "Veuillez fournir un numéro de téléphone valide.",
+ mobileUK: "Veuillez fournir un numéro de téléphone mobile valide.",
+ strippedminlength: jQuery.validator.format("Veuillez fournir au moins {0} caractères."),
+ email2: "Veuillez fournir une adresse électronique valide.",
+ url2: "Veuillez fournir une adresse URL valide.",
+ creditcardtypes: "Veuillez fournir un numéro de carte de crédit valide.",
+ ipv4: "Veuillez fournir une adresse IP v4 valide.",
+ ipv6: "Veuillez fournir une adresse IP v6 valide."
 });
\ No newline at end of file

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_he.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: HE
+ * Locale: HE (Hebrew; עברית)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: ".השדה הזה הינו שדה חובה",

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hr.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hr.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hr.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hr.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: HR (Croatia; hrvatski jezik)
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "Ovo polje je obavezno.",
+ remote: "Ovo polje treba popraviti.",
+ email: "Unesite ispravnu e-mail adresu.",
+ url: "Unesite ispravan URL.",
+ date: "Unesite ispravan datum.",
+ dateISO: "Unesite ispravan datum (ISO).",
+ number: "Unesite ispravan broj.",
+ digits: "Unesite samo brojeve.",
+ creditcard: "Unesite ispravan broj kreditne kartice.",
+ equalTo: "Unesite ponovo istu vrijednost.",
+ accept: "Unesite vrijednost sa ispravnom ekstenzijom.",
+ maxlength: $.validator.format("Maksimalni broj znakova je {0} ."),
+ minlength: $.validator.format("Minimalni broj znakova je {0} ."),
+ rangelength: $.validator.format("Unesite vrijednost između {0} i {1} znakova."),
+ range: $.validator.format("Unesite vrijednost između {0} i {1}."),
+ max: $.validator.format("Unesite vrijednost manju ili jednaku {0}."),
+ min: $.validator.format("Unesite vrijednost veću ili jednaku {0}.")
+});

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hr.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_hu.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: HU
+ * Locale: HU (Hungarian; Magyar)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "Kötelező megadni.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_it.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: IT
+ * Locale: IT (Italian; Italiano)
  */
 jQuery.extend(jQuery.validator.messages, {
        required: "Campo obbligatorio.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ja.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ja.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ja.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ja.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: JA (Japanese)
+ * Locale: JA (Japanese; 日本語)
  */
 jQuery.extend(jQuery.validator.messages, {
   required: "このフィールドは必須です。",
@@ -14,10 +14,10 @@ jQuery.extend(jQuery.validator.messages,
   creditcard: "有効なクレジットカード番号を入力してください。",
   equalTo: "同じ値をもう一度入力してください。",
   accept: "有効な拡張子を含む値を入力してください。",
-  maxlength: jQuery.format("{0} 文字以内で入力してください。"),
+  maxlength: jQuery.format("{0} 文字以内で入力してください。"),
   minlength: jQuery.format("{0} 文字以上で入力してください。"),
   rangelength: jQuery.format("{0} 文字から {1} 文字までの値を入力してください。"),
   range: jQuery.format("{0} から {1} までの値を入力してください。"),
   max: jQuery.format("{0} 以下の値を入力してください。"),
-  min: jQuery.format("{1} 以上の値を入力してください。")
+  min: jQuery.format("{0} 以上の値を入力してください。")
 });
\ No newline at end of file

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ka.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ka.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ka.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ka.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: KA (Georgian; ქართული)
+ */
+jQuery.extend(jQuery.validator.messages, {
+        required: "ამ ველის შევსება აუცილებელია.",
+        remote: "გთხოვთ მიუთითოთ სწორი მნიშვნელობა.",
+        email: "გთხოვთ მიუთითოთ ელ-ფოსტის კორექტული მისამართი.",
+        url: "გთხოვთ მიუთითოთ კორექტული URL.",
+        date: "გთხოვთ მიუთითოთ კორექტული თარიღი.",
+        dateISO: "გთხოვთ მიუთითოთ კორექტული თარიღი ISO ფორმატში.",
+        number: "გთხოვთ მიუთითოთ ციფრი.",
+        digits: "გთხოვთ მიუთითოთ მხოლოდ ციფრები.",
+        creditcard: "გთხოვთ მიუთითოთ საკრედიტო ბარათის კორექტული ნომერი.",
+        equalTo: "გთხოვთ მიუთითოთ ასეთივე მნიშვნელობა კიდევ ერთხელ.",
+        accept: "გთხოვთ აირჩიოთ ფაილი კორექტული გაფართოებით.",
+        maxlength: jQuery.validator.format("დასაშვებია არაუმეტეს {0} სიმბოლო."),
+        minlength: jQuery.validator.format("აუცილებელია შეიყვანოთ მინიმუმ {0} სიმბოლო."),
+        rangelength: jQuery.validator.format("ტექსტში სიმბოლოების რაოდენობა უნდა იყოს {0}-დან {1}-მდე."),
+        range: jQuery.validator.format("გთხოვთ შეიყვანოთ ციფრი {0}-დან {1}-მდე."),
+        max: jQuery.validator.format("გთხოვთ შეიყვანოთ ციფრი რომელიც ნაკლებია ან უდრის {0}-ს."),
+        min: jQuery.validator.format("გთხოვთ შეიყვანოთ ციფრი რომელიც მეტია ან უდრის {0}-ს.")
+});
\ No newline at end of file

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ka.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_kk.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: KK
+ * Locale: KK (Kazakh; қазақ тілі)
  */
 jQuery.extend(jQuery.validator.messages, {
         required: "Бұл өрісті міндетті түрде толтырыңыз.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lt.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
- * Translated default messages for the jQuery validation plugin in lithuanian.
- * Locale: LT
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: LT (Lithuanian; lietuvių kalba)
  */
 jQuery.extend(jQuery.validator.messages, {
        required: "Å is laukas yra privalomas.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_lv.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: LV
+ * Locale: LV (Latvian; latviešu valoda)
  */
 jQuery.extend(jQuery.validator.messages, {
         required: "Å is lauks ir obligāts.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_nl.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: NL
+ * Locale: NL (Dutch; Nederlands, Vlaams)
  */
 jQuery.extend(jQuery.validator.messages, {
         required: "Dit is een verplicht veld.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_no.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: NO (Norwegian)
+ * Locale: NO (Norwegian; Norsk)
  */
 jQuery.extend(jQuery.validator.messages, {
        required: "Dette feltet er obligatorisk.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pl.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: PL
+ * Locale: PL (Polish; język polski, polszczyzna)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "To pole jest wymagane.",

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_BR.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_BR.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_BR.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_BR.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,24 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: PT (Portuguese; português)
+ * Region: BR (Brazil)
+ */
+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álido.",
+ 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/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_BR.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_PT.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_PT.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_PT.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_PT.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,24 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: PT (Portuguese; português)
+ * Region: PT (Portugal)
+ */
+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/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_pt_PT.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ro.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: RO
+ * Locale: RO (Romanian, limba română)
  */
 jQuery.extend(jQuery.validator.messages, {
   required: "Acest câmp este obligatoriu.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_ru.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: RU
+ * Locale: RU (Russian; русский язык)
  */
 jQuery.extend(jQuery.validator.messages, {
         required: "Это поле необходимо заполнить.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sk.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: SK
+ * Locale: SK (Slovak; slovenčina, slovenský jazyk)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "Povinné zadaÅ¥.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sl.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sl.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sl.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sl.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Language: SL
+ * Language: SL (Slovenian; slovenski jezik)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "To polje je obvezno.",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sr.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sr.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sr.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sr.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 ï»¿/*
  * Translated default messages for the jQuery validation plugin.
- * Locale: SR
+ * Locale: SR (Serbian; српски језик)
  */
 jQuery.extend(jQuery.validator.messages, {
     required: "Поље је обавезно.",

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sv.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sv.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sv.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sv.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,21 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: SV (Swedish; Svenska)
+ */
+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 (ÅÅÅÅ-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 mindre eller lika med {0}."),
+ min: jQuery.validator.format("Ange ett värde som är större eller lika med {0}."),
+ creditcard: "Ange ett korrekt kreditkortsnummer."
+});

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_sv.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: TH (Thai)
+ * Locale: TH (Thai; ไทย)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "โปรดระบุ",

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_tr.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: TR
+ * Locale: TR (Turkish; Türkçe)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "Bu alanın doldurulması zorunludur.",

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_uk.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_uk.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_uk.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_uk.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: UK (Ukrainian; українська мова)
+ */
+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}.")
+});

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_uk.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js?rev=1399132&r1=1399131&r2=1399132&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js Wed Oct 17 07:14:00 2012
@@ -1,6 +1,6 @@
 /*
  * Translated default messages for the jQuery validation plugin.
- * Locale: VI (Vietnamese)
+ * Locale: VI (Vietnamese; Tiếng Việt)
  */
 jQuery.extend(jQuery.validator.messages, {
  required: "Hãy nhập.",

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: ZH (Chinese, 中文 (Zhōngwén), 汉语, 漢語)
+ */
+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/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh_TW.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh_TW.js?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh_TW.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh_TW.js Wed Oct 17 07:14:00 2012
@@ -0,0 +1,24 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: ZH (Chinese; 中文 (Zhōngwén), 汉语, 漢語)
+ * Region: TW (Taiwan)
+ */
+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/trunk/framework/images/webapp/images/jquery/plugins/validate/localization/messages_zh_TW.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/package.json
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/package.json?rev=1399132&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/package.json (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/validate/package.json Wed Oct 17 07:14:00 2012
@@ -0,0 +1,35 @@
+{
+  "name": "jquery-validation",
+  "title": "jQuery Validation Plugin",
+  "description": "Form validation made easy",
+  "version": "1.10.0",
+  "homepage": "https://github.com/jzaefferer/jquery-validation",
+  "author": {
+    "name": "Jörn Zaefferer",
+    "email": "[hidden email]",
+    "url": "http://bassistance.de"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/jzaefferer/jquery-validation.git"
+  },
+  "bugs": {
+    "url": "https://github.com/jzaefferer/jquery-validation/issues"
+  },
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "http://www.opensource.org/licenses/MIT"
+    },
+    {
+      "type": "GPL",
+      "url": "http://www.opensource.org/licenses/GPL-2.0"
+    }
+  ],
+  "dependencies": {},
+  "devDependencies": {
+    "grunt": "0.3.x",
+    "zipstream": "0.2.x"
+  },
+  "keywords": []
+}
\ No newline at end of file