diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/sk')
| -rw-r--r-- | js/dojo/dojox/widget/nls/sk/ColorPicker.js | 6 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/sk/FilePicker.js | 10 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/sk/Wizard.js | 10 |
3 files changed, 26 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/sk/ColorPicker.js b/js/dojo/dojox/widget/nls/sk/ColorPicker.js new file mode 100644 index 0000000..4bbe9b2 --- /dev/null +++ b/js/dojo/dojox/widget/nls/sk/ColorPicker.js @@ -0,0 +1,6 @@ +//>>built +define( +"dojox/widget/nls/sk/ColorPicker", //begin v1.x content +({ +}) +); diff --git a/js/dojo/dojox/widget/nls/sk/FilePicker.js b/js/dojo/dojox/widget/nls/sk/FilePicker.js new file mode 100644 index 0000000..aa90b56 --- /dev/null +++ b/js/dojo/dojox/widget/nls/sk/FilePicker.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sk/FilePicker", ({ +name: "Názov", +path: "Cesta", +size: "Veľkosť (v bajtoch)" +}) + + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/sk/Wizard.js b/js/dojo/dojox/widget/nls/sk/Wizard.js new file mode 100644 index 0000000..5c29e4c --- /dev/null +++ b/js/dojo/dojox/widget/nls/sk/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/sk/Wizard", //begin v1.x content +({ +next: "Ďalej", +previous: "Späť", +done: "Hotovo" +}) +//end v1.x content +); |
