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-1.6/dijit/form/nls/he | |
Diffstat (limited to 'js/dojo-1.6/dijit/form/nls/he')
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/ComboBox.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/ComboBox.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/Textarea.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/Textarea.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/validate.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/he/validate.xd.js | 4 |
6 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/form/nls/he/ComboBox.js b/js/dojo-1.6/dijit/form/nls/he/ComboBox.js new file mode 100644 index 0000000..169d0f5 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/ComboBox.js @@ -0,0 +1 @@ +({"previousMessage":"האפשרויות הקודמות","nextMessage":"אפשרויות נוספות"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/he/ComboBox.xd.js b/js/dojo-1.6/dijit/form/nls/he/ComboBox.xd.js new file mode 100644 index 0000000..0393028 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/ComboBox.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.he.ComboBox"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.he.ComboBox");dojo._xdLoadFlattenedBundle("dijit.form", "ComboBox", "he", {"previousMessage":"האפשרויות הקודמות","nextMessage":"אפשרויות נוספות"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/he/Textarea.js b/js/dojo-1.6/dijit/form/nls/he/Textarea.js new file mode 100644 index 0000000..809eadf --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/Textarea.js @@ -0,0 +1 @@ +({"iframeEditTitle":"אזור עריכה","iframeFocusTitle":"מסגרת אזור עריכה"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/he/Textarea.xd.js b/js/dojo-1.6/dijit/form/nls/he/Textarea.xd.js new file mode 100644 index 0000000..e71e99e --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/Textarea.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.he.Textarea"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.he.Textarea");dojo._xdLoadFlattenedBundle("dijit.form", "Textarea", "he", {"iframeEditTitle":"אזור עריכה","iframeFocusTitle":"מסגרת אזור עריכה"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/he/validate.js b/js/dojo-1.6/dijit/form/nls/he/validate.js new file mode 100644 index 0000000..3d778e2 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/validate.js @@ -0,0 +1 @@ +({"rangeMessage":"הערך מחוץ לטווח.","invalidMessage":"הערך שצוין אינו חוקי.","missingMessage":"זהו ערך דרוש."})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/he/validate.xd.js b/js/dojo-1.6/dijit/form/nls/he/validate.xd.js new file mode 100644 index 0000000..3ee3159 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/he/validate.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.he.validate"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.he.validate");dojo._xdLoadFlattenedBundle("dijit.form", "validate", "he", {"rangeMessage":"הערך מחוץ לטווח.","invalidMessage":"הערך שצוין אינו חוקי.","missingMessage":"זהו ערך דרוש."}); +}};});
\ No newline at end of file |
