summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dijit/nls/da
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/da
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to '')
-rw-r--r--js/dojo-1.6/dijit/nls/da/common.js1
-rw-r--r--js/dojo-1.6/dijit/nls/da/common.xd.js4
-rw-r--r--js/dojo-1.6/dijit/nls/da/loading.js1
-rw-r--r--js/dojo-1.6/dijit/nls/da/loading.xd.js4
4 files changed, 10 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/nls/da/common.js b/js/dojo-1.6/dijit/nls/da/common.js
new file mode 100644
index 0000000..8c51ed8
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/da/common.js
@@ -0,0 +1 @@
+({"buttonOk":"OK","buttonCancel":"Annullér","buttonSave":"Gem","itemClose":"Luk"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/da/common.xd.js b/js/dojo-1.6/dijit/nls/da/common.xd.js
new file mode 100644
index 0000000..ebf8b7b
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/da/common.xd.js
@@ -0,0 +1,4 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dijit.nls.da.common"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.da.common");dojo._xdLoadFlattenedBundle("dijit", "common", "da", {"buttonOk":"OK","buttonCancel":"Annullér","buttonSave":"Gem","itemClose":"Luk"});
+}};}); \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/da/loading.js b/js/dojo-1.6/dijit/nls/da/loading.js
new file mode 100644
index 0000000..5088eaf
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/da/loading.js
@@ -0,0 +1 @@
+({"loadingState":"Indlæser...","errorState":"Der er opstået en fejl"}) \ No newline at end of file
diff --git a/js/dojo-1.6/dijit/nls/da/loading.xd.js b/js/dojo-1.6/dijit/nls/da/loading.xd.js
new file mode 100644
index 0000000..d756a2e
--- /dev/null
+++ b/js/dojo-1.6/dijit/nls/da/loading.xd.js
@@ -0,0 +1,4 @@
+dojo._xdResourceLoaded(function(dojo, dijit, dojox){
+return {depends: [["provide", "dijit.nls.da.loading"]],
+defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.nls.da.loading");dojo._xdLoadFlattenedBundle("dijit", "loading", "da", {"loadingState":"Indlæser...","errorState":"Der er opstået en fejl"});
+}};}); \ No newline at end of file