diff options
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/zh')
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/FilePicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/FilePicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/Wizard.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/zh/Wizard.xd.js | 5 |
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.js new file mode 100644 index 0000000..f3e2191 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.js @@ -0,0 +1 @@ +({"hexLabel":"十六进制","saturationPickerTitle":"饱和度选择器","huePickerTitle":"色彩选择器","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","degLabel":"°"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.xd.js new file mode 100644 index 0000000..b0bf37d --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/ColorPicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh.ColorPicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "zh", ({"hexLabel":"十六进制","saturationPickerTitle":"饱和度选择器","huePickerTitle":"色彩选择器","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","degLabel":"°"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.js new file mode 100644 index 0000000..0fef8ca --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.js @@ -0,0 +1 @@ +({"name":"名称","size":"大小(字节)","path":"路径"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.xd.js new file mode 100644 index 0000000..a9249ee --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/FilePicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh.FilePicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "zh", ({"name":"名称","size":"大小(字节)","path":"路径"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh/Wizard.js b/js/dojo-1.6/dojox/widget/nls/zh/Wizard.js new file mode 100644 index 0000000..fe45203 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/Wizard.js @@ -0,0 +1 @@ +({"next":"下一步","done":"完成","previous":"上一步"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/zh/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/zh/Wizard.xd.js new file mode 100644 index 0000000..cee2b7e --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/zh/Wizard.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.zh.Wizard"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "zh", ({"next":"下一步","done":"完成","previous":"上一步"})
+); +}};});
\ No newline at end of file |
