webgui/lib/WebGUI/i18n/English/Workflow_Activity_SyncProfilesToLdap.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

17 lines
500 B
Perl

package WebGUI::i18n::English::Workflow_Activity_SyncProfilesToLdap;
our $I18N = {
'activityName' => {
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;