diff options
Diffstat (limited to 'js/dojo-1.6/dijit/form/nls/ar')
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/ComboBox.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/ComboBox.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/Textarea.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/Textarea.xd.js | 4 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/validate.js | 1 | ||||
| -rw-r--r-- | js/dojo-1.6/dijit/form/nls/ar/validate.xd.js | 4 |
6 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo-1.6/dijit/form/nls/ar/ComboBox.js b/js/dojo-1.6/dijit/form/nls/ar/ComboBox.js new file mode 100644 index 0000000..6a84531 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/ComboBox.js @@ -0,0 +1 @@ +({"previousMessage":"الاختيارات السابقة","nextMessage":"مزيد من الاختيارات"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/ar/ComboBox.xd.js b/js/dojo-1.6/dijit/form/nls/ar/ComboBox.xd.js new file mode 100644 index 0000000..acada7e --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/ComboBox.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.ar.ComboBox"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.ar.ComboBox");dojo._xdLoadFlattenedBundle("dijit.form", "ComboBox", "ar", {"previousMessage":"الاختيارات السابقة","nextMessage":"مزيد من الاختيارات"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/ar/Textarea.js b/js/dojo-1.6/dijit/form/nls/ar/Textarea.js new file mode 100644 index 0000000..fe623c6 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/Textarea.js @@ -0,0 +1 @@ +({"iframeEditTitle":"مساحة التحرير","iframeFocusTitle":"اطار مساحة التحرير"})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/ar/Textarea.xd.js b/js/dojo-1.6/dijit/form/nls/ar/Textarea.xd.js new file mode 100644 index 0000000..565a711 --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/Textarea.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.ar.Textarea"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.ar.Textarea");dojo._xdLoadFlattenedBundle("dijit.form", "Textarea", "ar", {"iframeEditTitle":"مساحة التحرير","iframeFocusTitle":"اطار مساحة التحرير"}); +}};});
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/ar/validate.js b/js/dojo-1.6/dijit/form/nls/ar/validate.js new file mode 100644 index 0000000..615e56b --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/validate.js @@ -0,0 +1 @@ +({"rangeMessage":"هذه القيمة ليس بالمدى الصحيح.","invalidMessage":"القيمة التي تم ادخالها غير صحيحة.","missingMessage":"يجب ادخال هذه القيمة."})
\ No newline at end of file diff --git a/js/dojo-1.6/dijit/form/nls/ar/validate.xd.js b/js/dojo-1.6/dijit/form/nls/ar/validate.xd.js new file mode 100644 index 0000000..32187af --- /dev/null +++ b/js/dojo-1.6/dijit/form/nls/ar/validate.xd.js @@ -0,0 +1,4 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dijit.form.nls.ar.validate"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dijit.form.nls.ar.validate");dojo._xdLoadFlattenedBundle("dijit.form", "validate", "ar", {"rangeMessage":"هذه القيمة ليس بالمدى الصحيح.","invalidMessage":"القيمة التي تم ادخالها غير صحيحة.","missingMessage":"يجب ادخال هذه القيمة."}); +}};});
\ No newline at end of file |
