LDAP: improve wizard strings, fixes #5567

remotes/origin/ldap_group_count
Arthur Schiwon 11 years ago
parent 84cd6e035e
commit 54f9db403f
  1. 2
      apps/user_ldap/templates/part.wizard-groupfilter.php
  2. 2
      apps/user_ldap/templates/part.wizard-loginfilter.php
  3. 2
      apps/user_ldap/templates/part.wizard-userfilter.php

@ -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…
Cancel
Save