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['Animation colors'] = 'Animationsfarbe'; |
---|
39 | $lang['Color 2'] = 'Farbe 2'; |
---|
40 | |
---|
41 | |
---|
42 | $lang['Add tags cloud in main menu'] = 'Tags Wolke hinzufügen im Hauptmenü'; |
---|
43 | $lang['After'] = 'Nach'; |
---|
44 | $lang['Animation configuration : size, tags colors, tags size'] = 'Zeichentrick-Konfiguration: Größe, Tags Farben, Tags Größe'; |
---|
45 | $lang['Background color updated'] = 'Hintergrundfarbe aktualisiert'; |
---|
46 | $lang['Background color'] = 'Hintergrundfarbe'; |
---|
47 | $lang['Before'] = 'Vor'; |
---|
48 | $lang['Check the checkbox to add tags cloud in main menu'] = 'Aktivieren das Kontrollkästchen um Tags Wolke im Hauptmenü hinzufügen'; |
---|
49 | $lang['Check the checkbox to use transparent mode for background'] = 'Aktivieren das Kontrollkästchen zu transparenten Modus für Hintergrund verwenden'; |
---|
50 | $lang['Current release:'] = 'Aktuelle Version:'; |
---|
51 | $lang['Dashboard'] = 'Armaturenbrett'; |
---|
52 | $lang['Menu'] = 'Menü'; |
---|
53 | $lang['Position'] = 'Stellung'; |
---|
54 | $lang['block'] = 'Block'; |
---|
55 | ?> |
---|