diff options
Diffstat (limited to 'js/dojo/dojox/widget/nls/cs')
| -rw-r--r-- | js/dojo/dojox/widget/nls/cs/ColorPicker.js | 14 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/cs/FilePicker.js | 9 | ||||
| -rw-r--r-- | js/dojo/dojox/widget/nls/cs/Wizard.js | 10 |
3 files changed, 33 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/cs/ColorPicker.js b/js/dojo/dojox/widget/nls/cs/ColorPicker.js new file mode 100644 index 0000000..dd4a21e --- /dev/null +++ b/js/dojo/dojox/widget/nls/cs/ColorPicker.js @@ -0,0 +1,14 @@ +//>>built +define( +"dojox/widget/nls/cs/ColorPicker", //begin v1.x content +({ +redLabel: "č", +greenLabel: "z", +blueLabel: "m", +hueLabel: "o", +saturationLabel: "n", +valueLabel: "j", /* aka intensity or brightness */ +huePickerTitle: "Selektor odstínu", +saturationPickerTitle: "Selektor sytosti" +}) +); diff --git a/js/dojo/dojox/widget/nls/cs/FilePicker.js b/js/dojo/dojox/widget/nls/cs/FilePicker.js new file mode 100644 index 0000000..23a3e26 --- /dev/null +++ b/js/dojo/dojox/widget/nls/cs/FilePicker.js @@ -0,0 +1,9 @@ +//>>built +define( +"dojox/widget/nls/cs/FilePicker", ({ +name: "Název", +path: "Cesta", +size: "Velikost (v bajtech)" +}) + +);
\ No newline at end of file diff --git a/js/dojo/dojox/widget/nls/cs/Wizard.js b/js/dojo/dojox/widget/nls/cs/Wizard.js new file mode 100644 index 0000000..26e5c11 --- /dev/null +++ b/js/dojo/dojox/widget/nls/cs/Wizard.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/widget/nls/cs/Wizard", //begin v1.x content +({ +next: "Další", +previous: "Předchozí", +done: "Hotovo" +}) +//end v1.x content +); |
