summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/widget/nls/zh-tw
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/widget/nls/zh-tw
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/zh-tw')
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js5
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js5
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js5
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.js
new file mode 100644
index 0000000..8b65a2d
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/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-tw/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js
new file mode 100644
index 0000000..d69960b
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/ColorPicker.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.zh-tw.ColorPicker"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "zh-tw", ({"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-tw/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.js
new file mode 100644
index 0000000..9053ece
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/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-tw/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js
new file mode 100644
index 0000000..8f0582e
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/FilePicker.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.zh-tw.FilePicker"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "zh-tw", ({"name":"名稱","size":"大小 (以位元組為單位)","path":"路徑"})
+);
+}};}); \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.js
new file mode 100644
index 0000000..fe45203
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/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-tw/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js
new file mode 100644
index 0000000..cb64210
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/zh-tw/Wizard.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.zh-tw.Wizard"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.zh-tw.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "zh-tw", ({"next":"下一步","done":"完成","previous":"上一步"})
+);
+}};}); \ No newline at end of file