summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/widget/nls/da
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/widget/nls/da')
-rw-r--r--js/dojo/dojox/widget/nls/da/ColorPicker.js8
-rw-r--r--js/dojo/dojox/widget/nls/da/FilePicker.js9
-rw-r--r--js/dojo/dojox/widget/nls/da/Wizard.js10
3 files changed, 27 insertions, 0 deletions
diff --git a/js/dojo/dojox/widget/nls/da/ColorPicker.js b/js/dojo/dojox/widget/nls/da/ColorPicker.js
new file mode 100644
index 0000000..7fcb956
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/da/ColorPicker.js
@@ -0,0 +1,8 @@
+//>>built
+define(
+"dojox/widget/nls/da/ColorPicker", //begin v1.x content
+({
+huePickerTitle: "Vælg nuance",
+saturationPickerTitle: "Vælg mætning"
+})
+);
diff --git a/js/dojo/dojox/widget/nls/da/FilePicker.js b/js/dojo/dojox/widget/nls/da/FilePicker.js
new file mode 100644
index 0000000..abe594c
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/da/FilePicker.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/widget/nls/da/FilePicker", ({
+name: "Navn",
+path: "Sti",
+size: "Størrelse (i byte)"
+})
+
+); \ No newline at end of file
diff --git a/js/dojo/dojox/widget/nls/da/Wizard.js b/js/dojo/dojox/widget/nls/da/Wizard.js
new file mode 100644
index 0000000..0c72cf2
--- /dev/null
+++ b/js/dojo/dojox/widget/nls/da/Wizard.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/widget/nls/da/Wizard", //begin v1.x content
+({
+next: "Næste",
+previous: "Forrige",
+done: "Udført"
+})
+//end v1.x content
+);