started adding email processing capabilities to cs

This commit is contained in:
JT Smith 2006-04-09 22:36:49 +00:00
parent 4c3d3c68e1
commit 504de54d61
10 changed files with 352 additions and 97 deletions

View file

@ -2,6 +2,30 @@ package WebGUI::i18n::English::Asset_Collaboration;
our $I18N = {
'rejected' => {
message => q|Rejected|,
lastUpdated => 0,
context => q|prepended to subject line in rejection emails|
},
'rejected because no user account' => {
message => q|You are not allowed to post messages because we could not find your user account. Perhaps you do not have this email address associated with your user account.|,
lastUpdated => 0,
context => q|rejection letter for posting when a user account could not be looked up|
},
'rejected because not allowed' => {
message => q|You are not allowed to post messages because you either have insufficient privileges, or you are not subscribed to this discussion.|,
lastUpdated => 0,
context => q|rjection letter for posting when not subscribed or not in group to post|
},
'get cs mail' => {
message => q|Get Collaboration System Mail|,
lastUpdated => 0,
context => q|Title of CS Get Mail workflow activity|
},
'visitor cache timeout' => {
message => q|Visitor Cache Timeout|,
lastUpdated => 0