You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2011/11/12 14:17:57 UTC

svn commit: r1201257 - in /ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization: jquery-ui-timepicker-zh-CN.js jquery-ui-timepicker-zh-HK.js jquery-ui-timepicker-zh-TW.js

Author: jleroux
Date: Sat Nov 12 13:17:57 2011
New Revision: 1201257

URL: http://svn.apache.org/viewvc?rev=1201257&view=rev
Log:
The ZH patch of Leon's patch "add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error" https://issues.apache.org/jira/browse/OFBIZ-4555

1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.

jleroux: This time all is looking code. I viewed Chinese characters in WinMerge, but no in Scite, so I used using UTF8 encoding there and saved. Then was looking good in Toirtoise svn merge editor, and still good also in WinMerge (which certainly handled automatically the conversion 1st time, pfew... ;o)

Added:
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js   (with props)
    ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js   (with props)

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js?rev=1201257&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js Sat Nov 12 13:17:57 2011
@@ -0,0 +1,17 @@
+/* Chinese translation for the jQuery Timepicker Addon */
+/* Written by Leon Sun */
+(function($) {
+    $.timepicker.regional['zh-CN'] = {
+        timeOnlyTitle: '选择时间',
+        timeText: '时间',
+        hourText: '时',
+        minuteText: '分',
+        secondText: '秒',
+        timezoneText: '时区',
+        currentText: '现在',
+        closeText: '完成',
+        timeFormat: 'hh:mm',
+        ampm: false
+    };
+    $.timepicker.setDefaults($.timepicker.regional['zh-CN']);
+})(jQuery);

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-CN.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js?rev=1201257&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js Sat Nov 12 13:17:57 2011
@@ -0,0 +1,17 @@
+/* Chinese translation for the jQuery Timepicker Addon */
+/* Written by Leon Sun */
+(function($) {
+    $.timepicker.regional['zh-HK'] = {
+        timeOnlyTitle: '選擇時間',
+        timeText: '時間',
+        hourText: '時',
+        minuteText: '分',
+        secondText: '秒',
+        timezoneText: '時區',
+        currentText: '現在',
+        closeText: '完成',
+        timeFormat: 'hh:mm',
+        ampm: false
+    };
+    $.timepicker.setDefaults($.timepicker.regional['zh-HK']);
+})(jQuery);

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-HK.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js?rev=1201257&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js (added)
+++ ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js Sat Nov 12 13:17:57 2011
@@ -0,0 +1,17 @@
+/* Chinese translation for the jQuery Timepicker Addon */
+/* Written by Leon Sun */
+(function($) {
+    $.timepicker.regional['zh-TW'] = {
+        timeOnlyTitle: '選擇時間',
+        timeText: '時間',
+        hourText: '時',
+        minuteText: '分',
+        secondText: '秒',
+        timezoneText: '時區',
+        currentText: '現在',
+        closeText: '完成',
+        timeFormat: 'hh:mm',
+        ampm: false
+    };
+    $.timepicker.setDefaults($.timepicker.regional['zh-TW']);
+})(jQuery);

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/framework/images/webapp/images/jquery/plugins/datetimepicker/localization/jquery-ui-timepicker-zh-TW.js
------------------------------------------------------------------------------
    svn:mime-type = text/plain