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.
Regular
This calendar will display its own events.
Global
The calendar will display events from every calendar in the site.
Master
The calendar will display events from every calendar below it in the hierarchy.
|, lastUpdated => 1129668992, }, '94 description' => { message => q|Choose a layout for the events calendar.|, lastUpdated => 1129668992, }, '80 description' => { message => q|Choose a layout for the individual events within the calendar.|, lastUpdated => 1129668992, }, '81 description' => { message => q|Choose the start month for your calendar.
First in the calendar
The calendar will start at whatever the earliest date in the calendar is.
Now!
The calendar will start on the current date and time. It will advance and not show events that have already passed.
Current
The calendar will always start on the current month. It is similar to "Now!" but advances from month to month. This allows events in the current month that have passed to still be displayed.
January
The calendar will always start on January of the current year.
|, lastUpdated => 1129668992, }, '84 description' => { message => q|Choose the end month for your calendar.
Last in the calendar
The calendar will end at the last date in the calendar.
Show 12 months from the start
Show 9 months from the start
Show 6 months from the start
Show 3 months from the start
Show N months from the start month. If the start month is variable, then this provides a sliding window into the events in this calendar.
Current
The calendar will always end on the current month.
|, lastUpdated => 1129668992, }, '90 description' => { message => q|Choose which month for this calendar to display when it is viewed.|, lastUpdated => 1129668992, }, '19 description' => { message => q|How many months of data should be shown before paginating?|, lastUpdated => 1129668992, }, '71' => { message => q|

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.

|, lastUpdated => 1146775504, }, '559' => { 'lastUpdated' => 1108397891, 'message' => 'Next' }, '503' => { 'lastUpdated' => 1108397891, 'message' => 'Personal' }, '90' => { 'lastUpdated' => 1038190708, 'message' => 'Default Month' }, '80' => { 'lastUpdated' => 1038190379, 'message' => 'Event Template' }, 'assetName' => { 'lastUpdated' => 1128832357, 'message' => 'Events Calendar' }, '560' => { 'lastUpdated' => 1108397891, 'message' => 'Month' }, '506' => { 'lastUpdated' => 1108397891, 'message' => 'Tasks' }, '88' => { 'lastUpdated' => 1038190632, 'message' => 'Show 6 months from start.' }, '500' => { 'lastUpdated' => 1108397891, 'message' => 'May Manage This Calendar' }, '82' => { 'lastUpdated' => 1038190803, 'message' => 'Current.' }, '84' => { 'lastUpdated' => 1038190527, 'message' => 'End Month' }, '83' => { 'lastUpdated' => 1038190781, 'message' => 'First in the calendar.' }, '20' => { 'lastUpdated' => 1031514049, 'message' => 'Add an event.' }, '501' => { 'lastUpdated' => 1108397891, 'message' => 'Calendar Type' }, '89' => { 'lastUpdated' => 1038190646, 'message' => 'Show 3 months from start.' }, '504' => { 'lastUpdated' => 1108397891, 'message' => 'Agenda' }, '502' => { 'lastUpdated' => 1108397891, 'message' => 'Regular' }, '505' => { 'lastUpdated' => 1108397891, 'message' => 'Resource' }, '87' => { 'lastUpdated' => 1038190626, 'message' => 'Show 9 months from start.' }, '508' => { 'lastUpdated' => 1108397891, 'message' => 'Regular' }, '85' => { 'lastUpdated' => 1038190764, 'message' => 'Last in the calendar.' }, '94' => { 'lastUpdated' => 1078520840, 'message' => 'Events Calendar Template' }, '95' => { message => q|

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.

|, lastUpdated => 1146775609 }, '509' => { 'lastUpdated' => 1108397891, 'message' => 'Master' }, '558' => { 'lastUpdated' => 1108397891, 'message' => 'Previous' }, '561' => { 'lastUpdated' => 1108397891, 'message' => 'Months' }, '12' => { 'lastUpdated' => 1031514049, 'message' => 'Edit Events Calendar' }, '81' => { 'lastUpdated' => 1038190442, 'message' => 'Start Month' }, '98' => { 'lastUpdated' => 1053888477, 'message' => 'Now!' }, '510' => { 'lastUpdated' => 1108397891, 'message' => 'Global' }, '86' => { 'lastUpdated' => 1038190601, 'message' => 'Show 12 months from start.' }, '19' => { 'lastUpdated' => 1031514049, 'message' => 'Paginate After' }, '507' => { 'lastUpdated' => 1108397891, 'message' => 'Calendar Scope' } }; 1;