summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/widget/nls/zh
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls/zh')
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js9
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js9
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js10
3 files changed, 28 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js
new file mode 100644
index 0000000..bd0c281
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/zh/ColorPicker.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/widget/nls/zh/ColorPicker", //begin v1.x content
+({
+hexLabel: "十六进制",
+huePickerTitle: "色彩选择器",
+saturationPickerTitle: "饱和度选择器"
+})
+); \ No newline at end of file
diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js
new file mode 100644
index 0000000..931b07e
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/zh/FilePicker.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/widget/nls/zh/FilePicker", ({
+name: "名称",
+path: "路径",
+size: "大小(字节)"
+})
+
+); \ No newline at end of file
diff --git a/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js
new file mode 100644
index 0000000..688813c
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/zh/Wizard.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/zh/Wizard", //begin v1.x content
+({
+next: "下一步",
+previous: "上一步",
+done: "完成"
+})
+//end v1.x content
+);