source: extensions/Random_Header/language/de_DE/plugin.lang.php @ 7330

Last change on this file since 7330 was 7330, checked in by repie38, 14 years ago

New admin panel

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
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$lang['rh_description']         ='Erlaubt es im Kopfbereich ein Zufallsbild aus der von Ihnen ausgewählten Kategorie anzuzeigen. Dies entweder als normales Bild oder aber als Hintergrundbild';
25$lang['rh_submit']                 = 'Speichern';
26$lang['rh_before']                 = 'vorher';
27$lang['rh_after']                 = 'nachher';
28$lang['rh_concat']                 = ' Banner der Seiten zusammenfügen';
29$lang['rh_as_background']         = 'Als Hintergrundbild';
30$lang['rh_on_picture']             = 'Auf Bildseite auc aktiv';
31$lang['rh_headers_category']     = 'Bilderkategorien Kopfbereich';
32$lang['rh_theme']                 = 'Thema';
33$lang['rh_inactif']             = 'Für dieses Thema nicht verfügbar';
34$lang['rh_aide']                 = 'Notiz :<br />DIE BILDER SIND FUER ALLE ERSICHTLICH (Egal ob Privatkategorie oder nicht)<br />Der CSS-Style für das Bild (#RandomImage) wird beim Hintergrundbild nicht benützt<br>Die CSS-Felder müssen den CSS-Normen entsprechen (ex: "overflow:auto;color:red;")<br />Im Hintergrundbildmodus ist das <a href="admin.php?page=configuration">zusammenfügen der Bannerseiten</a> inaktiv';
35$lang['rh_additional_css']         = 'Zusätlicher CSS-Style';
36$lang['rh_inactif_on_bg']        = 'Inaktiv als Hintergrundbild';
37$lang['rh_active_conf']                 = 'Thema für Random Header konfiguriert';
38$lang['rh_inactive_conf']               = 'Unkonfiguriert Thema für Random Header';
39?>
Note: See TracBrowser for help on using the repository browser.