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
15 lines
589 B
//------------------------------------------------------------------------
|
|
// 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";
|