webgui/lib/WebGUI/i18n/English/Workflow_Activity_SyncProfileToLdap.pm
2007-05-26 03:19:10 +00:00

17 lines
495 B
Perl

package WebGUI::i18n::English::Workflow_Activity_SyncProfileToLdap;
our $I18N = {
'activityName' => {
message => q|Sync Profile To LDAP|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'sync profile to ldap body' => {
message => q|<p>This workflow activity will synchronize the profile of one user configured for LDAP authentication. Note that this only comes from LDAP and goes to WebGUI and not the other direction.</p>|,
lastUpdated => 0,
},
};
1;