diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/ko')
| -rw-r--r-- | js/dojo/dojox/widget/nls/ko/ColorPicker.js | 15 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/ko/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/ko/Wizard.js | 10 |
3 files changed, 34 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/ko/ColorPicker.js b/js/dojo/dojox/widget/nls/ko/ColorPicker.js new file mode 100644 index 0000000..ccdd82a --- /dev/null +++ b/js/dojo/dojox/widget/nls/ko/ColorPicker.js @@ -0,0 +1,15 @@ +//>>built +define( +"dojox/widget/nls/ko/ColorPicker", //begin v1.x content +({ +redLabel: "R", +greenLabel: "G", +blueLabel: "B", +hueLabel: "H", +saturationLabel: "S", +valueLabel: "V", /* aka intensity or brightness */ +hexLabel: "16진", +huePickerTitle: "색상 선택자", +saturationPickerTitle: "채도 선택자" +}) +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/ko/FilePicker.js b/js/dojo/dojox/widget/nls/ko/FilePicker.js new file mode 100644 index 0000000..6c04f10 --- /dev/null +++ b/js/dojo/dojox/widget/nls/ko/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/ko/FilePicker", ({ +name: "이름", +path: "경로", +size: "크기(바이트)" +}) + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/ko/Wizard.js b/js/dojo/dojox/widget/nls/ko/Wizard.js new file mode 100644 index 0000000..98c4e4c --- /dev/null +++ b/js/dojo/dojox/widget/nls/ko/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/ko/Wizard", //begin v1.x content +({ +next: "다음", +previous: "이전", +done: "완료" +}) +//end v1.x content +); |
