source: extensions/GDThumb/language/de_DE/plugin.lang.php @ 31170

Last change on this file since 31170 was 31170, checked in by TranslationTeam, 9 years ago

Update de_DE, thanks to waterpoloschlumpf

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2015 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['Double the size of the first thumbnail'] = 'Verdopple die Größe des ersten Thumbnails.';
24$lang['Coffee Fund'] = 'Kaffekasse';
25$lang['%d files'] = '%d Dateien';
26$lang['%d file'] = '%d Datei';
27$lang['Prevent word wrap'] = 'Vermeide Silbentrennung';
28$lang['Finds images that have not been cached and creates the cached version.'] = 'Sucht Bilder, die noch nicht im Cache sind und erstellt eine Version im Cache.';
29$lang['Cache Informations'] = 'Informationen über den Cache';
30$lang['Cache have been generated'] = 'Cache wurde angelegt.';
31$lang['Cache the big thumbnails (recommended)'] = 'Große Thumbnails im Cache halten (empfohlen)';
32$lang['Crop (Default)'] = 'Beschneiden (Standard)';
33$lang['Delete images in GDThumb cache.'] = 'Lösche die Bilder im Cache von GDThumb.';
34$lang['Horizontal (Default)'] = 'Horizontal (Standard)';
35$lang['Vertical'] = 'Vertikal';
36$lang['Use Description if Set'] = 'Verwende die Beschreibung, falls angegeben';
37$lang['Thumbnails max height'] = 'Maximale Höhe der Thumbnails';
38$lang['Stop'] = 'Stop';
39$lang['Start'] = 'Start';
40$lang['Square'] = 'Quadrat';
41$lang['Scale thumbnails'] = 'Skaliere Thumbnails';
42$lang['Pause'] = 'Pause';
43$lang['Pre-cache thumbnails'] = 'Pre-Cache Thumbnails';
44$lang['Purge thumbnails cache'] = 'Erzwinge Cache der Thumbnails';
45$lang['Show thumbnails caption'] = 'Zeige Überschrift des Thumbnails';
46$lang['Title Display Mode (Album)'] = 'Anzeige Modus der Titel (Album)';
47$lang['Title Display Mode (Photo)'] = 'Anzeige Modus der Titel (Bild)';
48$lang['Do not Normalize (Default)'] = 'Normalisiere nicht (Standard)';
49$lang['Margin between thumbnails'] = 'Abstand zwischen Thumbnails';
50$lang['Merged (Default)'] = 'Verschmelze (Standard)';
51$lang['Merged with Description'] = 'Verschmelze mit Überschrift';
52$lang['Normalize Photo Title'] = 'Normalisiere den Bild-Titel';
53$lang['Photo # if FileName Detected'] = 'Bild # wenn FileName gefunden';
54$lang['Changelog'] = 'Changelog';
55$lang['Follow'] = 'Folge';
Note: See TracBrowser for help on using the repository browser.