Help docs, big batch 2
This commit is contained in:
parent
5de311d6f3
commit
5739575d0d
12 changed files with 238 additions and 2 deletions
19
lib/WebGUI/i18n/English/Workflow_Activity_ExpireGroupings.pm
Normal file
19
lib/WebGUI/i18n/English/Workflow_Activity_ExpireGroupings.pm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_ExpireGroupings;
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Expire Groupings|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'expire groupings body' => {
|
||||
message => q|<p>This workflow activity will go through all Groups and handle changes in group membership. If expiration notification has been setup for the group, users will be notified at the appropriate time before their membership expires. After the delete offset has passed from their expiration date, the user is deleted from the group.</p>
|
||||
<p>
|
||||
|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue