- rfe: Workflow activity for assigning users to a group

- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
This commit is contained in:
JT Smith 2006-08-16 22:04:59 +00:00
parent 7122e069e6
commit 35db285a67
6 changed files with 181 additions and 8 deletions

View file

@ -0,0 +1,41 @@
package WebGUI::i18n::English::Workflow_Activity_AddUserToGroup;
our $I18N = {
'expire offset help' => {
message => q|How long should the user remain a member of the group?|,
context => q|the hover help for the expire offset field|,
lastUpdated => 0,
},
'expire offset' => {
message => q|Expire Offset|,
context => q|a label for the expire offset field|,
lastUpdated => 0,
},
'group help' => {
message => q|Choose a group to add this user to.|,
context => q|the hover help for the group field|,
lastUpdated => 0,
},
'group' => {
message => q|Group|,
context => q|a label for the group field|,
lastUpdated => 0,
},
'activityName' => {
message => q|Add User To Group|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'add user to group body' => {
message => q|<p>This workflow activity adds a user to a specified group.</p>|,
lastUpdated => 0,
},
};
1;