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['shadogo_cancel'] = 'Abbrechen'; |
---|
24 | $lang['shadogo_content'] = 'Siehe Inhalt'; |
---|
25 | $lang['shadogo_display_expert_params'] = 'Anzeige der Experten Parameter'; |
---|
26 | $lang['shadogo_hdcontent_config'] = 'Media-Datei Muster'; |
---|
27 | $lang['shadogo_hdcontent_inoverlay'] = 'Zeigen Sie die HD-Inhalte im Overlay-Fenster'; |
---|
28 | $lang['shadogo_hdcontent_pattern'] = 'HD-Inhalte Muster'; |
---|
29 | $lang['shadogo_hdcontent_replacement'] = 'HD-Code Austausch'; |
---|
30 | $lang['shadogo_mediafile_pattern'] = 'Media-Datei Muster'; |
---|
31 | $lang['shadogo_mediaplayer_config'] = 'Mediaplayer Konfiguration'; |
---|
32 | $lang['shadogo_mediaplayer_content'] = 'Zeigen Sie den Player in der Inhaltsübersicht'; |
---|
33 | $lang['shadogo_note_warm_restore'] = 'Bitte nicht vergessen, die wiederhergestellte Konfiguration zu speichern.'; |
---|
34 | $lang['shadogo_overlay_addtobasket'] = 'Aktivieren Sie das Papier-Korb Management'; |
---|
35 | $lang['shadogo_overlay_config'] = 'Overlay-Fenster Konfiguration'; |
---|
36 | $lang['shadogo_overlay_download'] = 'Aktivieren Sie de Download des HD-Bildes'; |
---|
37 | $lang['shadogo_overlay_favorites'] = 'Aktivieren Sie das Favoriten Management |
---|
38 | '; |
---|
39 | $lang['shadogo_overlay_hdpicture'] = 'Aktivieren Sie die Anzeige des HD-Bildes'; |
---|
40 | $lang['shadogo_overlaylibs'] = 'Wählen Sie die modale Overlay-Bibliothek'; |
---|
41 | $lang['shadogo_overlaythemes'] = 'Thema des Overlay-Fensters'; |
---|
42 | $lang['shadogo_play'] = 'Wiedergabe'; |
---|
43 | $lang['shadogo_restore'] = 'Wiederherstellen der Standardwerte'; |
---|
44 | $lang['shadogo_save'] = 'Speichern'; |
---|
45 | $lang['shadogo_slideshow_config'] = 'Slideshow-Konfiguration'; |
---|
46 | $lang['shadogo_slideshow_inoverlay'] = 'Zeigen Sie die Diashow im Overlay-Fenster'; |
---|
47 | $lang['shadogo_slideshow_pattern'] = 'Slideshow Muster'; |
---|
48 | $lang['shadogo_slideshow_replacement'] = 'Slideshow Code Austausch'; |
---|
49 | $lang['shadogo_thumbnail_buttons_search'] = 'Template-Code, mit thumbnail_shadogo_buttons.tpl Dateiinhalt ersetzen'; |
---|
50 | $lang['shadogo_thumbnail_config'] = 'Vorschaubild-Konfiguration'; |
---|
51 | $lang['shadogo_thumbnail_content_icon'] = 'Zeigen Sie das Inhalts-Symbol in der Legende'; |
---|
52 | $lang['shadogo_thumbnail_content_inoverlay'] = 'Zeigen Sie die Vorschau-Inhalt im Overlay-Fenster'; |
---|
53 | $lang['shadogo_thumbnail_contentpage_inoverlay'] = 'Zeigen Sie die Inhaltsseite im Overlay-Fenster'; |
---|
54 | $lang['shadogo_thumbnail_hrefcontent_search'] = 'Template-Code, mit thumbnail_shadogo_content.tpl Dateiinhalt ersetzen'; |
---|
55 | $lang['shadogo_thumbnail_label'] = 'Zeigen Sie das Vorschau-Label'; |
---|
56 | $lang['shadogo_thumbnail_player_icon'] = 'Zeigen Sie das Player-Symbol in der Legende'; |
---|
57 | ?> |
---|