diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/hu')
| -rw-r--r-- | js/dojo/dojox/widget/nls/hu/ColorPicker.js | 8 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/hu/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/hu/Wizard.js | 10 |
3 files changed, 27 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/hu/ColorPicker.js b/js/dojo/dojox/widget/nls/hu/ColorPicker.js new file mode 100644 index 0000000..806d486 --- /dev/null +++ b/js/dojo/dojox/widget/nls/hu/ColorPicker.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/widget/nls/hu/ColorPicker", //begin v1.x content +({ +huePickerTitle: "Árnyalat kiválasztó", +saturationPickerTitle: "Telítettség kiválasztó" +}) +); diff --git a/js/dojo/dojox/widget/nls/hu/FilePicker.js b/js/dojo/dojox/widget/nls/hu/FilePicker.js new file mode 100644 index 0000000..91ee565 --- /dev/null +++ b/js/dojo/dojox/widget/nls/hu/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/hu/FilePicker", ({ +name: "Név", +path: "Elérési út", +size: "Méret (byte)" +}) + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/hu/Wizard.js b/js/dojo/dojox/widget/nls/hu/Wizard.js new file mode 100644 index 0000000..bce4814 --- /dev/null +++ b/js/dojo/dojox/widget/nls/hu/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/hu/Wizard", //begin v1.x content +({ +next: "Következő", +previous: "Előző", +done: "Kész" +}) +//end v1.x content +); |
