source: extensions/ColorStat/language/de_DE/plugin.lang.php @ 16871

Last change on this file since 16871 was 16871, checked in by TranslationTeam, 12 years ago

[colorstat] Update de_DE, thanks to : Joergen

  • Property svn:executable set to *
File size: 4.1 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['Grum Plugin Classes is not installed'] = 'Das Plugin <b>Grum Plugin Classes</b> ist nicht installiert';
24$lang['cstat_NumOfImages_help'] = 'Gibt die Anzahl der Bilder an, in denen Farbe vorhanden ist. <br> Dieser Prozentsatz bezieht sich auf die Anzahl der Bilder die analysiert werden.';
25$lang['cstat_NumOfImages'] = 'Anzahl der Bilder';
26$lang['cstat_NumOfPixels_help'] = 'Ergibt die Anzahl der Pixel, für die Farbe festgelegt ist. <br> Dieser Prozentsatz bezieht sich auf die Anzahl von Pixeln die analysiert werden und stellt die "Fläche" die auf allen Bildern belegt sind dar.';
27$lang['cstat_NumOfPixels'] = 'Anzahl der Pixel';
28$lang['cstat_Pct'] = '%';
29$lang['cstat_add_colors'] = 'Eine Auswahl von Farben hinzu fügen';
30$lang['cstat_analyze_all_pictures'] = 'Die Analyse umfasst alle Bilder in der Galerie, und ersetzt den aktuellen Aufbewahrungsort';
31$lang['cstat_analyze_caddie_add_pictures'] = 'Die Analyse konzentriert sich auf Bilder im Korb und fügt sie zum bestehenden Aufbewahrungsort hinzu';
32$lang['cstat_analyze_caddie_replace_pictures'] = 'Die Analyse konzentriert sich auf Bilder im Korb und ersetzt den aktuellen Aufbewahrungsort';
33$lang['cstat_analyze_in_progress'] = 'Analyse in arbeit';
34$lang['cstat_analyze_is_finished'] = 'Analyse komplett';
35$lang['cstat_analyze_not_analyzed_pictures'] = 'Die Analyse konzentriert sich auf die Bilder, die nie analysiert worden sind, und ergänzt den bestehenden Aufbewahrungsort';
36$lang['cstat_analyze'] = 'Analyse';
37$lang['cstat_apply'] = 'Anwenden';
38$lang['cstat_choosen_colors'] = 'Ausgewählte Farben';
39$lang['cstat_color_already_choosen'] = 'Diese Farbe ist schon in der Liste';
40$lang['cstat_color_size'] = 'Abmessungen';
41$lang['cstat_color'] = 'Farben';
42$lang['cstat_colors'] = 'Farben';
43$lang['cstat_config_plugin'] = 'Plugin konfigurieren';
44$lang['cstat_config'] = 'Konfiguration';
45$lang['cstat_gallery_display_colors'] = 'Zeige die Farben des Bildes';
46$lang['cstat_install'] = 'Installation';
47$lang['cstat_number_of_colors_used'] = 'Anzahl der benutzten Farben';
48$lang['cstat_ok'] = 'OK';
49$lang['cstat_quality_high'] = 'Hoch';
50$lang['cstat_quality_highest'] = 'Sehr hoch';
51$lang['cstat_quality_level'] = 'Qualität';
52$lang['cstat_quality_low'] = 'Niedrig';
53$lang['cstat_quality_lowest'] = 'Sehr niedrig';
54$lang['cstat_quality_normal'] = 'Normal';
55$lang['cstat_release'] = 'v';
56$lang['cstat_save_config'] = 'Konfiguration gespeichert';
57$lang['cstat_search_by_color'] = 'Nach Farben suchen ';
58$lang['cstat_search'] = 'Suchen';
59$lang['cstat_stat'] = 'Statistik';
60$lang['cstat_warning_on_analyze_0'] = 'Warnung !';
61?>
Note: See TracBrowser for help on using the repository browser.