summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/form/nls/da/ComboBox.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dijit/form/nls/da/ComboBox.js')
-rw-r--r--js/dojo/dijit/form/nls/da/ComboBox.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/da/ComboBox.js b/js/dojo/dijit/form/nls/da/ComboBox.js
new file mode 100644
index 0000000..cfca776
--- /dev/null
+++ b/js/dojo/dijit/form/nls/da/ComboBox.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/form/nls/da/ComboBox", //begin v1.x content
+({
+ previousMessage: "Forrige valg",
+ nextMessage: "Flere valg"
+})
+//end v1.x content
+);