Files
Phraseanet/www/include/jslibs/datepicker-mobile/lang/he.js
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

50 lines
1.2 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var fdLocale = {
months:[
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"
],
fullDay:[
"שני",
"שלישי",
"רביעי",
"חמישי",
"שישי",
"שבת",
"ראשון"
],
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice
*/
dayAbbr:[
'ב',
'ג',
'ד',
'ה',
'ו',
'ש',
'א'
],
/* Only stipulate the firstDayOfWeek should the first day not be Monday
*/
firstDayOfWeek:6,
titles:[
"חודש קודם",
"חודש הבא",
"שנה קודמת",
"שנה הבאה",
"היום"
]
};