]> source.dussan.org Git - nextcloud-server.git/commitdiff
LDAP: improve wizard strings, fixes #5567
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 17 Feb 2014 16:19:48 +0000 (17:19 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Mon, 17 Feb 2014 16:19:48 +0000 (17:19 +0100)
apps/user_ldap/templates/part.wizard-groupfilter.php
apps/user_ldap/templates/part.wizard-loginfilter.php
apps/user_ldap/templates/part.wizard-userfilter.php

index 0cc4dfa572a3aac5bf2efe6860a579205a4b7637..e460997b1bf6e92d0b578f67a3aff69b48727e60 100644 (file)
@@ -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">
index dc5d61e9f77d195b78c85b26780b30fbd6c451c0..3dde46fa97945542e1e2aa6885f939ad7ac7eb84 100644 (file)
@@ -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">
index c1d522ce2a6b6fd8ba4204dff410723c97e7b22f..eff9f89ce2cf1f33840f4a7c0b9905c1d0af36aa 100644 (file)
@@ -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">