diff --git a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm index 7ae5d5828..20afb20ef 100644 --- a/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm +++ b/lib/WebGUI/i18n/English/Asset_EventsCalendar.pm @@ -7,6 +7,85 @@ our $I18N = { lastUpdated => 1066572488 }, + '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. +

+ +Start Month
+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.
+
+
+ +

+ +End Month
+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.
+ +
+
+

+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. + +

+Proceed to add event?
+Leave this set to yes if you want to add events to the Events Calendar directly after creating it. + +

+Main Template
+Choose a layout for the events calendar. + +

+Event Template
+Choose a layout for the individual events within the calendars. + +

+Paginate After
+How many months of data should be shown before paginating? + +

+


+Note: The following style is specific to the Events Calendar. + +

+.eventTitle
+The title of an individual event. + +|, + lastUpdated => 1100902948, + }, + + '559' => { 'lastUpdated' => 1108397891, 'message' => 'Next' @@ -95,6 +174,253 @@ our $I18N = { '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. +

+ +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 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. +

+ + + +

+ + +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. +

+ +year
+The name of this year. +

+ + + +

+ +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". +

+ +|, + lastUpdated => 1099548964 + }, + '509' => { 'lastUpdated' => 1108397891, 'message' => 'Master'