summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/widget/nls/nl
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/widget/nls/nl')
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js11
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js10
-rw-r--r--js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js10
3 files changed, 31 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js b/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js
new file mode 100644
index 0000000..2342691
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/nl/ColorPicker.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dojox/widget/nls/nl/ColorPicker", //begin v1.x content
+({
+hueLabel: "t",
+saturationLabel: "i",
+valueLabel: "h", /* aka intensity or brightness */
+huePickerTitle: "Tint selecteren",
+saturationPickerTitle: "Intensiteit selecteren"
+})
+);
diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js b/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js
new file mode 100644
index 0000000..3b9509e
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/nl/FilePicker.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/nl/FilePicker", ({
+name: "Naam",
+path: "Pad",
+size: "Grootte (in bytes)"
+})
+
+
+); \ No newline at end of file
diff --git a/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js b/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js
new file mode 100644
index 0000000..49fd5c7
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/widget/nls/nl/Wizard.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/nl/Wizard", //begin v1.x content
+({
+next: "Volgende",
+previous: "Vorige",
+done: "Klaar"
+})
+//end v1.x content
+);