summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dijit/form/nls/da
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dijit/form/nls/da')
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/da/ComboBox.js9
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/da/Textarea.js11
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/da/validate.js10
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/form/nls/da/ComboBox.js b/js/dojo-1.7.2/dijit/form/nls/da/ComboBox.js
new file mode 100644
index 0000000..cfca776
--- /dev/null
+++ b/js/dojo-1.7.2/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
+);
diff --git a/js/dojo-1.7.2/dijit/form/nls/da/Textarea.js b/js/dojo-1.7.2/dijit/form/nls/da/Textarea.js
new file mode 100644
index 0000000..b40af3b
--- /dev/null
+++ b/js/dojo-1.7.2/dijit/form/nls/da/Textarea.js
@@ -0,0 +1,11 @@
+//>>built
+define(
+"dijit/form/nls/da/Textarea", //begin v1.x content
+({
+ iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area
+ iframeFocusTitle: 'ramme om redigeringsområde' // 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/js/dojo-1.7.2/dijit/form/nls/da/validate.js b/js/dojo-1.7.2/dijit/form/nls/da/validate.js
new file mode 100644
index 0000000..b37bd72
--- /dev/null
+++ b/js/dojo-1.7.2/dijit/form/nls/da/validate.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dijit/form/nls/da/validate", //begin v1.x content
+({
+ invalidMessage: "Den angivne værdi er ikke gyldig.",
+ missingMessage: "Værdien er påkrævet.",
+ rangeMessage: "Værdien er uden for intervallet."
+})
+//end v1.x content
+);