getting activity forms into a working condition
This commit is contained in:
parent
6ee05b85af
commit
5be7a021d8
7 changed files with 159 additions and 65 deletions
|
|
@ -0,0 +1,24 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_CleanTempStorage;
|
||||
|
||||
our $I18N = {
|
||||
'storage timeout help' => {
|
||||
message => q|How old should temp files be before we delete them?|,
|
||||
context => q|the hover help for the storage timeout field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'storage timeout' => {
|
||||
message => q|Storage Timeout|,
|
||||
context => q|a label indicating how old temp files should be before we delete them|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Clean Temp Storage|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue