From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/form/nls/nl/ComboBox.js | 3 ++- lib/dijit/form/nls/nl/ComboBox.js.uncompressed.js | 8 ++++++++ lib/dijit/form/nls/nl/Textarea.js | 3 ++- lib/dijit/form/nls/nl/Textarea.js.uncompressed.js | 10 ++++++++++ lib/dijit/form/nls/nl/validate.js | 3 ++- lib/dijit/form/nls/nl/validate.js.uncompressed.js | 9 +++++++++ 6 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 lib/dijit/form/nls/nl/ComboBox.js.uncompressed.js create mode 100644 lib/dijit/form/nls/nl/Textarea.js.uncompressed.js create mode 100644 lib/dijit/form/nls/nl/validate.js.uncompressed.js (limited to 'lib/dijit/form/nls/nl') diff --git a/lib/dijit/form/nls/nl/ComboBox.js b/lib/dijit/form/nls/nl/ComboBox.js index b5885d75e..2c332212e 100644 --- a/lib/dijit/form/nls/nl/ComboBox.js +++ b/lib/dijit/form/nls/nl/ComboBox.js @@ -1 +1,2 @@ -({"previousMessage":"Eerdere opties","nextMessage":"Meer opties"}) \ No newline at end of file +//>>built +define("dijit/form/nls/nl/ComboBox",({previousMessage:"Eerdere opties",nextMessage:"Meer opties"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/nl/ComboBox.js.uncompressed.js b/lib/dijit/form/nls/nl/ComboBox.js.uncompressed.js new file mode 100644 index 000000000..6cfa476f1 --- /dev/null +++ b/lib/dijit/form/nls/nl/ComboBox.js.uncompressed.js @@ -0,0 +1,8 @@ +define( +"dijit/form/nls/nl/ComboBox", //begin v1.x content +({ + previousMessage: "Eerdere opties", + nextMessage: "Meer opties" +}) +//end v1.x content +); diff --git a/lib/dijit/form/nls/nl/Textarea.js b/lib/dijit/form/nls/nl/Textarea.js index d13c3a6e5..78115bc3f 100644 --- a/lib/dijit/form/nls/nl/Textarea.js +++ b/lib/dijit/form/nls/nl/Textarea.js @@ -1 +1,2 @@ -({"iframeEditTitle":"veld bewerken","iframeFocusTitle":"veldkader bewerken"}) \ No newline at end of file +//>>built +define("dijit/form/nls/nl/Textarea",({iframeEditTitle:"veld bewerken",iframeFocusTitle:"veldkader bewerken"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/nl/Textarea.js.uncompressed.js b/lib/dijit/form/nls/nl/Textarea.js.uncompressed.js new file mode 100644 index 000000000..0d1d8b3ec --- /dev/null +++ b/lib/dijit/form/nls/nl/Textarea.js.uncompressed.js @@ -0,0 +1,10 @@ +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/lib/dijit/form/nls/nl/validate.js b/lib/dijit/form/nls/nl/validate.js index b3062c145..f92fac025 100644 --- a/lib/dijit/form/nls/nl/validate.js +++ b/lib/dijit/form/nls/nl/validate.js @@ -1 +1,2 @@ -({"rangeMessage":"Deze waarde is niet toegestaan.","invalidMessage":"De opgegeven waarde is ongeldig.","missingMessage":"Deze waarde is verplicht."}) \ No newline at end of file +//>>built +define("dijit/form/nls/nl/validate",({invalidMessage:"De opgegeven waarde is ongeldig.",missingMessage:"Deze waarde is verplicht.",rangeMessage:"Deze waarde is niet toegestaan."})); \ No newline at end of file diff --git a/lib/dijit/form/nls/nl/validate.js.uncompressed.js b/lib/dijit/form/nls/nl/validate.js.uncompressed.js new file mode 100644 index 000000000..269cf4d45 --- /dev/null +++ b/lib/dijit/form/nls/nl/validate.js.uncompressed.js @@ -0,0 +1,9 @@ +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 +); -- cgit v1.2.3