svn commit: r1185011 - in /ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization: messages_en.js messages_th.js messages_vi.js

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

svn commit: r1185011 - in /ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization: messages_en.js messages_th.js messages_vi.js

jleroux@apache.org
Author: jleroux
Date: Mon Oct 17 05:21:17 2011
New Revision: 1185011

URL: http://svn.apache.org/viewvc?rev=1185011&view=rev
Log:
"messages_en.js is missing on 11.04 branch" reported by Kiran Gawde https://issues.apache.org/jira/browse/OFBIZ-4462

Add also some new others

Added:
    ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js   (with props)
    ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js   (with props)
    ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js   (with props)

Added: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js?rev=1185011&view=auto
==============================================================================
--- ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js (added)
+++ ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js Mon Oct 17 05:21:17 2011
@@ -0,0 +1,24 @@
+/*
+ * Translated default messages for the jQuery validation plugin.
+ * Locale: EN
+ */
+jQuery.extend(jQuery.validator.messages, {
+    required: "This field is required.",
+    remote: "Please fix this field.",
+    email: "Please enter a valid email address.",
+    url: "Please enter a valid URL.",
+    date: "Please enter a valid date.",
+    dateISO: "Please enter a valid date (ISO).",
+    number: "Please enter a valid number.",
+    digits: "Please enter only digits.",
+    creditcard: "Please enter a valid credit card number.",
+    equalTo: "Please enter the same value again.",
+    accept: "Please enter a value with a valid extension.",
+    maxlength: $.validator.format("Please enter no more than {0} characters."),
+    minlength: $.validator.format("Please enter at least {0} characters."),
+    rangelength: $.validator.format("Please enter a value between {0} and {1} characters long."),
+    range: $.validator.format("Please enter a value between {0} and {1}."),
+    max: $.validator.format("Please enter a value less than or equal to {0}."),
+    min: $.validator.format("Please enter a value greater than or equal to {0}.")
+});
+

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_en.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js?rev=1185011&view=auto
==============================================================================
--- ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js (added)
+++ ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js Mon Oct 17 05:21:17 2011
@@ -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}")
+});

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_th.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js?rev=1185011&view=auto
==============================================================================
--- ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js (added)
+++ ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js Mon Oct 17 05:21:17 2011
@@ -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

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/branches/release11.04/framework/images/webapp/images/jquery/plugins/validate/localization/messages_vi.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain