diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-11-05 11:29:38 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-11-05 11:29:38 +0000 |
commit | cd8e06b79e9249934dcdd188f7bdb264bb3edef5 (patch) | |
tree | 36001b7aae133b709c424155abe2edb79cef83ec /ldap_wizard/Ldap.pm | |
parent | 5947a429ef4b6fbe56d1358c32123713f17fab7e (diff) | |
download | drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.gz drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.bz2 drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.tar.xz drakwizard-cd8e06b79e9249934dcdd188f7bdb264bb3edef5.zip |
updated pot file and small typo fixes
Diffstat (limited to 'ldap_wizard/Ldap.pm')
-rw-r--r-- | ldap_wizard/Ldap.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap_wizard/Ldap.pm b/ldap_wizard/Ldap.pm index a641c965..9b1aec1d 100644 --- a/ldap_wizard/Ldap.pm +++ b/ldap_wizard/Ldap.pm @@ -61,7 +61,7 @@ my $o = { return 0, N("You need to readjust your hostname.") } if (member($wiz_domain_name, qw(localdomain (none)))) { - return 0, N("You need to readjust your domainname. For a LDAP server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.") + return 0, N("You need to readjust your domainname. For an LDAP server you need a correct domainname, not equal to localdomain or none. Hostname must be a FQDN: Fully Qualified Domain Name. Launch drakconnect to adjust it.") } 1 }, @@ -194,7 +194,7 @@ $o->{pages} = { next => 'summary_add_user' }, set_srv => { - name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Adrministrator").",".$o->{var}{suffix} . "\n\n", + name => "\n". N("Configuring LDAP Server") ."\n\n" . N("LDAP directory tree") . "\n" . N("The DNS naming is used for LDAP directory tree definition") . "\n" . N("Domain name: ") . $wiz_domain_name . "\n" . ("LDAP Diretory Tree: " . $o->{var}{suffix} ) . "\n\n" . N("LDAP Administrator") . "\n" . N("Administrator is a power user with grant access on LDAP database") . "\n" . "cn=".N("Administrator").",".$o->{var}{suffix} . "\n\n", data => [ { label => " " }, { label => N("LDAP directory tree:"), val => \$o->{var}{suffix}, help => "aide p" }, |