diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-25 01:58:06 -0500 |
commit | 32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91 (patch) | |
tree | f76817d760d9e7d1fb5d3f3b96bc961c879b107c /apps/user_ldap/l10n/en_GB.js | |
parent | faf65e73b778867d36f0e13dd1b0f1a4ef1f4723 (diff) | |
download | nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.tar.gz nextcloud-server-32f4bea0ae174487fd5a58e2c9eeb6e567d1ff91.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/en_GB.js')
-rw-r--r-- | apps/user_ldap/l10n/en_GB.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 3d3acff70bd..702de9a8de6 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -24,6 +24,7 @@ OC.L10N.register( "Could not detect Base DN, please enter it manually." : "Could not detect Base DN, please enter it manually.", "{nthServer}. Server" : "{nthServer}. Server", "No object found in the given Base DN. Please revise." : "No object found in the given Base DN. Please revise.", + "More than 1,000 directory entries available." : "More than 1,000 directory entries available.", " entries available within the provided Base DN" : " entries available within the provided Base DN", "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "An error occurred. Please check the Base DN, as well as connection settings and credentials.", "Do you really want to delete the current Server Configuration?" : "Do you really want to delete the current Server Configuration?", @@ -77,6 +78,7 @@ OC.L10N.register( "Verify settings" : "Verify settings", "1. Server" : "1. Server", "%s. Server:" : "%s. Server:", + "Add a new and blank configuration" : "Add a new and blank configuration", "Copy current configuration into new directory binding" : "Copy current configuration into new directory binding", "Delete the current configuration" : "Delete the current configuration", "Host" : "Host", @@ -120,6 +122,8 @@ OC.L10N.register( "Directory Settings" : "Directory Settings", "User Display Name Field" : "User Display Name Field", "The LDAP attribute to use to generate the user's display name." : "The LDAP attribute to use to generate the user's display name.", + "2nd User Display Name Field" : "2nd User Display Name Field", + "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«.", "Base User Tree" : "Base User Tree", "One User Base DN per line" : "One User Base DN per line", "User Search Attributes" : "User Search Attributes", @@ -130,6 +134,8 @@ OC.L10N.register( "One Group Base DN per line" : "One Group Base DN per line", "Group Search Attributes" : "Group Search Attributes", "Group-Member association" : "Group-Member association", + "Dynamic Group Member URL" : "Dynamic Group Member URL", + "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)", "Nested Groups" : "Nested Groups", "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)", "Paging chunksize" : "Paging chunksize", |