Index: jscalendar/jscalendar.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jstools/jscalendar/jscalendar.module,v retrieving revision 1.16 diff -u -u -p -r1.16 jscalendar.module --- jscalendar/jscalendar.module 21 Jun 2007 23:03:00 -0000 1.16 +++ jscalendar/jscalendar.module 23 Aug 2007 09:38:36 -0000 @@ -114,14 +114,14 @@ function jscalendar_load($lib_locale = N // If the locale library hasn't been explicitly set, we look for support for the current locale. if (empty($lib_locale)) { // Supported directly. - if (in_array($locale, array('af', 'bg', 'ca', 'da', 'de', 'el', 'es', 'fi', 'fr', 'he', 'hu', 'id', 'is', 'it', 'ja', 'kn', 'ko', 'lt', 'nl', 'pl', 'ro', 'ru', 'sk', 'sv', 'tr'))) { + if (in_array($locale, array('af', 'bg', 'ca', 'da', 'de', 'el', 'es', 'fi', 'fr', 'hu', 'id', 'is', 'it', 'ja', 'kn', 'ko', 'lt', 'nl', 'pl', 'ro', 'ru', 'sk', 'sv', 'tr'))) { $lib_locale = $locale; } // Supported indirectly. else if ($locale == 'cs') { $lib_locale = 'cs-utf8'; } - else if ($lib_locale == 'he') { + else if ($locale == 'he') { $lib_locale = 'he-utf8'; } else if (($locale == 'pt-br') || ($locale == 'pt-pt')) { Index: jscalendar/lib/lang/calendar-he-utf8.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jstools/jscalendar/lib/lang/calendar-he-utf8.js,v retrieving revision 1.2 diff -u -u -p -r1.2 calendar-he-utf8.js --- jscalendar/lib/lang/calendar-he-utf8.js 13 Apr 2007 11:13:56 -0000 1.2 +++ jscalendar/lib/lang/calendar-he-utf8.js 23 Aug 2007 09:38:36 -0000 @@ -83,7 +83,7 @@ Calendar._TT["ABOUT"] = "הגירסא האחרונה זמינה ב: http://www.dynarch.com/projects/calendar/\n" + "מופץ תחת זיכיון ה GNU LGPL. עיין ב http://gnu.org/licenses/lgpl.html לפרטים נוספים." + "\n\n" + -בחירת תאריך:\n" + +"בחירת תאריך:\n" + "- השתמש בכפתורים \xab, \xbb לבחירת שנה\n" + "- השתמש בכפתורים " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " לבחירת חודש\n" + "- החזק העכבר לחוץ מעל הכפתורים המוזכרים לעיל לבחירה מהירה יותר."; @@ -124,5 +124,5 @@ Calendar._TT["TIME"] = "שעה::"; // First day of the week. 0 means display Sunday first, 1 means display // Monday first, etc. -Calendar._FD = 1; +Calendar._FD = 0;