webgui/lib/WebGUI/i18n/English/Workflow_Activity_CalendarUpdateFeeds.pm
2006-12-11 19:30:03 +00:00

18 lines
390 B
Perl

package WebGUI::i18n::English::Workflow_Activity_CalendarUpdateFeeds;
our $I18N = {
'activityName' => {
message => q|Update Calendar iCal Feeds|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'calendar update feeds body' => {
message => q|<p>This workflow activity fetches all iCal feeds for Calendars.</p>|,
lastUpdated => 1165865159,
},
};
1;