package WebGUI::i18n::English::EventsCalendar;
our $I18N = {
'90' => {
message => q|Default Month|,
lastUpdated => 1038190708
},
'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.
Main Template
Choose a layout for the events calendar.
Event Template
Choose a layout for the individual events within the calendars.
Start Month
Choose the start month for your calendar. If you choose "current" the calendar will always start on the current month, therefore it will change from month to month. If you choose "first in the calendar" then it will start at whatever the earliest date in the calendar is.
End Month
Choose the end month for your calendar. If you choose "show X months from start", then only X months worth of information will ever be displayed. If you choose "current" then the calendar will end on the month you are currently in. If you choose "last in calendar" then the calendar will end on the last date entered into the calendar.
Default Month
Choose which month for this calendar to start on when a visitor comes to the page containing the calendar.
Is master?
If set to yes then this calendar will display events from all other calendars in the system.
Paginate After
When using a list-style calendar, how many events should be shown per page?
Proceed to add event?
Leave this set to yes if you want to add events to the Events Calendar directly after creating it.
Note: Events that have already happened will not be displayed on the events calendar.
daysInMonthsunday.label
The number of days in this month.day_loop
A loop containing all the days in the month.
dayOfWeekprepad_loop
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.
descriptionurl
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 year this event starts.start.month
The month this event starts.start.day
The day this event starts.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 year this event ends.end.month
The month this event ends.end.day
The day this event ends.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.
A URL to today's events.
A loop containing info to prepad the days in the month before the start day.
countpostpad_loop
The day of the week for this pad.
A loop containing the info to postpad the days in the month after the last day.
countmonth
The day of the week for this pad.
The name of this month.year
The name of this year.
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
A label representing the abbreviated version of "Sunday".
monday.label.short
A label representing the abbreviated version of "Monday".
tuesday.label.short
A label representing the abbreviated version of "Tuesday".
wednesday.label.short
A label representing the abbreviated version of "Wednesday".
thursday.label.short
A label representing the abbreviated version of "Thursday".
friday.label.short
A label representing the abbreviated version of "Friday".
saturday.label.short
A label representing the abbreviated version of "Saturday".
|, lastUpdated => 1078520840 }, '83' => { message => q|First in the calendar.|, lastUpdated => 1038190781 }, '75' => { message => q|Which do you wish to do?|, lastUpdated => 1031514049 }, '61' => { message => q|Events Calendar, Add/Edit|, lastUpdated => 1066572488 }, '20' => { message => q|Add an event.|, lastUpdated => 1031514049 }, '14' => { message => q|Start Date|, lastUpdated => 1031514049 }, '92' => { message => q|Previous Event|, lastUpdated => 1038202281 }, '89' => { message => q|Show 3 months from start.|, lastUpdated => 1038190646 }, '91' => { message => q|Add a new event.|, lastUpdated => 1038190852 }, '78' => { message => q|Don't delete anything, I made a mistake.|, lastUpdated => 1031514049 }, '87' => { message => q|Show 9 months from start.|, lastUpdated => 1038190626 }, '93' => { message => q|Next Event|, lastUpdated => 1038202290 }, '77' => { message => q|Delete this event and all of its recurrences.|, lastUpdated => 1031514049 }, '13' => { message => q|Edit Event|, lastUpdated => 1031514049 }, '96' => { message => q|Event Template|, lastUpdated => 1078568518 }, '85' => { message => q|Last in the calendar.|, lastUpdated => 1038190764 }, '94' => { message => q|Events Calendar Template|, lastUpdated => 1078520840 }, '97' => { message => q|The following is the list of template variables available in event templates.
title
Description
The activities of this event or information about where the event is to be held.
Start Date
The date and time when the event begins.
End Date
The date and time when the event ends.
Recurs every
How many times and how often the event recurs.
What next?
Select "add new event" if you'd like to add another event, otherwise select "go back to page".
|, lastUpdated => 1096221250 }, '19' => { message => q|Paginate After|, lastUpdated => 1031514049 }, '76' => { message => q|Delete only this event.|, lastUpdated => 1031514049 }, '86' => { message => q|Show 12 months from start.|, lastUpdated => 1038190601 }, }; 1;