summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/form/nls/nl
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/dijit/form/nls/nl
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dijit/form/nls/nl')
-rw-r--r--js/dojo/dijit/form/nls/nl/ComboBox.js9
-rw-r--r--js/dojo/dijit/form/nls/nl/Textarea.js11
-rw-r--r--js/dojo/dijit/form/nls/nl/validate.js10
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/nl/ComboBox.js b/js/dojo/dijit/form/nls/nl/ComboBox.js
new file mode 100644
index 0000000..7610a15
--- /dev/null
+++ b/js/dojo/dijit/form/nls/nl/ComboBox.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/form/nls/nl/ComboBox", //begin v1.x content
+({
+ previousMessage: "Eerdere opties",
+ nextMessage: "Meer opties"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/form/nls/nl/Textarea.js b/js/dojo/dijit/form/nls/nl/Textarea.js
new file mode 100644
index 0000000..8c69e95
--- /dev/null
+++ b/js/dojo/dijit/form/nls/nl/Textarea.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dijit/form/nls/nl/Textarea", //begin v1.x content
+({
+ iframeEditTitle: 'veld bewerken', // primary title for editable IFRAME, for screen readers when focus is in the editing area
+ iframeFocusTitle: 'veldkader bewerken' // secondary title for editable IFRAME when focus is on outer container
+ // to let user know that focus has moved out of editing area and to the
+ // parent element of the editing area
+})
+//end v1.x content
+);
diff --git a/js/dojo/dijit/form/nls/nl/validate.js b/js/dojo/dijit/form/nls/nl/validate.js
new file mode 100644
index 0000000..3f7b545
--- /dev/null
+++ b/js/dojo/dijit/form/nls/nl/validate.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dijit/form/nls/nl/validate", //begin v1.x content
+({
+ invalidMessage: "De opgegeven waarde is ongeldig.",
+ missingMessage: "Deze waarde is verplicht.",
+ rangeMessage: "Deze waarde is niet toegestaan."
+})
+//end v1.x content
+);