📄 calendar_language_file_inc.asp
字号:
<%
'****************************************************************************************
'** Copyright Notice
'**
'** Web Wiz Forums(TM)
'** http://www.webwizforums.com
'**
'** Copyright (C)2001-2008 Web Wiz(TM). All Rights Reserved.
'**
'** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS UNDER LICENSE FROM 'WEB WIZ'.
'**
'** IF YOU DO NOT AGREE TO THE LICENSE AGREEMENT THEN 'WEB WIZ' IS UNWILLING TO LICENSE
'** THE SOFTWARE TO YOU, AND YOU SHOULD DESTROY ALL COPIES YOU HOLD OF 'WEB WIZ' SOFTWARE
'** AND DERIVATIVE WORKS IMMEDIATELY.
'**
'** If you have not received a copy of the license with this work then a copy of the latest
'** license contract can be found at:-
'**
'** http://www.webwizguide.com/license
'**
'** For more information about this software and for licensing information please contact
'** 'Web Wiz' at the address and website below:-
'**
'** Web Wiz, Unit 10E, Dawkins Road Industrial Estate, Poole, Dorset, BH15 4JD, England
'** http://www.webwizguide.com
'**
'** Removal or modification of this copyright notice will violate the license contract.
'**
'****************************************************************************************
'Calendar
'---------------------------------------------------
Const strTxtCalendarEvents = "Calendar Events"
Const strTxtCalendarJump = "Calendar Jump"
Const strTxtWeekView = "Week View"
Const strTxtMonthView = "Month View"
Const strTxtYearView = "Year View"
Const strTxtEvents = "Events"
Const strTxtViewWeekInDetail = "View Week in Detail"
Const strTxtViewMonthInDetail = "View Month in Detail"
Const strTxtBirthdays = "Birthdays"
Const strTxtHideBirthdays = "Hide Birthdays"
Const strTxtShowBirthdays = "Show Birthdays"
Const strTxtLatest = "Lastest"
Const strTxtLatestEventFeed = "Lastest Event Feed"
Const strTxtSunday = "Sunday"
Const strTxtMonday = "Monday"
Const strTxtTuesday = "Tuesday"
Const strTxtWednesday = "Wednesday"
Const strTxtThursday = "Thursday"
Const strTxtFriday = "Friday"
Const strTxtSaturday = "Saturday"
Const strTxtSun = "Sun"
Const strTxtMon = "Mon"
Const strTxtTue = "Tue"
Const strTxtWed = "Wed"
Const strTxtThu = "Thu"
Const strTxtFri = "Fri"
Const strTxtSat = "Sat"
Const strTxtSu = "S"
Const strTxtMo = "M"
Const strTxtTu = "T"
Const strTxtWe = "W"
Const strTxtTh = "T"
Const strTxtFr = "F"
Const strTxtSa = "S"
Const strTxtJanuary = "January"
Const strTxtFebruary = "February"
Const strTxtMarch = "March"
Const strTxtApril = "April"
Const strTxtMay = "May"
Const strTxtJune = "June"
Const strTxtJuly = "July"
Const strTxtAugust = "August"
Const strTxtSeptember = "September"
Const strTxtOctober = "October"
Const strTxtNovember = "November"
Const strTxtDecember = "December"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -