Calendar.getText=function(B){if(!Calendar._texts){var A={};
A.INFO=calendarRes._g("aboutCommandTT");
A.ABOUT=calendarRes._g("aboutContent1")+"\n"+calendarRes._g("aboutContent1")+"\n"+calendarRes._g("aboutContent2")+"\n"+calendarRes._g("aboutContent3")+"\n"+calendarRes._g("aboutContent4")+"\n"+calendarRes._g("aboutContent5")+"\n"+calendarRes._g("aboutContent6")+"\n"+calendarRes._g("aboutContent7")+"\n";
A.ABOUT_TIME="\n\n"+calendarRes._g("aboutTimeContent1")+"\n"+calendarRes._g("aboutTimeContent5")+"\n"+calendarRes._g("aboutTimeContent6")+"\n"+calendarRes._g("aboutTimeContent7");
A.PREV_YEAR=calendarRes._g("previousYearCommandTT");
A.PREV_MONTH=calendarRes._g("previousMonthCommandTT");
A.TODAY=calendarRes._g("todayCommand");
A.GO_TODAY=calendarRes._g("todayCommandTT");
A.NEXT_MONTH=calendarRes._g("nextMonthCommandTT");
A.NEXT_YEAR=calendarRes._g("nextYearCommandTT");
A.SEL_DATE=calendarRes._g("calendarMainTT");
A.PART_TODAY=calendarRes._g("todayParenthesis");
A.DAY_FIRST=calendarRes._g("dayDisplayedFirstCommandTT","%s");
A.CLOSE=calendarRes._g("closeCommandTT");
A.CLEAR=calendarRes._g("eraseCommand");
A.DONE=calendarRes._g("doneCommand");
A.CANCEL=calendarRes._g("cancelCommand");
A.WK=calendarRes._g("week");
A.WKABBR=calendarRes._g("weekTT");
A.DRAG_TO_MOVE=calendarRes._g("dragAndDrop");
A.TIME="??Time:";
A.TIME_PART="??(Shift-)Click or drag to change value";
A.WEEKEND="0,6";
A.TT_DATE_FORMAT="%a, %b %e";
A.DN=[weekDaysRes._g("sunday"),weekDaysRes._g("monday"),weekDaysRes._g("tuesday"),weekDaysRes._g("wednesday"),weekDaysRes._g("thursday"),weekDaysRes._g("friday"),weekDaysRes._g("saturday"),weekDaysRes._g("sunday")];
A.SDN=[weekDaysAbbrRes._g("sundayAbbrev"),weekDaysAbbrRes._g("mondayAbbrev"),weekDaysAbbrRes._g("tuesdayAbbrev"),weekDaysAbbrRes._g("wednesdayAbbrev"),weekDaysAbbrRes._g("thursdayAbbrev"),weekDaysAbbrRes._g("fridayAbbrev"),weekDaysAbbrRes._g("saturdayAbbrev"),weekDaysAbbrRes._g("sundayAbbrev")];
A.MN=[monthsRes._g("january"),monthsRes._g("february"),monthsRes._g("march"),monthsRes._g("april"),monthsRes._g("may"),monthsRes._g("june"),monthsRes._g("july"),monthsRes._g("august"),monthsRes._g("september"),monthsRes._g("october"),monthsRes._g("november"),monthsRes._g("december")];
A.SMN=[monthsAbbrRes._g("januaryAbbrev"),monthsAbbrRes._g("februaryAbbrev"),monthsAbbrRes._g("marchAbbrev"),monthsAbbrRes._g("aprilAbbrev"),monthsAbbrRes._g("mayAbbrev"),monthsAbbrRes._g("juneAbbrev"),monthsAbbrRes._g("julyAbbrev"),monthsAbbrRes._g("augustAbbrev"),monthsAbbrRes._g("septemberAbbrev"),monthsAbbrRes._g("octoberAbbrev"),monthsAbbrRes._g("novemberAbbrev"),monthsAbbrRes._g("decemberAbbrev")];
Calendar._texts=A
}return Calendar._texts[B]
};
