diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-27 12:10:54 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-27 12:10:54 -0500 |
commit | 4a78f1268248c811d799d62a54f300f0dd55f0de (patch) | |
tree | 5ef99295d25eebb30afa861713b0c8e2e7a18cae /apps/user_ldap/l10n/de_DE.php | |
parent | 40231c08cf617b5909dee778372d6b1b8cdd5bcf (diff) | |
download | nextcloud-server-4a78f1268248c811d799d62a54f300f0dd55f0de.tar.gz nextcloud-server-4a78f1268248c811d799d62a54f300f0dd55f0de.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/de_DE.php')
-rw-r--r-- | apps/user_ldap/l10n/de_DE.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/de_DE.php b/apps/user_ldap/l10n/de_DE.php index b43ac9048c1..168f1fe059c 100644 --- a/apps/user_ldap/l10n/de_DE.php +++ b/apps/user_ldap/l10n/de_DE.php @@ -44,6 +44,7 @@ $TRANSLATIONS = array( "LDAP Username:" => "LDAP-Benutzername:", "LDAP Email Address:" => "LDAP E-Mail-Adresse:", "Other Attributes:" => "Andere Attribute:", +"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Add Server Configuration" => "Serverkonfiguration hinzufügen", "Host" => "Host", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Sie können das Protokoll auslassen, außer wenn Sie SSL benötigen. Beginnen Sie dann mit ldaps://", @@ -64,8 +65,6 @@ $TRANSLATIONS = array( "Connection Settings" => "Verbindungseinstellungen", "Configuration Active" => "Konfiguration aktiv", "When unchecked, this configuration will be skipped." => "Wenn nicht angehakt, wird diese Konfiguration übersprungen.", -"User Login Filter" => "Benutzer-Login-Filter", -"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Bestimmt den Filter, welcher bei einer Anmeldung angewandt wird. %%uid ersetzt den Benutzernamen bei der Anmeldung. Beispiel: \"uid=%%uid\"", "Backup (Replica) Host" => "Backup Host (Kopie)", "Give an optional backup host. It must be a replica of the main LDAP/AD server." => "Geben Sie einen optionalen Backup Host an. Es muss sich um eine Kopie des Haupt LDAP/AD Servers handeln.", "Backup (Replica) Port" => "Backup Port", |