source: extensions/Ldap_Login/language/de_DE/plugin.lang.php @ 29891

Last change on this file since 29891 was 28585, checked in by TranslationTeam, 10 years ago

[ldap_login] Update de_DE, thanks to : Polly

  • Property svn:executable set to *
File size: 6.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Attribute corresponding to the user name'] = 'Attribute entsprechend des Benutzernamens';
24$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Alle LDAP-Benutzer können ihr LDAP-Passwort falls es notwendig ist auch für Piwigo benutzen.';
25$lang['Base DN'] = 'Base DN wo LDAP-Benutzer gefunden werden sollen (zB.: ou=users,dc=example,dc=com):';
26$lang['Bind DN, field in full ldap style'] = 'Bind DN im LDAP-Style (z.B.: cn=admin,dc=example,dc=com).';
27$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Möchtest du das die Admins per Mail benachrichtigt werden, wenn neue Nutzer über das LDAP Login angelegt werden.';
28$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Möchtest du die Mails so an die neuen Nutzern senden, wie sie normale Piwigo Benutzer bekommen?';
29$lang['Ldap connection credentials'] = 'LDAP-Verbindungsreferenzen';
30$lang['Username'] = 'Bitte LDAP Benutzername';
31$lang['New users when ldap auth is successfull'] = 'Neuer Benutzer, wenn LDAP Auth erfolgreich war';
32$lang['Warning: LDAP Extension missing.'] = 'Warnung: LDAP Erweiterung fehlt.';
33$lang['Secure connexion'] = 'Sichere Verbindung (ldaps)';
34$lang['Ldap port'] = 'LDAP-Port';
35$lang['Ldap server host'] = 'LDAP-Server';
36$lang['Bind password'] = 'Bind passwort';
37$lang['Ldap server host connection'] = 'LDAP Serververbindung';
38$lang['Ldap_Login Plugin'] = 'LDAP-Login Plugin';
39$lang['Ldap_Login Test'] = 'LDAP-Login Test';
40$lang['Ldap_Login configuration'] = 'LDAP-Login Konfiguration';
41$lang['Save'] = 'Speichern';
42$lang['Test Settings'] = 'Test-Einstellungen';
43$lang['You must save the settings with the Save button just up there before testing here.'] = 'Du musst die Einstellungen erst speichern, bevor du sie testen kannst.';
44$lang['Your password'] = 'Dein LDAP Passwort.';
45$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Erlauben Sie, dass neue Piwigo-Benutzer angelegt werden, wenn sie erfolgreich bei LDAP authentifiziert wurden?';
46$lang['If empty, standard protocol ports will be used by the software.'] = 'Wenn leer werden die Standard-Protokoll-Ports von der Software benutzt.';
47$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Wenn leer werden localhost und die Standard-Protokoll-Ports in der Konfiguration benutzt.';
48$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Das Feld leer lassen, wenn LDAP auch anonyme Verbindungen erlauben soll.';
49$lang['Groups branch'] = 'Zweig der LDAP User (z.B.: ou=groups)';
50$lang['If you create a <a href="admin.php?page=group_list">piwigo group</a> with the same name as an ldap one, all members of the ldap group will automatically join the piwigo group at their next authentication. This allows you to create <a href="admin.php?page=help&section=groups">specific right access management</a> (restrict access to a particaular album...).'] = 'Wenn sie eine <a href="admin.php?page=group_list">Piwigo Gruppe</a> mit dem gleichen Name wie die LDAP Gruppe erstellen, werden alle Mitgleider dieser Gruppe zu Mitgliedern der Piwigo Gruppe (bei der nächsten Anmeldung). Das erlaubt eine <a href="admin.php?page=help&section=groups">spezifische Zugriffsverwaltung</a> (Zugriff auf einzelne Alben). Zunächst müssen diese aus den LDAP Gruppen entfernt werden dann können die Piwigo Gruppen aktualisiert werden';
51$lang['Ldap groups'] = 'LDAP Gruppen';
52$lang['Ldap users'] = 'LDAP Benutzer';
53$lang['Search Ldap groups ?'] = 'LDAP Benutzer suchen? Wenn die Benutzer auf unterschiederlichen Zweigen oder OU verteilt sind wird diese Einstellung benötigt. Wird es nicht verwendet wird ein LDAP request eingespart. Es wird nicht bei einfachen LDAP Baumstrukturen benöotigt (z.B.: cn=groupname,ou=groups,dc=example,dc=com).';
54$lang['Search Ldap users ?'] = 'LDAP Benutzer suchen? Wenn die Benutzer auf unterschiederlichen Zweigen oder OU verteilt sind wird diese Einstellung benötigt. Wird es nicht verwendet wird ein LDAP request eingespart. Es wird nicht bei einfachen LDAP Baumstrukturen benöotigt (z.B.: cn=groupname,ou=groups,dc=example,dc=com).';
55$lang['To get them out of these roles, they must be sorted of the ldap group and then role updated in the <a href="admin.php?page=user_list">piwigo admin</a>. If a group is mandatory as described in the <a href="admin.php?page=plugin-Ldap_Login-newusers">new piwigo users tab</a>, then they must also belong to the users group.'] = 'Um sie aus de Rolle zu entfernen müssen sie der LDAP Gruppe zugeordnet werden und die Rolle in <a href="admin.php?page=user_list">piwigo admin</a> aktualisiert werden. Wenn eine Gruppe pflicht ist, wie in <a href="admin.php?page=plugin-Ldap_Login-newusers">"new piwigo users"</a>-Tab beschrieben, dann müssen diese auch zur Gruppe des Benutzer zugeordnet werden.
56
57To get them out of these roles, they must be sorted of the ldap group and then role updated in the <a href="admin.php?page=user_list">piwigo admin</a>. If a group is mandatory as described in the <a href="admin.php?page=plugin-Ldap_Login-newusers">new piwigo users tab</a>, then they must also belong to the users group.';
58$lang['Users branch'] = 'Zweig mit LDAP Benutzern (z.B.: ou=users):';
Note: See TracBrowser for help on using the repository browser.