source: extensions/FacebookPlug/Plugin/language/de_DE/admin.config.lang.php @ 8594

Last change on this file since 8594 was 8594, checked in by ddtddt, 13 years ago

[extensions] - FacebookPlug - add DE thanks to sugar888

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 6.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010-2011 Ruben ARNAUD - rub@piwigo.org                 |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License as published by  |
8// | the Free Software Foundation                                          |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
18// | USA.                                                                  |
19// +-----------------------------------------------------------------------+
20
21if (!defined('PHPWG_ROOT_PATH'))
22{
23  die('Hacking attempt!');
24}
25
26$lang['page'] = 'Seite';
27$lang['image'] = 'Bild';
28$lang['standard'] = 'Standard';
29$lang['button_count'] = 'button_count';
30$lang['box_count'] = 'box_count';
31$lang['like'] = 'Gefällt mir';
32$lang['recommend'] = 'empfehlen';
33$lang['light'] = 'hell';
34$lang['dark'] = 'dunkel';
35$lang['Social plugins'] = 'Soziale Plug-Ins';
36$lang['Advanced'] = 'Erweitert';
37$lang['Asynchronous Facebook access'] = 'Asynchroner Facebook Zugriff';
38$lang['Like button'] = 'Gefällt mir Taste';
39$lang['Enabled'] = 'Aktiviert';
40$lang['Picture URL type'] = 'Bild-URL-Typ';
41$lang['Layout style'] = 'Layout style';
42$lang['Show faces'] = 'Gesichter anzeigen';
43$lang['Verb to display'] = 'Anzuzeigender Verb';
44$lang['Color scheme'] = 'Farbenschema';
45$lang['Like box'] = 'Gefällt mir box';
46$lang['Show stream'] = 'Stream anzeigen';
47$lang['Show header'] = 'Header anzeigen';
48$lang['Facebook Page URL'] = 'Facebook Seite URL';
49$lang['Data updated with success'] = 'Daten erfolgreich aktualisiert';
50$lang['Data updated with error'] = 'Daten mit Fehlern aktualisiert';
51$lang['Facepile'] = 'Facepile';
52$lang['on slideshow pages'] = 'auf der Diashow Seite';
53$lang['Num rows'] = 'Anzahl Reihen';
54$lang['Comments'] = 'Kommentare';
55$lang['Num posts'] = 'Anzahl Posts';
56$lang['Title'] = 'Titel';
57$lang['Simple'] = 'Einfach';
58$lang['Reverse'] = 'Reverse';
59$lang['Publish feed'] = 'Feed veröffentlichen';
60$lang['Facebook application identifient'] = 'Facebook Applikation Identifier';
61$lang['On picture pages'] = 'Auf der Bilderseite';
62$lang['On menu of main pages'] = 'Auf dem Menu der Hauptseite';
63$lang['Options'] = 'Optionen';
64$lang['Like button and comments cannot be enabled together'] = 'Gefällt mir Button und Kommentare können nicht zusammen aktiviert werden';
65$lang['enabled values are restored'] = 'aktivierte Werte werden wiederhergestellt';
66$lang['Informations'] = 'Informationen';
67$lang['Continue'] = 'Fortfahren';
68$lang['Always initialize Facebook'] = 'Immer Facebook initialisieren';
69$lang[' (?)'] = ' (?)';
70$lang['Useful for personal templates, plugins. A event if also defined for plugins.'] = 'Nützlich für persönliche Vorlagen, Plug-Ins. Ein Event, wenn auch für Plugins definiert.';
71$lang['Allow Facebook to see private page'] = 'Facebook erlauben die privaten Seiten zu sehen';
72$lang['Recommended in order to Facebook get title, ... of your pages for wall display'] = 'empfohlen, damit Facebook die Titel,... Ihrer Seite erhält';
73$lang['To fill only if you want to use a specific Facebook application. It\'s recommended to leave blank.'] = 'Muss ausgefüllt werden nur, wenn man eine bestimmte Facebook-Anwendung benutzen möchte. Es ist empfohlen dies leer zu lassen.';
74$lang['Page type allows to reference the page and Facebook can get informations (title, ...). Image type allows to reference image url and Facebook cannot get informations but works always with private albums.'] = 'Page Type ermöglicht den Verweis auf die Seite sowie Facebook kann Informationen (Titel, ...)erhalten. Picture Type erlaubt den Verweis auf die Bilder-URL und Facebook kann keine Informationen erhalten, sondern arbeitet immer mit privaten Alben.';
75$lang['Promote'] = 'Förderung';
76$lang['Add informations on about page'] = 'Informationen auf der „Über uns“ Seite hinzufügen';
77$lang['Add a paragraph with Facebook link on about page'] = 'Einen Paragraph mit dem Facebook Link auf der Seite Über uns hinzufügen';
78$lang['Add Facebook Piwigo group on footer'] = 'Facebook Piwigo Gruppe in der Fußzeile hinzufügen';
79$lang['Add a link on each page footer'] = 'Einen Link auf der Fußzeile jeder Seite hinzufügen';
80$lang['Add Facebook Piwigo application on footer'] = 'Facebook Piwigo Anwendung in der Fußzeile hinzufügen';
81$lang['Develop by'] = 'Entwickelt von';
82$lang['Activity feed'] = 'Aktivitäten-Feed';
83$lang['Show recommendations'] = 'Empfehlungen anzeigen';
84$lang['Height'] = 'Höhe';
85$lang['Other options are available by programming'] = 'Weitere Optionen sind verfügbar durch eine Programmierung';
86$lang['Activity'] = 'Aktivität';
87$lang['Share'] = 'Teilen';
88$lang['Share picture page'] = 'Bilderseite teilen';
89$lang['Add a icon link on each picture page to share on Facebook'] = 'Fügen Sie einen Icon Link auf jeder Bilderseite um diese auf Facebook zu teilen';
90$lang['Share album page'] = 'Albumseite teilen';
91$lang['Add a icon link on each album page to share on Facebook'] = 'Fügen Sie ein Icon Link auf jeder Seite, um das Album auf Facebook zu teilen';
92$lang['Buttons'] = 'Tasten';
93$lang['Upload'] = 'Upload';
94$lang['Upload picture'] = 'Bild hochladen';
95$lang['Add a icon link on each picture page to upload image on Facebook'] = 'Fügen Sie einen Icon Link auf jeder Bilderseite, um diese auf Facebook hochzuladen';
96
97?>
Note: See TracBrowser for help on using the repository browser.