add missing docs for new workflow activities

This commit is contained in:
Colin Kuskie 2006-12-11 19:30:03 +00:00
parent ca21c7d5da
commit 44ec1454a2
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,18 @@
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;