summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dijit/form/nls/de
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dijit/form/nls/de')
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/de/ComboBox.js9
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/de/Textarea.js12
-rw-r--r--js/dojo-1.7.2/dijit/form/nls/de/validate.js10
3 files changed, 31 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dijit/form/nls/de/ComboBox.js b/js/dojo-1.7.2/dijit/form/nls/de/ComboBox.js
new file mode 100644
index 0000000..0e1853a
--- /dev/null
+++ b/js/dojo-1.7.2/dijit/form/nls/de/ComboBox.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dijit/form/nls/de/ComboBox", //begin v1.x content
+({
+ previousMessage: "Vorherige Auswahl",
+ nextMessage: "Weitere Auswahlmöglichkeiten"
+})
+//end v1.x content
+);
diff --git a/js/dojo-1.7.2/dijit/form/nls/de/Textarea.js b/js/dojo-1.7.2/dijit/form/nls/de/Textarea.js
new file mode 100644
index 0000000..4225830
--- /dev/null
+++ b/js/dojo-1.7.2/dijit/form/nls/de/Textarea.js
@@ -0,0 +1,12 @@
+//>>built
+define(
+"dijit/form/nls/de/Textarea", //begin v1.x content
+/* used by both the editor and textarea widgets to provide information to screen reader users */
+({
+ iframeEditTitle: 'Editierbereich', // primary title for editable IFRAME, for screen readers when focus is in the editing area
+ iframeFocusTitle: 'Rahmen für Editierbereich' // 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/de/validate.js b/js/dojo-1.7.2/dijit/form/nls/de/validate.js
new file mode 100644
index 0000000..6328a79
--- /dev/null
+++ b/js/dojo-1.7.2/dijit/form/nls/de/validate.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dijit/form/nls/de/validate", //begin v1.x content
+({
+ invalidMessage: "Der eingegebene Wert ist ungültig. ",
+ missingMessage: "Dieser Wert ist erforderlich.",
+ rangeMessage: "Dieser Wert liegt außerhalb des gültigen Bereichs. "
+})
+//end v1.x content
+);