fix broken Help docs in Workflow Activity for Trash Expired Events. Stubbed out the Event asset docs so they stop failing tests as well
This commit is contained in:
parent
ae112ee843
commit
9ccbb18014
4 changed files with 31 additions and 126 deletions
|
|
@ -1,26 +1,25 @@
|
|||
package WebGUI::i18n::English::Asset_Event;
|
||||
|
||||
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.},
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#################### ASSET NAME ####################
|
||||
|
||||
'add/edit title' => {
|
||||
message => q{Event, Add/Edit},
|
||||
lastUpdated => 0,
|
||||
context => q{Title for the Event Add/Edit Help screen},
|
||||
},
|
||||
|
||||
'add/edit body' => {
|
||||
message => q{This Asset has no documentation or internationalization.},
|
||||
context => q{The ISO locale name for month and day labels.},
|
||||
lastUpdated => 1165731356,
|
||||
},
|
||||
|
||||
'assetName' => {
|
||||
message => q{Event},
|
||||
lastUpdated => 1131394072,
|
||||
|
|
|
|||
|
|
@ -14,6 +14,20 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'trash after' => {
|
||||
message => q|Trash After|,
|
||||
lastUpdated => 1165731581,
|
||||
context=> q|a label for the workflow activity property that sets how long old events stick around|
|
||||
},
|
||||
|
||||
'trash after help' => {
|
||||
message => q|How long should old events stay in the calendar before being trashed?|,
|
||||
lastUpdated => 1165731583,
|
||||
context=> q|hover help for the trash after field|
|
||||
},
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue