LDAP: improve wizard strings, fixes #5567
This commit is contained in:
parent
84cd6e035e
commit
54f9db403f
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard4">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('Limit the access to %s to groups meeting this criteria:', $theme->getName()));?>
|
||||
<?php p($l->t('Groups meeting these criteria are available in %s:', $theme->getName()));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_groupfilter_objectclass">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard3">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('What attribute shall be used as login name:'));?>
|
||||
<?php p($l->t('Users login with this attribute:'));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_loginfilter_username">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<fieldset id="ldapWizard2">
|
||||
<div>
|
||||
<p>
|
||||
<?php p($l->t('Limit the access to %s to users meeting this criteria:', $theme->getName()));?>
|
||||
<?php p($l->t('Limit %s access to users meeting these criteria:', $theme->getName()));?>
|
||||
</p>
|
||||
<p>
|
||||
<label for="ldap_userfilter_objectclass">
|
||||
|
|
Loading…
Reference in New Issue