Calendar rewrite progress. Please see dev forum. Don't hurt me.
This commit is contained in:
parent
39d6ac8584
commit
5b29b0dfcb
15 changed files with 5640 additions and 610 deletions
File diff suppressed because it is too large
Load diff
1471
lib/WebGUI/Asset/Wobject/Calendar.pm
Normal file
1471
lib/WebGUI/Asset/Wobject/Calendar.pm
Normal file
File diff suppressed because it is too large
Load diff
274
lib/WebGUI/i18n/English/Asset_Calendar.pm
Executable file
274
lib/WebGUI/i18n/English/Asset_Calendar.pm
Executable file
|
|
@ -0,0 +1,274 @@
|
|||
package WebGUI::i18n::English::Asset_Calendar;
|
||||
|
||||
our $I18N = {
|
||||
#'key1' => {
|
||||
# message => q{},
|
||||
# lastUpdated => 0,
|
||||
# context => q{},
|
||||
#},
|
||||
|
||||
|
||||
#################### DATETIME LOCALE ####################
|
||||
'locale' => {
|
||||
message => q{en_US},
|
||||
lastUpdated => 0,
|
||||
context => q{The ISO locale name for month and day labels.},
|
||||
},
|
||||
|
||||
|
||||
#################### CALENDAR PROPERTIES FIELDS ####################
|
||||
|
||||
##### Subscriber Notify Offset #####
|
||||
'subscriberNotifyOffset label' => {
|
||||
message => q{Subscriber Notify Offset},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the Subscriber Notify Offset field},
|
||||
},
|
||||
'subscriberNotifyOffset description' => {
|
||||
message => q{Number of days before a subscriber is notified that an event is about to happen.},
|
||||
lastUpdated => 0,
|
||||
context => q{The Hover Help for the Subscriber Notify Offset field},
|
||||
},
|
||||
|
||||
|
||||
|
||||
#################### CALENDAR DISPLAY FIELDS ####################
|
||||
|
||||
##### Default View #####
|
||||
'defaultView label' => {
|
||||
message => q{Default View},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the Default View field},
|
||||
},
|
||||
'defaultView description' => {
|
||||
message => q{The default view to show the user.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the Default View field},
|
||||
},
|
||||
'defaultView value month' => {
|
||||
message => q{Month},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default View field.},
|
||||
},
|
||||
'defaultView value week' => {
|
||||
message => q{Week},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default View field.},
|
||||
},
|
||||
'defaultView value day' => {
|
||||
message => q{Day},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default View field.},
|
||||
},
|
||||
|
||||
|
||||
##### Default Date #####
|
||||
'defaultDate label' => {
|
||||
message => q{Default Date},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default date field.},
|
||||
},
|
||||
'defaultDate description' => {
|
||||
message => q{The default date to show the user.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default date field.},
|
||||
},
|
||||
'defaultDate value current' => {
|
||||
message => q{The current date},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default Date display field.},
|
||||
},
|
||||
'defaultDate value first' => {
|
||||
message => q{The first event in the calendar},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default Date display field.},
|
||||
},
|
||||
'defaultDate value last' => {
|
||||
message => q{The last event in the calendar},
|
||||
lastUpdated => 0,
|
||||
context => q{A value for the Default Date display field.},
|
||||
},
|
||||
|
||||
|
||||
##### Visitor Cache Timeout #####
|
||||
'visitorCacheTimeout label' => {
|
||||
message => q{Visitor Cache Timeout},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the Visitor Cache Timeout field.},
|
||||
},
|
||||
'visitorCacheTimeout description' => {
|
||||
message => q{The number of minutes before the visitor cache will be refreshed.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the Visitor Cache Timeout field.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#################### CALENDAR SECURITY FIELDS ####################
|
||||
|
||||
##### Group to add/edit events #####
|
||||
'groupIdEventEdit label' => {
|
||||
message => q{Who can add/edit Events?},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the Group to Edit Events field.},
|
||||
},
|
||||
'groupIdEventEdit description' => {
|
||||
message => q{Members of this group can add and edit Events in this calendar.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the Group to Edit Events field.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
#################### CALENDAR FEEDS FIELDS ####################
|
||||
|
||||
##### Feeds tab #####
|
||||
'feeds' => {
|
||||
message => q{Feeds},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the Feeds tab.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
#################### TEMPLATES ####################
|
||||
|
||||
|
||||
|
||||
##### Template - Month #####
|
||||
'templateIdMonth label' => {
|
||||
message => q{Month View Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default month template.},
|
||||
},
|
||||
'templateIdMonth description' => {
|
||||
message => q{This template shows the calendar in month form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default month template.},
|
||||
},
|
||||
|
||||
##### Template - Week #####
|
||||
'templateIdWeek label' => {
|
||||
message => q{Week View Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Week template.},
|
||||
},
|
||||
'templateIdWeek description' => {
|
||||
message => q{This template shows the calendar in Week form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Week template.},
|
||||
},
|
||||
|
||||
##### Template - Day #####
|
||||
'templateIdDay label' => {
|
||||
message => q{Day View Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Day template.},
|
||||
},
|
||||
'templateIdDay description' => {
|
||||
message => q{This template shows the calendar in Day form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Day template.},
|
||||
},
|
||||
|
||||
##### Template - Event #####
|
||||
'templateIdEvent label' => {
|
||||
message => q{Event Details Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Event template.},
|
||||
},
|
||||
'templateIdEvent description' => {
|
||||
message => q{The template to show the details for an event.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Event template.},
|
||||
},
|
||||
|
||||
##### Template - EventEdit #####
|
||||
'templateIdEventEdit label' => {
|
||||
message => q{Event Edit Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Event Edit template.},
|
||||
},
|
||||
'templateIdEventEdit description' => {
|
||||
message => q{The template to Edit Events.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Event Edit template.},
|
||||
},
|
||||
|
||||
##### Template - Search #####
|
||||
'templateIdSearch label' => {
|
||||
message => q{Search View Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Search template.},
|
||||
},
|
||||
'templateIdSearch description' => {
|
||||
message => q{This template shows the calendar in Search form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Search template.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
##### Template - Print Month #####
|
||||
'templateIdPrintMonth label' => {
|
||||
message => q{Print Month Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default month template.},
|
||||
},
|
||||
'templateIdPrintMonth description' => {
|
||||
message => q{This template to print the calendar in month form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default month template.},
|
||||
},
|
||||
|
||||
##### Template - Print Week #####
|
||||
'templateIdPrintWeek label' => {
|
||||
message => q{Print Week Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Week template.},
|
||||
},
|
||||
'templateIdPrintWeek description' => {
|
||||
message => q{This template to print the calendar in Week form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Week template.},
|
||||
},
|
||||
|
||||
##### Template - Print Day #####
|
||||
'templateIdPrintDay label' => {
|
||||
message => q{Print Day Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Day template.},
|
||||
},
|
||||
'templateIdPrintDay description' => {
|
||||
message => q{This template to print the calendar in Day form.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Day template.},
|
||||
},
|
||||
|
||||
##### Template - Print Event #####
|
||||
'templateIdPrintEvent label' => {
|
||||
message => q{Print Event Details Template},
|
||||
lastUpdated => 0,
|
||||
context => q{The label for the default Event template.},
|
||||
},
|
||||
'templateIdPrintEvent description' => {
|
||||
message => q{The template to print the details for an event.},
|
||||
lastUpdated => 0,
|
||||
context => q{Hover Help for the default Event template.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
#################### ASSET NAME ####################
|
||||
'assetName' => {
|
||||
message => q{Calendar},
|
||||
lastUpdated => 1131394072,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
@ -1,328 +1,30 @@
|
|||
package WebGUI::i18n::English::Asset_Event;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'trash after' => {
|
||||
message => q|Trash After|,
|
||||
lastUpdated => 0,
|
||||
context=> q|a label for the workflow activity property that sets how long old events stick around|
|
||||
#'key1' => {
|
||||
# message => q{},
|
||||
# lastUpdated => 0,
|
||||
# context => q{},
|
||||
#},
|
||||
|
||||
#################### DATETIME LOCALE ####################
|
||||
'locale' => {
|
||||
message => q{en_US},
|
||||
lastUpdated => 0,
|
||||
context => q{The ISO locale name for month and day labels.},
|
||||
},
|
||||
|
||||
'trash after help' => {
|
||||
message => q|How long should old events stay in the calendar before being trashed?|,
|
||||
lastUpdated => 0,
|
||||
context=> q|hover help for the trash after field|
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#################### ASSET NAME ####################
|
||||
'assetName' => {
|
||||
message => q{Event},
|
||||
lastUpdated => 1131394072,
|
||||
},
|
||||
};
|
||||
|
||||
'trash expired events' => {
|
||||
message => q|Trash Expired Events|,
|
||||
lastUpdated => 0,
|
||||
context=> q|The label for the workflow activity that trashes old events.|
|
||||
},
|
||||
|
||||
'72' => {
|
||||
message => q|Event, Add/Edit|,
|
||||
lastUpdated => 1038887363
|
||||
},
|
||||
|
||||
'Title description' => {
|
||||
message => q|The title for this event.|,
|
||||
lastUpdated => 1119072889,
|
||||
},
|
||||
|
||||
'Description description' => {
|
||||
message => q|The activities of this event or information about where the event is to be held.|,
|
||||
lastUpdated => 1119072889,
|
||||
},
|
||||
|
||||
'Start Date description' => {
|
||||
message => q|The date and time when the event begins.|,
|
||||
lastUpdated => 1119072889,
|
||||
},
|
||||
|
||||
'End Date description' => {
|
||||
message => q|The date and time when the event ends.|,
|
||||
lastUpdated => 1119072889,
|
||||
},
|
||||
|
||||
'Recurs every description' => {
|
||||
message => q|How many times and how often the event recurs.|,
|
||||
lastUpdated => 1119072889,
|
||||
},
|
||||
|
||||
'73' => {
|
||||
message => q|<p>Event Assets are created when Events are added to an Events Calendar.</p>|,
|
||||
lastUpdated => 1130294387
|
||||
},
|
||||
|
||||
'96' => {
|
||||
message => q|Event Template|,
|
||||
lastUpdated => 1078568518
|
||||
},
|
||||
|
||||
'title' => {
|
||||
message => q|The title of this event.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'start.label' => {
|
||||
message => q|The translated label for the start date.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'eventStartDate' => {
|
||||
message => q|The date and time this event starts as an epoch.|,
|
||||
lastUpdated => 1164744850,
|
||||
},
|
||||
|
||||
'start.date' => {
|
||||
message => q|The date this event starts in the user's default date format.|,
|
||||
lastUpdated => 1164744850,
|
||||
},
|
||||
|
||||
'start.time' => {
|
||||
message => q|The time this event starts in the user's default time format.|,
|
||||
lastUpdated => 1164744852,
|
||||
},
|
||||
|
||||
'eventEndDate' => {
|
||||
message => q|The date and time this event ends as an epoch.|,
|
||||
lastUpdated => 1164744850,
|
||||
},
|
||||
|
||||
'end.date' => {
|
||||
message => q|The date this event ends in the user's default date format.|,
|
||||
lastUpdated => 1164744853,
|
||||
},
|
||||
|
||||
'end.time' => {
|
||||
message => q|The time this event ends in the user's default time format.|,
|
||||
lastUpdated => 1164744855,
|
||||
},
|
||||
|
||||
'end.label' => {
|
||||
message => q|The translated label for the end date.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'canEdit' => {
|
||||
message => q|A condition indicating whether the current user can edit an event.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'edit.url' => {
|
||||
message => q|The URL to edit this event.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'edit.label' => {
|
||||
message => q|The translated label for the edit URL.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'delete.url' => {
|
||||
message => q|The URL to delete this event.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'delete.label' => {
|
||||
message => q|The translated label for the delete URL.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'description' => {
|
||||
message => q|The description of this event.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
'eventLocation' => {
|
||||
message => q|Where the event will occur.|,
|
||||
lastUpdated => 1149392729,
|
||||
},
|
||||
|
||||
|
||||
'97' => {
|
||||
message => q|<p>The following is the list of template variables available in when displaying an event from the calendar.
|
||||
</p>
|
||||
|,
|
||||
lastUpdated => 1149392756,
|
||||
},
|
||||
|
||||
'519' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Notify a group when a registration occurs?'
|
||||
},
|
||||
'524' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Reminders END'
|
||||
},
|
||||
'523' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Reminders Start'
|
||||
},
|
||||
'520' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Registration Starts'
|
||||
},
|
||||
'521' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Registration Ends'
|
||||
},
|
||||
'575' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Edit'
|
||||
},
|
||||
'526' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Fee for first attendee'
|
||||
},
|
||||
'532' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Recurring Email Reminder Template'
|
||||
},
|
||||
'522' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'May users subscribe to Event Reminders?'
|
||||
},
|
||||
'576' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Delete'
|
||||
},
|
||||
'525' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Add event item to Shopping Cart upon Registration?'
|
||||
},
|
||||
'533' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Group that may register for this Event'
|
||||
},
|
||||
'512' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Description'
|
||||
},
|
||||
'75' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Which do you wish to do?'
|
||||
},
|
||||
'517' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'May users unregister for this event?'
|
||||
},
|
||||
'534' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Group that may subscribe to Event reminders'
|
||||
},
|
||||
'531' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Registration Notification Template'
|
||||
},
|
||||
'14' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Start Date'
|
||||
},
|
||||
'529' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Registration Confirmation (Accept/Cancel) Template'
|
||||
},
|
||||
'516' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'May users register for this event?'
|
||||
},
|
||||
'703' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Year(s)'
|
||||
},
|
||||
'700' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Day(s)'
|
||||
},
|
||||
'78' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Don\'t delete anything, I made a mistake.'
|
||||
},
|
||||
'assetName' => {
|
||||
'lastUpdated' => 1128639297,
|
||||
'message' => 'Event'
|
||||
},
|
||||
'702' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Month(s)'
|
||||
},
|
||||
'535' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Group to notify upon Registration'
|
||||
},
|
||||
'42' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Please Confirm'
|
||||
},
|
||||
'701' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Week(s)'
|
||||
},
|
||||
'77' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Delete this event <b>and</b> all of its recurrences.'
|
||||
},
|
||||
'514' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Event Ends'
|
||||
},
|
||||
'13' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Edit Event'
|
||||
},
|
||||
'513' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Event Starts'
|
||||
},
|
||||
'515' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Event Location'
|
||||
},
|
||||
'515 description' => {
|
||||
'lastUpdated' => 1119073282,
|
||||
'message' => 'Where the event will occur'
|
||||
},
|
||||
'518' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Present EULA-type accept/cancel form<br />for user to confirm registration?'
|
||||
},
|
||||
'9' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'until'
|
||||
},
|
||||
'15' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'End Date'
|
||||
},
|
||||
'8' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'This event recurs every'
|
||||
},
|
||||
'4' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Happens only once.'
|
||||
},
|
||||
'527' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Fee for second attendee'
|
||||
},
|
||||
'528' => {
|
||||
'lastUpdated' => 1108397891,
|
||||
'message' => 'Number of Seats Available (-1 for unlimited)'
|
||||
},
|
||||
'530' => {
|
||||
'lastUpdated' => 1119073382,
|
||||
'message' => 'Event Template'
|
||||
},
|
||||
'530 description' => {
|
||||
'lastUpdated' => 1119073378,
|
||||
'message' => 'Template used to display the information about the event'
|
||||
},
|
||||
'76' => {
|
||||
'lastUpdated' => 1031514049,
|
||||
'message' => 'Delete only this event.'
|
||||
}
|
||||
};
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue