summaryrefslogtreecommitdiff
path: root/bug/bug/jquery-validation-1.8.1/localization
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug/jquery-validation-1.8.1/localization')
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ar.js24
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_bg.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ca.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_cn.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_cs.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_da.js20
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_de.js20
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_el.js24
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_es.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_fa.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_fi.js21
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_fr.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ge.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_he.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_hu.js20
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_it.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ja.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_kk.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_lt.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_lv.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_nl.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_no.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_pl.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ptbr.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ptpt.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ro.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ru.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_se.js21
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_si.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_sk.js20
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_sr.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_th.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_tr.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_tw.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_ua.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/messages_vi.js23
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/methods_de.js12
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/methods_nl.js9
-rw-r--r--bug/bug/jquery-validation-1.8.1/localization/methods_pt.js9
39 files changed, 844 insertions, 0 deletions
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ar.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ar.js
new file mode 100644
index 0000000..71e97a8
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ar.js
@@ -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}")
+});
+
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_bg.js b/bug/bug/jquery-validation-1.8.1/localization/messages_bg.js
new file mode 100644
index 0000000..9232f72
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_bg.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ca.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ca.js
new file mode 100644
index 0000000..f823534
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ca.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: CA
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "Aquest camp és obligatori.",
+ remote: "Si us plau, omple aquest camp.",
+ email: "Si us plau, escriu una adreça de correu-e vàlida",
+ url: "Si us plau, escriu una URL vàlida.",
+ date: "Si us plau, escriu una data vàlida.",
+ dateISO: "Si us plau, escriu una data (ISO) vàlida.",
+ number: "Si us plau, escriu un número enter vàlid.",
+ digits: "Si us plau, escriu només dígits.",
+ creditcard: "Si us plau, escriu un número de tarjeta vàlid.",
+ equalTo: "Si us plau, escriu el maateix valor de nou.",
+ accept: "Si us plau, escriu un valor amb una extensió acceptada.",
+ maxlength: jQuery.validator.format("Si us plau, no escriguis més de {0} caracters."),
+ minlength: jQuery.validator.format("Si us plau, no escriguis menys de {0} caracters."),
+ rangelength: jQuery.validator.format("Si us plau, escriu un valor entre {0} i {1} caracters."),
+ range: jQuery.validator.format("Si us plau, escriu un valor entre {0} i {1}."),
+ max: jQuery.validator.format("Si us plau, escriu un valor menor o igual a {0}."),
+ min: jQuery.validator.format("Si us plau, escriu un valor major o igual a {0}.")
+}); \ No newline at end of file
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_cn.js b/bug/bug/jquery-validation-1.8.1/localization/messages_cn.js
new file mode 100644
index 0000000..8415f4a
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_cn.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_cs.js b/bug/bug/jquery-validation-1.8.1/localization/messages_cs.js
new file mode 100644
index 0000000..ab99819
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_cs.js
@@ -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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_da.js b/bug/bug/jquery-validation-1.8.1/localization/messages_da.js
new file mode 100644
index 0000000..1f729e0
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_da.js
@@ -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."
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_de.js b/bug/bug/jquery-validation-1.8.1/localization/messages_de.js
new file mode 100644
index 0000000..0c03e30
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_de.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_el.js b/bug/bug/jquery-validation-1.8.1/localization/messages_el.js
new file mode 100644
index 0000000..52607a5
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_el.js
@@ -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}.")
+});
+
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_es.js b/bug/bug/jquery-validation-1.8.1/localization/messages_es.js
new file mode 100644
index 0000000..b9a2414
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_es.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_fa.js b/bug/bug/jquery-validation-1.8.1/localization/messages_fa.js
new file mode 100644
index 0000000..1ea531e
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_fa.js
@@ -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} حرف وارد کنید.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_fi.js b/bug/bug/jquery-validation-1.8.1/localization/messages_fi.js
new file mode 100644
index 0000000..eb47369
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_fi.js
@@ -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&ouml: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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_fr.js b/bug/bug/jquery-validation-1.8.1/localization/messages_fr.js
new file mode 100644
index 0000000..f9e1340
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_fr.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ge.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ge.js
new file mode 100644
index 0000000..5c3ee68
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ge.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: GE
+ */
+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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_he.js b/bug/bug/jquery-validation-1.8.1/localization/messages_he.js
new file mode 100644
index 0000000..c89eafe
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_he.js
@@ -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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_hu.js b/bug/bug/jquery-validation-1.8.1/localization/messages_hu.js
new file mode 100644
index 0000000..086222a
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_hu.js
@@ -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."
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_it.js b/bug/bug/jquery-validation-1.8.1/localization/messages_it.js
new file mode 100644
index 0000000..ec44bca
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_it.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ja.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ja.js
new file mode 100644
index 0000000..62fc567
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ja.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: JA (Japanese)
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "このフィールドは必須です。",
+ remote: "このフィールドを修正してください。",
+ email: "有効なEメールアドレスを入力してください。",
+ url: "有効なURLを入力してください。",
+ date: "有効な日付を入力してください。",
+ 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} までの値を入力してください。"),
+ max: jQuery.format("{0} 以下の値を入力してください。"),
+ min: jQuery.format("{1} 以上の値を入力してください。")
+}); \ No newline at end of file
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_kk.js b/bug/bug/jquery-validation-1.8.1/localization/messages_kk.js
new file mode 100644
index 0000000..b377894
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_kk.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_lt.js b/bug/bug/jquery-validation-1.8.1/localization/messages_lt.js
new file mode 100644
index 0000000..a890dbe
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_lt.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_lv.js b/bug/bug/jquery-validation-1.8.1/localization/messages_lv.js
new file mode 100644
index 0000000..944e918
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_lv.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_nl.js b/bug/bug/jquery-validation-1.8.1/localization/messages_nl.js
new file mode 100644
index 0000000..e266158
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_nl.js
@@ -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 e-mailadres in.",
+ url: "Vul hier een geldige URL in.",
+ date: "Vul hier een geldige datum in.",
+ dateISO: "Vul hier een geldige datum in (ISO-formaat).",
+ number: "Vul hier een geldig getal in.",
+ digits: "Vul hier alleen getallen in.",
+ creditcard: "Vul hier een geldig creditcardnummer 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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_no.js b/bug/bug/jquery-validation-1.8.1/localization/messages_no.js
new file mode 100644
index 0000000..89706fc
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_no.js
@@ -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 (ÅÅÅÅ-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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_pl.js b/bug/bug/jquery-validation-1.8.1/localization/messages_pl.js
new file mode 100644
index 0000000..27190d8
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_pl.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ptbr.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ptbr.js
new file mode 100644
index 0000000..0711857
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ptbr.js
@@ -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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ptpt.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ptpt.js
new file mode 100644
index 0000000..1e3fea2
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ptpt.js
@@ -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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ro.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ro.js
new file mode 100644
index 0000000..ae9a67c
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ro.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ru.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ru.js
new file mode 100644
index 0000000..419ac24
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ru.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_se.js b/bug/bug/jquery-validation-1.8.1/localization/messages_se.js
new file mode 100644
index 0000000..3dee369
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_se.js
@@ -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 (ÅÅÅÅ-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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_si.js b/bug/bug/jquery-validation-1.8.1/localization/messages_si.js
new file mode 100644
index 0000000..b8d8d7d
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_si.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: SI (Slovenian)
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "To polje je obvezno.",
+ remote: "Vpis v tem polju ni v pravi obliki.",
+ email: "Prosimo, vnesite pravi email naslov.",
+ url: "Prosimo, vnesite pravi URL.",
+ date: "Prosimo, vnesite pravi datum.",
+ dateISO: "Prosimo, vnesite pravi datum (ISO).",
+ number: "Prosimo, vnesite pravo številko.",
+ digits: "Prosimo, vnesite samo številke.",
+ creditcard: "Prosimo, vnesite pravo številko kreditne kartice.",
+ equalTo: "Prosimo, ponovno vnesite enako vsebino.",
+ accept: "Prosimo, vnesite vsebino z pravo končnico.",
+ maxlength: $.validator.format("Prosimo, da ne vnašate več kot {0} znakov."),
+ minlength: $.validator.format("Prosimo, vnesite vsaj {0} znakov."),
+ rangelength: $.validator.format("Prosimo, vnesite od {0} do {1} znakov."),
+ range: $.validator.format("Prosimo, vnesite vrednost med {0} in {1}."),
+ max: $.validator.format("Prosimo, vnesite vrednost manjšo ali enako {0}."),
+ min: $.validator.format("Prosimo, vnesite vrednost večjo ali enako {0}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_sk.js b/bug/bug/jquery-validation-1.8.1/localization/messages_sk.js
new file mode 100644
index 0000000..442d31d
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_sk.js
@@ -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é."
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_sr.js b/bug/bug/jquery-validation-1.8.1/localization/messages_sr.js
new file mode 100644
index 0000000..1a89174
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_sr.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: SR
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "Поље је обавезно.",
+ remote: "Средите ово поље.",
+ 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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_th.js b/bug/bug/jquery-validation-1.8.1/localization/messages_th.js
new file mode 100644
index 0000000..e40fb67
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_th.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: TH (Thai)
+ */
+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}")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_tr.js b/bug/bug/jquery-validation-1.8.1/localization/messages_tr.js
new file mode 100644
index 0000000..9df81e4
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_tr.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_tw.js b/bug/bug/jquery-validation-1.8.1/localization/messages_tw.js
new file mode 100644
index 0000000..2481535
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_tw.js
@@ -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
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_ua.js b/bug/bug/jquery-validation-1.8.1/localization/messages_ua.js
new file mode 100644
index 0000000..25434a6
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_ua.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: UA (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}.")
+});
diff --git a/bug/bug/jquery-validation-1.8.1/localization/messages_vi.js b/bug/bug/jquery-validation-1.8.1/localization/messages_vi.js
new file mode 100644
index 0000000..9170547
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/messages_vi.js
@@ -0,0 +1,23 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: VI (Vietnamese)
+ */
+jQuery.extend(jQuery.validator.messages, {
+ required: "Hãy nhập.",
+ remote: "Hãy sửa cho đúng.",
+ email: "Hãy nhập email.",
+ url: "Hãy nhập URL.",
+ date: "Hãy nhập ngày.",
+ dateISO: "Hãy nhập ngày (ISO).",
+ number: "Hãy nhập số.",
+ digits: "Hãy nhập chữ số.",
+ creditcard: "Hãy nhập số thẻ tín dụng.",
+ equalTo: "Hãy nhập thêm lần nữa.",
+ accept: "Phần mở rộng không đúng.",
+ maxlength: jQuery.format("Hãy nhập từ {0} kí tự trở xuống."),
+ minlength: jQuery.format("Hãy nhập từ {0} kí tự trở lên."),
+ rangelength: jQuery.format("Hãy nhập từ {0} đến {1} kí tự."),
+ range: jQuery.format("Hãy nhập từ {0} đến {1}."),
+ max: jQuery.format("Hãy nhập từ {0} trở xuống."),
+ min: jQuery.format("Hãy nhập từ {1} trở lên.")
+}); \ No newline at end of file
diff --git a/bug/bug/jquery-validation-1.8.1/localization/methods_de.js b/bug/bug/jquery-validation-1.8.1/localization/methods_de.js
new file mode 100644
index 0000000..3e8ac84
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/methods_de.js
@@ -0,0 +1,12 @@
+/*
+ * Localized default methods for the jQuery validation plugin.
+ * Locale: DE
+ */
+jQuery.extend(jQuery.validator.methods, {
+ date: function(value, element) {
+ return this.optional(element) || /^\d\d?\.\d\d?\.\d\d\d?\d?$/.test(value);
+ },
+ number: function(value, element) {
+ return this.optional(element) || /^-?(?:\d+|\d{1,3}(?:\.\d{3})+)(?:,\d+)?$/.test(value);
+ }
+}); \ No newline at end of file
diff --git a/bug/bug/jquery-validation-1.8.1/localization/methods_nl.js b/bug/bug/jquery-validation-1.8.1/localization/methods_nl.js
new file mode 100644
index 0000000..152e94d
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/methods_nl.js
@@ -0,0 +1,9 @@
+/*
+ * Localized default methods for the jQuery validation plugin.
+ * Locale: NL
+ */
+jQuery.extend(jQuery.validator.methods, {
+ date: function(value, element) {
+ return this.optional(element) || /^\d\d?[\.\/-]\d\d?[\.\/-]\d\d\d?\d?$/.test(value);
+ }
+}); \ No newline at end of file
diff --git a/bug/bug/jquery-validation-1.8.1/localization/methods_pt.js b/bug/bug/jquery-validation-1.8.1/localization/methods_pt.js
new file mode 100644
index 0000000..21879d3
--- /dev/null
+++ b/bug/bug/jquery-validation-1.8.1/localization/methods_pt.js
@@ -0,0 +1,9 @@
+/*
+ * Localized default methods for the jQuery validation plugin.
+ * Locale: PT_BR
+ */
+jQuery.extend(jQuery.validator.methods, {
+ date: function(value, element) {
+ return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value);
+ }
+}); \ No newline at end of file