Changeset 7542
- Timestamp:
- 02/19/08 19:41:25 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/data/web/sf/calendar/lang/calendar-he.js
r3017 r7542 44 44 "א"); 45 45 46 // First day of the week. "0" means display Sunday first, "1" means display 47 // Monday first, etc. 48 Calendar._FD = 0; 49 46 50 // full month names 47 51 Calendar._MN = new Array … … 84 88 "מופץ תחת זיכיון ה GNU LGPL. עיין ב http://gnu.org/licenses/lgpl.html לפרטים נוספים." + 85 89 "\n\n" + 86 בחירת תאריך:\n" +90 "בחירת תאריך:\n" + 87 91 "- השתמש בכפתורים \xab, \xbb לבחירת שנה\n" + 88 92 "- השתמש בכפתורים " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " לבחירת חודש\n" +

