summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/widget/nls/sk
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/widget/nls/sk
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/sk')
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.xd.js5
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/FilePicker.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/FilePicker.xd.js5
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/Wizard.js1
-rw-r--r--js/dojo-1.6/dojox/widget/nls/sk/Wizard.xd.js5
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.js
new file mode 100644
index 0000000..71d9b93
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.js
@@ -0,0 +1 @@
+({"saturationPickerTitle":"Saturation Selector","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","huePickerTitle":"Hue Selector","degLabel":"°"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.xd.js
new file mode 100644
index 0000000..bc4c037
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/ColorPicker.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.sk.ColorPicker"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sk.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "sk", ({"saturationPickerTitle":"Saturation Selector","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","huePickerTitle":"Hue Selector","degLabel":"°"})
+);
+}};}); \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.js
new file mode 100644
index 0000000..c165416
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.js
@@ -0,0 +1 @@
+({"name":"Názov","size":"Veľkosť (v bajtoch)","path":"Cesta"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.xd.js
new file mode 100644
index 0000000..7450eb4
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/FilePicker.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.sk.FilePicker"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sk.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "sk", ({"name":"Názov","size":"Veľkosť (v bajtoch)","path":"Cesta"})
+);
+}};}); \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/Wizard.js b/js/dojo-1.6/dojox/widget/nls/sk/Wizard.js
new file mode 100644
index 0000000..d740aa4
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/Wizard.js
@@ -0,0 +1 @@
+({"next":"Ďalej","done":"Hotovo","previous":"Späť"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/widget/nls/sk/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/sk/Wizard.xd.js
new file mode 100644
index 0000000..4228488
--- /dev/null
+++ b/js/dojo-1.6/dojox/widget/nls/sk/Wizard.xd.js
@@ -0,0 +1,5 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dojox.widget.nls.sk.Wizard"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sk.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "sk", ({"next":"Ďalej","done":"Hotovo","previous":"Späť"})
+);
+}};}); \ No newline at end of file