source: extensions/instagram2piwigo/language/de_DE/plugin.lang.php @ 19607

Last change on this file since 19607 was 19607, checked in by TranslationTeam, 11 years ago

[instagram2piwigo] Update de_DE, thanks to : Yogie

File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Import options'] = 'Import Optionen';
24$lang['Import'] = 'Importieren';
25$lang['List pictures of this album'] = 'Bilder des Album aufführen';
26$lang['%d albums'] = '%d Alben';
27$lang['%d pictures are not displayed because already existing in the database.'] = '%d Bilder werden nicht angezeigt, existieren schon in der Datenbank';
28$lang['%d pictures imported'] = '%d Bilder importiert';
29$lang['(%d photos)'] = '(%d Bilder)';
30$lang['API not authenticated'] = 'API nicht bestätigt';
31$lang['Begin transfer'] = 'Starte transfer';
32$lang['Fill these fields from Instagram datas'] = 'Fülle diese Felder mit Instagram Daten';
33$lang['Instagram logins'] = 'Instagram Login´s';
34$lang['How do I get my Instagram Client ID?'] = 'Wie bekomme ich meinen Instagram API Schlüssel?';
35$lang['Logged in as'] = 'Login als';
36$lang['No download method available'] = 'Keine Download Methode verfügbar';
37$lang['One picture is not displayed because already existing in the database.'] = 'Bild wird nicht angezeigt, existiert schon in der Datenbank';
38$lang['Open Instagram page in a new tab'] = 'Öffne Instagram Seite in neuem Tab';
39$lang['Please fill your API keys on the configuration tab'] = 'Bitte API Schlüssel auf Konfigurations-Tab eingeben';
40$lang['Processing...'] = 'Verarbeitung...';
41$lang['Successfully logged in to you Instagram account'] = 'Erfolgreich beim Instagram Konto eingeloggt ';
42$lang['%d elements ready for importation'] = '%d Elemente fertig zum Import';
43$lang['Logged out'] = 'Aus-gelockt ';
44$lang['Photo "%s" imported'] = '"%s" Bilder importiert';
45$lang['List my pictures'] = 'Liste meine Bilder';
46?>
Note: See TracBrowser for help on using the repository browser.