diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dijit/form/nls/sv | |
Diffstat (limited to 'js/dojo/dijit/form/nls/sv')
| -rw-r--r-- | js/dojo/dijit/form/nls/sv/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/sv/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/sv/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/sv/ComboBox.js b/js/dojo/dijit/form/nls/sv/ComboBox.js new file mode 100644 index 0000000..f37dd72 --- /dev/null +++ b/js/dojo/dijit/form/nls/sv/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/sv/ComboBox", //begin v1.x content +({ + previousMessage: "Föregående alternativ", + nextMessage: "Fler alternativ" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/sv/Textarea.js b/js/dojo/dijit/form/nls/sv/Textarea.js new file mode 100644 index 0000000..a0adb10 --- /dev/null +++ b/js/dojo/dijit/form/nls/sv/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/sv/Textarea", //begin v1.x content +({ + iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'redigeringsområdesram' // 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/dijit/form/nls/sv/validate.js b/js/dojo/dijit/form/nls/sv/validate.js new file mode 100644 index 0000000..db9ee51 --- /dev/null +++ b/js/dojo/dijit/form/nls/sv/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/sv/validate", //begin v1.x content +({ + invalidMessage: "Det angivna värdet är ogiltigt.", + missingMessage: "Värdet är obligatoriskt.", + rangeMessage: "Värdet är utanför intervallet." +}) +//end v1.x content +); |
