webgui/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm
2006-11-06 19:04:52 +00:00

17 lines
367 B
Perl

package WebGUI::i18n::English::Workflow_Activity_DeleteExportedFiles;
our $I18N = {
'activityName' => {
message => q|Delete Exported Files|,
context => q|The name of this workflow activity.|,
lastUpdated => 1162839802,
},
'delete exported files body' => {
message => q|<p>Deletes an asset's exported files.</p>|,
lastUpdated => 1162839804,
},
};
1;