diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/widget/nls/zh-tw | |
Diffstat (limited to 'js/dojo/dojox/widget/nls/zh-tw')
| -rw-r--r-- | js/dojo/dojox/widget/nls/zh-tw/ColorPicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/zh-tw/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/zh-tw/Wizard.js | 10 |
3 files changed, 28 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/zh-tw/ColorPicker.js b/js/dojo/dojox/widget/nls/zh-tw/ColorPicker.js new file mode 100644 index 0000000..e64cd73 --- /dev/null +++ b/js/dojo/dojox/widget/nls/zh-tw/ColorPicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/ColorPicker", //begin v1.x content +({ +hexLabel: "十六進位", +huePickerTitle: "色調選取元", +saturationPickerTitle: "飽和度選取元" +}) +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/zh-tw/FilePicker.js b/js/dojo/dojox/widget/nls/zh-tw/FilePicker.js new file mode 100644 index 0000000..70456d8 --- /dev/null +++ b/js/dojo/dojox/widget/nls/zh-tw/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/FilePicker", ({ +name: "名稱", +path: "路徑", +size: "大小 (以位元組為單位)" +}) + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/zh-tw/Wizard.js b/js/dojo/dojox/widget/nls/zh-tw/Wizard.js new file mode 100644 index 0000000..c51f829 --- /dev/null +++ b/js/dojo/dojox/widget/nls/zh-tw/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/zh-tw/Wizard", //begin v1.x content +({ +next: "下一步", +previous: "上一步", +done: "完成" +}) +//end v1.x content +); |
