diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.6/dojox/widget/nls/sl | |
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/sl')
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/FilePicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/FilePicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/Wizard.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/sl/Wizard.xd.js | 5 |
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.js new file mode 100644 index 0000000..d5bfd05 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.js @@ -0,0 +1 @@ +({"saturationPickerTitle":"Izbirnik nasičenosti","huePickerTitle":"Izbirnik odtenka ","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","degLabel":"°"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.xd.js new file mode 100644 index 0000000..5313b57 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/ColorPicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.sl.ColorPicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sl.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "sl", ({"saturationPickerTitle":"Izbirnik nasičenosti","huePickerTitle":"Izbirnik odtenka ","valueLabel":"v","blueLabel":"b","saturationLabel":"s","greenLabel":"g","redLabel":"r","hueLabel":"h","hexLabel":"hex","degLabel":"°"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.js new file mode 100644 index 0000000..f977154 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.js @@ -0,0 +1 @@ +({"name":"Ime","size":"Velikost (v bajtih)","path":"Pot"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.xd.js new file mode 100644 index 0000000..95ebd39 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/FilePicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.sl.FilePicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sl.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "sl", ({"name":"Ime","size":"Velikost (v bajtih)","path":"Pot"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/sl/Wizard.js b/js/dojo-1.6/dojox/widget/nls/sl/Wizard.js new file mode 100644 index 0000000..a89a23c --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/Wizard.js @@ -0,0 +1 @@ +({"next":"Naprej","done":"Opravljeno","previous":"Nazaj"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/sl/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/sl/Wizard.xd.js new file mode 100644 index 0000000..8e0f208 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/sl/Wizard.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.sl.Wizard"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.sl.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "sl", ({"next":"Naprej","done":"Opravljeno","previous":"Nazaj"})
+); +}};});
\ No newline at end of file |
