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

Last change on this file since 6433 was 6433, checked in by nikrou, 14 years ago
  • restore home link on tags page
  • update Free Software Foundation address
File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2010 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['pwg_cumulus_title'] = "Cumulus Tags Cloud Plugin";
23$lang['pwg_cumulus_intro'] = "Diese Erweiterung zeigt die Tags eines Fotos als rotierende, flash-basierte 3D-animation.";
24$lang['pwg_cumulus_info'] = "Sie können den Darstellungsmodus für Tags durch Editieren der Konfigurationsdatei wählen";
25$lang['pwg_cumulus_dimensions'] = "Animationsbreite und -höhe";
26$lang['pwg_cumulus_width'] = "Breite";
27$lang['pwg_cumulus_height'] = "Höhe";
28$lang['pwg_cumulus_tags_size'] = "Tag-größe";
29$lang['pwg_cumulus_coeff'] = "Koeffizient";
30$lang['pwg_cumulus_width_changed'] = "Breite angepasst";
31$lang['pwg_cumulus_height_changed'] = "Höhe angepasst";
32$lang['pwg_cumulus_coeff_changed'] = "Koeffizient für die Tag-größe angepasst";
33$lang['show tag cloud in cumulus mode'] = "Tag-wolke im Cumulusmodus anzeigen";
34$lang['pwg_cumulus_color'] = "Animationsfarben";
35$lang['pwg_cumulus_color1'] = "Farbe 1";
36$lang['pwg_cumulus_color2'] = "Farbe 2";
37$lang['pwg_cumulus_hicolor'] = "Mouseover Farbe";
38$lang['pwg_cumulus_color1_changed'] = "Farbe 1 angepasst";
39$lang['pwg_cumulus_color2_changed'] = "Farbe 2 angepasst";
40$lang['pwg_cumulus_hicolor_changed'] = "Mouseover Farbe angepasst";
41?>
Note: See TracBrowser for help on using the repository browser.