webgui/lib/WebGUI/i18n/English/Workflow_Activity_AddUserToGroup.pm
JT Smith 35db285a67 - rfe: Workflow activity for assigning users to a group
- The prevent proxy cache setting also now sets anti-caching meta tags and
   HTTP headers.
2006-08-16 22:04:59 +00:00

41 lines
929 B
Perl

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;