diff options
Diffstat (limited to 'js/dojo/dijit/form/nls/he')
| -rw-r--r-- | js/dojo/dijit/form/nls/he/ComboBox.js | 9 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/he/Textarea.js | 11 | ||||
| -rw-r--r-- | js/dojo/dijit/form/nls/he/validate.js | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/js/dojo/dijit/form/nls/he/ComboBox.js b/js/dojo/dijit/form/nls/he/ComboBox.js new file mode 100644 index 0000000..a1a171b --- /dev/null +++ b/js/dojo/dijit/form/nls/he/ComboBox.js @@ -0,0 +1,9 @@ +//>>built +define( +"dijit/form/nls/he/ComboBox", //begin v1.x content +({ + previousMessage: "האפשרויות הקודמות", + nextMessage: "אפשרויות נוספות" +}) +//end v1.x content +); diff --git a/js/dojo/dijit/form/nls/he/Textarea.js b/js/dojo/dijit/form/nls/he/Textarea.js new file mode 100644 index 0000000..27d0f99 --- /dev/null +++ b/js/dojo/dijit/form/nls/he/Textarea.js @@ -0,0 +1,11 @@ +//>>built +define( +"dijit/form/nls/he/Textarea", //begin v1.x content +({ + iframeEditTitle: 'אזור עריכה', // primary title for editable IFRAME, for screen readers when focus is in the editing area + iframeFocusTitle: 'מסגרת אזור עריכה' // 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/he/validate.js b/js/dojo/dijit/form/nls/he/validate.js new file mode 100644 index 0000000..773d55c --- /dev/null +++ b/js/dojo/dijit/form/nls/he/validate.js @@ -0,0 +1,10 @@ +//>>built +define( +"dijit/form/nls/he/validate", //begin v1.x content +({ + invalidMessage: "הערך שצוין אינו חוקי.", + missingMessage: "זהו ערך דרוש.", + rangeMessage: "הערך מחוץ לטווח." +}) +//end v1.x content +); |
