source: extensions/pwgCumulus/language/de_DE/plugin.lang.php @ 11107

Last change on this file since 11107 was 11107, checked in by ddtddt, 13 years ago

[extensions] pwgCumulus - update DE thanls to el ninjo

File size: 2.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License version 2 as     |
9// | published by  the Free Software Foundation                            |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22$lang['Cumulus Tags Cloud Plugin'] = "Cumulus Tags Cloud Plugin";
23$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Diese Erweiterung zeigt die Tags eines Fotos als rotierende, flash-basierte 3D-animation.";
24$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Sie können den Darstellungsmodus für Tags durch Editieren der Konfigurationsdatei wählen";
25$lang['Animation width and height'] = "Animationsbreite und -höhe";
26$lang['Width'] = "Breite";
27$lang['Height'] = "Höhe";
28$lang['Tags size'] = "Tag-größe";
29$lang['Coefficient'] = "Koeffizient";
30$lang['Width updated'] = "Breite angepasst";
31$lang['Height updated'] = "Höhe angepasst";
32$lang['Coefficient for tags size updated'] = "Koeffizient für die Tag-größe angepasst";
33$lang['Color 1'] = "Farbe 1";
34$lang['Mouseover color'] = "Mouseover Farbe";
35$lang['Color 1 updated'] = "Farbe 1 angepasst";
36$lang['Color 2 updated'] = "Farbe 2 angepasst";
37$lang['Mouseover color updated'] = "Mouseover Farbe angepasst";
38$lang['Show tag cloud in cumulus mode'] = 'Zeige die Stichwortwolke als animierte Haufenwolke'; 
39$lang['Animation colors'] = 'Animationsfarbe'; 
40$lang['Color 2'] = 'Farbe 2';
41
42
43?>
Note: See TracBrowser for help on using the repository browser.