source: extensions/paMOOramics/language/de_DE/plugin.lang.php @ 7510

Last change on this file since 7510 was 7510, checked in by duke, 13 years ago

added de_DE

File size: 3.6 KB
RevLine 
[7510]1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      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
24
25$lang['pamooramics_description']                = 'paMOOramics erlaubt Ihnen, Ihr Panorama in Piwigo anzuzeigen und zu scrollen. Dies wird ermöglicht durch';
26$lang['pamooramics_and']                                = 'und';
27$lang['pamooramics_by']                                 = 'von';
28
29$lang['pamooramics_admin_form_legend']  = 'paMOOramics Konfiguration';
30$lang['pamooramics_use_name']                   = 'Aktiviere paMOOramics durch Dateinamen';
31$lang['pamooramics_name']                               = 'Nach diesem Text im Dateinamen suchen, um Bilder im Panoramamodus anzuzeigen';
32$lang['pamooramics_use_ratio']                  = 'Aktiviere paMOOramics durchs Verhältnis von Breite und Höhe';
33$lang['pamooramics_ratio']                              = 'Kleinstes Verhältnis (Breite/Höhe), um Bilder im Panoramamodus anzuzeigen';
34$lang['pamooramics_width']                              = 'Breite der Panoramaanzeige';
35$lang['pamooramics_border_size']                = 'Randbreite des Panoramas';
36$lang['pamooramics_border_color']               = 'Randfarbe des Panoramas';
37$lang['pamooramics_activateslider']     = 'Scrolling bei einem Mouse-over Ereignis aktivieren';
38$lang['pamooramics_footer_color']               = 'Hintergrundfarbe der Beschriftung';
39$lang['pamooramics_caption_color']              = 'Farbe des Beschriftungstexts';
40$lang['pamooramics_enable_autoscroll']  = 'Automatisches Scrollen aktivieren';
41$lang['pamooramics_autoscroll_speed']   = 'Geschwindigkeit des automatischen Scrollens';
42$lang['pamooramics_autoscroll_onload']  = 'Automatisches Scrollen beim Laden aktivieren';
43
44
45$lang['pamooramics_picture_high']               = 'Hier klicken, um ein hochaufgelöstes Panorama anzuzeigen';
46$lang['pamooramics_displayfooter']              = 'Bildbeschriftung nicht anzeigen';
47$lang['pamooramics_Slideshow_displayfooter'] = 'Bildbeschriftung bei einer Slideshow nicht anzeigen';
48
49$lang['pamooramics_save_config']                = 'Speichern';
50
51
52
53
54$lang['pamooramics_startAutoscroll']    = 'Automatisches Scrollen starten';
55$lang['pamooramics_stopAutoscroll']     = 'Automatisches Scrollen stoppen';
56$lang['pamooramics_loading']                    = 'Laden ...';
57$lang['pamooramics_clickMessage']               = 'Klicken um den Ausschnitt zu verschieben !';
58$lang['pamooramics_dragMessage']                = 'Zieh mich, um das Panorama zu bewegen !';
59
60
61?>
Note: See TracBrowser for help on using the repository browser.