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.

15 lines
589 B

  1. //------------------------------------------------------------------------
  2. // Create the arrays of days & months for different languages
  3. //------------------------------------------------------------------------
  4. var L_PreviousMonth_ToolTip = "Shows the previous month.";
  5. var L_NextMonth_ToolTip = "Shows the next month.";
  6. var L_ShortSunday_Text = "S";
  7. var L_ShortMonday_Text = "M";
  8. var L_ShortTuesday_Text = "T";
  9. var L_ShortWednesday_Text = "W";
  10. var L_ShortThursday_Text = "T";
  11. var L_ShortFriday_Text = "F";
  12. var L_ShortSaturday_Text = "S";