Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//------------------------------------------------------------------------
// Create the arrays of days & months for different languages
//------------------------------------------------------------------------
var L_PreviousMonth_ToolTip = "Shows the previous month."; var L_NextMonth_ToolTip = "Shows the next month.";
var L_ShortSunday_Text = "S"; var L_ShortMonday_Text = "M"; var L_ShortTuesday_Text = "T"; var L_ShortWednesday_Text = "W"; var L_ShortThursday_Text = "T"; var L_ShortFriday_Text = "F"; var L_ShortSaturday_Text = "S";
|