Fixed some bad help topic keys, and finished basic docs for

all workflow activities.
This commit is contained in:
Colin Kuskie 2006-07-02 05:18:58 +00:00
parent 23c17851ea
commit 3b5f69c8c7
13 changed files with 232 additions and 1 deletions

View file

@ -0,0 +1,17 @@
package WebGUI::i18n::English::Workflow_Activity_SyncProfilesToLdap;
our $I18N = {
'topicName' => {
message => q|Sync Profiles To LDAP|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'sync profiles to ldap body' => {
message => q|<p>This workflow activity will synchronize the profiles of all users configured for LDAP authentication. Note that this only comes from LDAP and goes to WebGUI and not the other direction.</p>|,
lastUpdated => 0,
},
};
1;