source: extensions/PwgCarbon/language/de_DE/theme.lang.php @ 19603

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

[pwgcarbon] Add de_DE, thanks to : Yogie

  • Property svn:executable set to *
File size: 2.7 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['lb_configuration_saved'] = 'Konfiguration gespeichert';
24$lang['lb_default_parameters'] = 'Ursprungs Parameter';
25$lang['lb_default_parameters_saved'] = 'Ursprungs Parameter gespeichert';
26$lang['lb_theme'] = 'Theme';
27$lang['no'] = 'Nein';
28$lang['set as category representative'] = 'als Kategoriebild verwenden';
29$lang['use picture in the theme'] = 'Benutze Bild in Theme';
30$lang['yes'] = 'Ja';
31$lang['Background'] = 'Hintergrund';
32$lang['Background and color'] = 'Hintergrund und Farbe';
33$lang['Background, theme and color'] = 'Hintergrund, Theme und Farbe';
34$lang['Black'] = 'Schwarz';
35$lang['Blue'] = 'Blau';
36$lang['Brown'] = 'Braun';
37$lang['Color'] = 'Farbe';
38$lang['Colorus menu'] = 'Farbmenü';
39$lang['Green'] = 'Grün';
40$lang['Header'] = 'Kopf';
41$lang['Open picture in lighting box'] = 'Öffne Bild in Lighting Box';
42$lang['Orange'] = 'Orange';
43$lang['Purple'] = 'Lila';
44$lang['Random'] = 'Zufällig';
45$lang['Red'] = 'Rot';
46$lang['Reflexion on thumbmail'] = 'Reflexion auf Vorschaubild';
47$lang['Theme'] = 'Theme';
48$lang['Theme picture'] = 'Theme Bild';
49$lang['White'] = 'Weiß';
50$lang['Yellow'] = 'Gelb';
51?>
Note: See TracBrowser for help on using the repository browser.