mirror of https://github.com/tongzx/nt5src
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.
24 lines
544 B
24 lines
544 B
<%
|
|
|
|
' Localizable strings for the Calendar dialog
|
|
Const L_CALSHORTMON_TEXT = "Mo"
|
|
Const L_CALSHORTTUE_TEXT = "Tu"
|
|
Const L_CALSHORTWED_TEXT = "We"
|
|
Const L_CALSHORTTHU_TEXT = "Th"
|
|
Const L_CALSHORTFRI_TEXT = "Fr"
|
|
Const L_CALSHORTSAT_TEXT = "Sa"
|
|
Const L_CALSHORTSUN_TEXT = "Su"
|
|
|
|
Const L_CALENDARTITLE_TEXT = "Calendar"
|
|
|
|
Const L_CALENDAROK_TEXT = " OK "
|
|
Const L_CALENDARCANCEL_TEXT = "Cancel"
|
|
|
|
' Resizing constants for the Calendar dialog
|
|
|
|
' Dialog dimensions
|
|
Const L_CALENDAR_W = 250
|
|
Const L_CALENDAR_H = 280
|
|
|
|
Const L_CALENDARCELL_NUM = 20
|
|
%>
|