From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/form/nls/he/ComboBox.js | 3 ++- lib/dijit/form/nls/he/ComboBox.js.uncompressed.js | 8 ++++++++ lib/dijit/form/nls/he/Textarea.js | 3 ++- lib/dijit/form/nls/he/Textarea.js.uncompressed.js | 10 ++++++++++ lib/dijit/form/nls/he/validate.js | 3 ++- lib/dijit/form/nls/he/validate.js.uncompressed.js | 9 +++++++++ 6 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 lib/dijit/form/nls/he/ComboBox.js.uncompressed.js create mode 100644 lib/dijit/form/nls/he/Textarea.js.uncompressed.js create mode 100644 lib/dijit/form/nls/he/validate.js.uncompressed.js (limited to 'lib/dijit/form/nls/he') diff --git a/lib/dijit/form/nls/he/ComboBox.js b/lib/dijit/form/nls/he/ComboBox.js index 169d0f5ad..49eed434b 100644 --- a/lib/dijit/form/nls/he/ComboBox.js +++ b/lib/dijit/form/nls/he/ComboBox.js @@ -1 +1,2 @@ -({"previousMessage":"האפשרויות הקודמות","nextMessage":"אפשרויות נוספות"}) \ No newline at end of file +//>>built +define("dijit/form/nls/he/ComboBox",({previousMessage:"האפשרויות הקודמות",nextMessage:"אפשרויות נוספות"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/he/ComboBox.js.uncompressed.js b/lib/dijit/form/nls/he/ComboBox.js.uncompressed.js new file mode 100644 index 000000000..907faf18b --- /dev/null +++ b/lib/dijit/form/nls/he/ComboBox.js.uncompressed.js @@ -0,0 +1,8 @@ +define( +"dijit/form/nls/he/ComboBox", //begin v1.x content +({ + previousMessage: "האפשרויות הקודמות", + nextMessage: "אפשרויות נוספות" +}) +//end v1.x content +); diff --git a/lib/dijit/form/nls/he/Textarea.js b/lib/dijit/form/nls/he/Textarea.js index 809eadfa7..8276f545d 100644 --- a/lib/dijit/form/nls/he/Textarea.js +++ b/lib/dijit/form/nls/he/Textarea.js @@ -1 +1,2 @@ -({"iframeEditTitle":"אזור עריכה","iframeFocusTitle":"מסגרת אזור עריכה"}) \ No newline at end of file +//>>built +define("dijit/form/nls/he/Textarea",({iframeEditTitle:"אזור עריכה",iframeFocusTitle:"מסגרת אזור עריכה"})); \ No newline at end of file diff --git a/lib/dijit/form/nls/he/Textarea.js.uncompressed.js b/lib/dijit/form/nls/he/Textarea.js.uncompressed.js new file mode 100644 index 000000000..92a762002 --- /dev/null +++ b/lib/dijit/form/nls/he/Textarea.js.uncompressed.js @@ -0,0 +1,10 @@ +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/lib/dijit/form/nls/he/validate.js b/lib/dijit/form/nls/he/validate.js index 3d778e2c9..097e29c25 100644 --- a/lib/dijit/form/nls/he/validate.js +++ b/lib/dijit/form/nls/he/validate.js @@ -1 +1,2 @@ -({"rangeMessage":"הערך מחוץ לטווח.","invalidMessage":"הערך שצוין אינו חוקי.","missingMessage":"זהו ערך דרוש."}) \ No newline at end of file +//>>built +define("dijit/form/nls/he/validate",({invalidMessage:"הערך שצוין אינו חוקי.",missingMessage:"זהו ערך דרוש.",rangeMessage:"הערך מחוץ לטווח."})); \ No newline at end of file diff --git a/lib/dijit/form/nls/he/validate.js.uncompressed.js b/lib/dijit/form/nls/he/validate.js.uncompressed.js new file mode 100644 index 000000000..c4121d1a7 --- /dev/null +++ b/lib/dijit/form/nls/he/validate.js.uncompressed.js @@ -0,0 +1,9 @@ +define( +"dijit/form/nls/he/validate", //begin v1.x content +({ + invalidMessage: "הערך שצוין אינו חוקי.", + missingMessage: "זהו ערך דרוש.", + rangeMessage: "הערך מחוץ לטווח." +}) +//end v1.x content +); -- cgit v1.2.3