summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dijit/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-1.6/dijit/nls/nl
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to '')
-rw-r--r--js/dojo-1.6/dijit/nls/nl/common.js1
-rw-r--r--js/dojo-1.6/dijit/nls/nl/common.xd.js4
-rw-r--r--js/dojo-1.6/dijit/nls/nl/loading.js1
-rw-r--r--js/dojo-1.6/dijit/nls/nl/loading.xd.js4
4 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/nls/nl/common.js b/js/dojo-1.6/dijit/nls/nl/common.js
new file mode 100644
index 0000000..fa4c66e
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/nl/common.js
@@ -0,0 +1 @@
+({"buttonOk":"OK","buttonCancel":"Annuleren","buttonSave":"Opslaan","itemClose":"Sluiten"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/nl/common.xd.js b/js/dojo-1.6/dijit/nls/nl/common.xd.js
new file mode 100644
index 0000000..926eb9a
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/nl/common.xd.js
@@ -0,0 +1,4 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dijit.nls.nl.common"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.nl.common");dojo._xdLoadFlattenedBundle("dijit", "common", "nl", {"buttonOk":"OK","buttonCancel":"Annuleren","buttonSave":"Opslaan","itemClose":"Sluiten"});
+}};}); \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/nl/loading.js b/js/dojo-1.6/dijit/nls/nl/loading.js
new file mode 100644
index 0000000..c9870fd
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/nl/loading.js
@@ -0,0 +1 @@
+({"loadingState":"Bezig met laden...","errorState":"Er is een fout opgetreden"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/nl/loading.xd.js b/js/dojo-1.6/dijit/nls/nl/loading.xd.js
new file mode 100644
index 0000000..280b190
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/nl/loading.xd.js
@@ -0,0 +1,4 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dijit.nls.nl.loading"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.nl.loading");dojo._xdLoadFlattenedBundle("dijit", "loading", "nl", {"loadingState":"Bezig met laden...","errorState":"Er is een fout opgetreden"});
+}};}); \ No newline at end of file