diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-13 18:21:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-13 18:21:01 +0000 |
commit | 23042e45331d38198f8c7b2ac2681653315fad52 (patch) | |
tree | 9278e8a76b437e2b8ddc3f2413b2ce013e6e4834 /ldap_wizard/ldap.pm | |
parent | 3bc10d40acd22d22e578900f5fb957e39b499aeb (diff) | |
download | drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.gz drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.bz2 drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.tar.xz drakwizard-23042e45331d38198f8c7b2ac2681653315fad52.zip |
merge small hunks of text into understanble strings for translators
Diffstat (limited to 'ldap_wizard/ldap.pm')
-rw-r--r-- | ldap_wizard/ldap.pm | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ldap_wizard/ldap.pm b/ldap_wizard/ldap.pm index 33605884..acaa4942 100644 --- a/ldap_wizard/ldap.pm +++ b/ldap_wizard/ldap.pm @@ -96,7 +96,16 @@ $o->{pages} = { next => 'summaryadd', }, setldap => { - name => N("LDAP RootDSE") . "\n\n" . N("example:") . "\n" . N("obelx.nux.com") . "\n\n" . N("will be in ldap config:") . "\n" . N("dc=obelx,dc=nux,dc=com") . "\n\n" . N("RootDN is the manager of your ldap server."), + name => N("LDAP RootDSE + +example: +obelx.nux.com + +will be in ldap config: + +dc=obelx,dc=nux,dc=com + +RootDN is the manager of your ldap server."), data => [ { label => N("RootDSE"), val => \$o->{var}{rootdse} }, |