package WebGUI::i18n::English::Asset_EventsCalendar; our $I18N = { 'visitor cache timeout' => { message => q|Visitor Cache Timeout|, lastUpdated => 0 }, 'visitor cache timeout help' => { message => q|Since all visitors will see this asset the same way, we can cache it to increase performance. How long should we cache it?|, lastUpdated => 1146456063 }, 'january' => { message => q|January|, lastUpdated => 1133711787 }, '61' => { message => q|Events Calendar, Add/Edit|, lastUpdated => 1066572488 }, '507 description' => { message => q|Sets the scope of the events displayed by this calendar.
Events calendars are used on many intranets to keep track of internal dates that affect a whole organization. Also, Events Calendars on consumer sites are a great way to let your customers know what events you'll be attending and what promotions you'll be having.
Note: The following style is specific to the Events Calendar.
.eventTitle
The title of an individual event.
The following template variables are available for you to customize your events calendar.
addevent.url
The URL to add an event to the calendar.
addevent.label
The translated label for the add event link.
sunday.label
A label representing "Sunday".
monday.label
A label representing "Monday".
tuesday.label
A label representing "Tuesday".
wednesday.label
A label representing "Wednesday".
thursday.label
A label representing "Thursday".
friday.label
A label representing "Friday".
saturday.label
A label representing "Saturday".
sunday.label.short
The first initial of the label for "Sunday".
monday.label.short
The first initial of the label for "Monday".
tuesday.label.short
The first initial of the label for "Tuesday".
wednesday.label.short
The first initial of the label for "Wednesday".
thursday.label.short
The first initial of the label for "Thursday".
friday.label.short
The first initial of the label for "Friday".
saturday.label.short
The first initial of the label for "Saturday".
month_loop
A loop containing all the months in the calendar.
daysInMonth
The number of days in this month.
day_loop
A loop containing all the days in the month.
dayOfWeek
The day number for the day in the week.
day
The day of the month.
isStartOfWeek
A boolean indicating this is the first day in the week.
isEndOfWeek
A boolean indicating this is the last day in the week.
isToday
A boolean indicating that this day is today.
event_loop
A loop containing all of the events in this day.
description
The description or detail of this event.
name
The name or title of this event.
start.date.human
The human representation of the start date of this event.
start.time.human
The human representation of the start time of this event.
start.date.epoch
The epoch representation of the start date of this event.
start.year
The 4-digit year this event starts.
start.month
The name of the month this event starts, internationalized.
start.day
The day this event starts.
start.day.dayOfWeek
The name of the day of the week this event starts, internationalized.
end.date.human
The human representation of the end date of this event.
end.time.human
The human representation of the end time of this event.
end.date.epoch
The epoch representation of the end date of this event.
end.year
The 4-digit year this event ends.
end.month
The name of the month this event ends, internationalized.
end.day
The day this event ends.
end.day.dayOfWeek
The name of the day of the week this event ends, internationalized.
startEndYearMatch
A boolean indicating whether the start and end year match.
startEndMonthMatch
A boolean indicating whether the start and end month match.
startEndDayMatch
A boolean indicating whether the start and end day match.
isFirstDayOfEvent
A boolean indicating whether this day is the first day of the event.
dateIsSameAsPrevious
A boolean indicating whether the start and end date of this event are the same as the previous event's start and end date.
daysInEvent
The length of this event in days.
url
The URL to view this event in detail.
url
A URL to today's events.
prepad_loop
A loop containing info to prepad the days in the month before the start day.
count
The day of the week for this pad.
postpad_loop
A loop containing the info to postpad the days in the month after the last day.
count
The day of the week for this pad.
month
The name of this month, internationalized.
year
The 4 digit year in the current month of the month_loop.