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/nl | |
Diffstat (limited to 'js/dojo-1.6/dojox/widget/nls/nl')
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/FilePicker.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/FilePicker.xd.js | 5 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/Wizard.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dojox/widget/nls/nl/Wizard.xd.js | 5 |
6 files changed, 18 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.js b/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.js new file mode 100644 index 0000000..4070a43 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.js @@ -0,0 +1 @@ +({"valueLabel":"h","hueLabel":"t","saturationLabel":"i","saturationPickerTitle":"Intensiteit selecteren","huePickerTitle":"Tint selecteren","blueLabel":"b","greenLabel":"g","redLabel":"r","hexLabel":"hex","degLabel":"°"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.xd.js b/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.xd.js new file mode 100644 index 0000000..c361365 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/ColorPicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.nl.ColorPicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.nl.ColorPicker");dojo._xdLoadFlattenedBundle("dojox.widget", "ColorPicker", "nl", ({"valueLabel":"h","hueLabel":"t","saturationLabel":"i","saturationPickerTitle":"Intensiteit selecteren","huePickerTitle":"Tint selecteren","blueLabel":"b","greenLabel":"g","redLabel":"r","hexLabel":"hex","degLabel":"°"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.js b/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.js new file mode 100644 index 0000000..a841a1d --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.js @@ -0,0 +1 @@ +({"name":"Naam","size":"Grootte (in bytes)","path":"Pad"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.xd.js b/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.xd.js new file mode 100644 index 0000000..23fdb91 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/FilePicker.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.nl.FilePicker"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.nl.FilePicker");dojo._xdLoadFlattenedBundle("dojox.widget", "FilePicker", "nl", ({"name":"Naam","size":"Grootte (in bytes)","path":"Pad"})
+); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/nl/Wizard.js b/js/dojo-1.6/dojox/widget/nls/nl/Wizard.js new file mode 100644 index 0000000..d5e680f --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/Wizard.js @@ -0,0 +1 @@ +({"next":"Volgende","done":"Klaar","previous":"Vorige"})
\ No newline at end of file diff --git a/js/dojo-1.6/dojox/widget/nls/nl/Wizard.xd.js b/js/dojo-1.6/dojox/widget/nls/nl/Wizard.xd.js new file mode 100644 index 0000000..e0a96c7 --- /dev/null +++ b/js/dojo-1.6/dojox/widget/nls/nl/Wizard.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.widget.nls.nl.Wizard"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.widget.nls.nl.Wizard");dojo._xdLoadFlattenedBundle("dojox.widget", "Wizard", "nl", ({"next":"Volgende","done":"Klaar","previous":"Vorige"})
+); +}};});
\ No newline at end of file |
