diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-21 01:55:45 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-21 01:55:45 -0400 |
commit | 8485743e336c6995d80ce6d0f3021e9b6a54556a (patch) | |
tree | 07150c41de89ea732dbef669a012b54941500b56 /apps/user_ldap/l10n/en_GB.php | |
parent | c0ddf06dfe5056598ed08c34da46bde0f8cab34c (diff) | |
download | nextcloud-server-8485743e336c6995d80ce6d0f3021e9b6a54556a.tar.gz nextcloud-server-8485743e336c6995d80ce6d0f3021e9b6a54556a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/en_GB.php')
-rw-r--r-- | apps/user_ldap/l10n/en_GB.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/en_GB.php b/apps/user_ldap/l10n/en_GB.php index cde3795bb6f..35a0e8d3ef9 100644 --- a/apps/user_ldap/l10n/en_GB.php +++ b/apps/user_ldap/l10n/en_GB.php @@ -47,6 +47,7 @@ $TRANSLATIONS = array( "Edit raw filter instead" => "Edit raw filter instead", "Raw LDAP filter" => "Raw LDAP filter", "The filter specifies which LDAP groups shall have access to the %s instance." => "The filter specifies which LDAP groups shall have access to the %s instance.", +"Test Filter" => "Test Filter", "groups found" => "groups found", "Users login with this attribute:" => "Users login with this attribute:", "LDAP Username:" => "LDAP Username:", @@ -66,9 +67,12 @@ $TRANSLATIONS = array( "For anonymous access, leave DN and Password empty." => "For anonymous access, leave DN and Password empty.", "One Base DN per line" => "One Base DN per line", "You can specify Base DN for users and groups in the Advanced tab" => "You can specify Base DN for users and groups in the Advanced tab", +"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." => "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge.", +"Manually enter LDAP filters (recommended for large directories)" => "Manually enter LDAP filters (recommended for large directories)", "Limit %s access to users meeting these criteria:" => "Limit %s access to users meeting these criteria:", "The filter specifies which LDAP users shall have access to the %s instance." => "The filter specifies which LDAP users shall have access to the %s instance.", "users found" => "users found", +"Saving" => "Saving", "Back" => "Back", "Continue" => "Continue", "Expert" => "Expert", |