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

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

[ldap_login] Update de_DE, thanks to : DanielHo

  • Property svn:executable set to *
File size: 4.2 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['Ldap attributes'] = 'LDAP Attribute';
34$lang['Secure connexion'] = 'Sichere Verbindung (ldaps)';
35$lang['Ldap filter :'] = 'LDAP-Filter:';
36$lang['Ldap port'] = 'LDAP-Port';
37$lang['Ldap server host'] = 'LDAP-Server';
38$lang['Bind password'] = 'Bind passwort';
39$lang['Ldap server host connection'] = 'LDAP Serververbindung';
40$lang['Ldap_Login Plugin'] = 'LDAP-Login Plugin';
41$lang['Ldap_Login Test'] = 'LDAP-Login Test';
42$lang['Ldap_Login configuration'] = 'LDAP-Login Konfiguration';
43$lang['Save'] = 'Speichern';
44$lang['Test Settings'] = 'Test-Einstellungen';
45$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.';
46$lang['Your password'] = 'Dein LDAP Passwort.';
47$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?';
48$lang['If empty, standard protocol ports will be used by the software.'] = 'Wenn leer werden die Standard-Protokoll-Ports von der Software benutzt.';
49$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.';
50$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Das Feld leer lassen, wenn LDAP auch anonyme Verbindungen erlauben soll.';
51?>
Note: See TracBrowser for help on using the repository browser.