source: extensions/oAuth/language/de_DE/plugin.lang.php @ 26558

Last change on this file since 26558 was 26558, checked in by mistic100, 10 years ago

rename OAuth into Social Connect

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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['You registered with a %s account, please sign in with the same account.'] = 'Du bist registriert mit dem Account %s, bitte melde dich mit diesem Account an.';
24$lang['Your registration is almost done, please complete the registration form.'] = 'Deine Registrierung ist fast vollständig, bitte komplettiere das Anmeldeformular.';
25$lang['Providers'] = 'Anbieter';
26$lang['Sign in with %s'] = 'Anmelden mit %s';
27$lang['Sorry, new registrations are blocked on this gallery.'] = 'Entschuldigung, Neu-Anmeldungen sind in dieser Galerie nicht möglich.';
28$lang['Users are not allowed to register on your gallery. Social Connect will not work correctly.'] = 'Benutzer haben keine Erlaubnis sich neu in deiner Galerie anzumelden, Social Connect wird nicht richtig funktionieren.';
29$lang['Enabled'] = 'freigegeben';
30$lang['Error...'] = 'Fehler...';
31$lang['Icon size in the menubar'] = 'Symbolgröße in der Menüzeile';
32$lang['Icon size on the identification page'] = 'Symbolgröße auf der Registrieren-Seite';
33$lang['Loading...'] = 'Lade...';
34$lang['Logged with'] = 'Angemeldet mit';
35$lang['Social Connect: PHP Curl extension is needed'] = 'Social Connect: PHP Curl Erweiterung benötigt';
36$lang['Social Connect: You need to configure the credentials'] = 'Social Connect: Anmeldedaten müssen konfiguriert sein';
37$lang['OpenID must be enabled in order to use %s authentication'] = 'OpenID muss freigegeben sein um sich mit %s anmelden zu können';
38$lang['Or sign in with'] = 'Oder melde dich an mit';
39$lang['Please enter your OpenID URL'] = 'Bitte gib deine OpenID URL an';
40$lang['Please enter your username'] = 'Bitte gib deinen Benutzernamen an';
41$lang['Profile URL'] = 'Profil URL';
42$lang['Display sign in buttons on the register page'] = 'Zeige Anmelde-Symbole auf der Registrieren-Seite';
43$lang['Display sign in buttons in the menubar'] = 'Zeige Anmelde-Symbole in der Menüzeile';
44$lang['Contacting <b>%s</b>. Please wait.'] = 'Kontaktiere <b>%s</b>, bitte warte.';
45$lang['Disabled'] = 'gesperrt';
46$lang['%s: invalid keys'] = '%s: ungültiger Schlüssel';
47$lang['An error occured, please contact the gallery owner. <i>Error code : %s</i>'] = 'Es ist ein Fehler aufgetreten, bitte kontaktiere den Galerie-Besitzer. <i>Error code : %s</i>';
48$lang['Authentication canceled'] = 'Authentifizierung zurückgezogen';
49?>
Note: See TracBrowser for help on using the repository browser.