<?php
// +-----------------------------------------------------------------------+
// | photoWidget  - a plugin for Piwigo                                    |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify  |
// | it under the terms of the GNU General Public License as published by  |
// | the Free Software Foundation                                          |
// |                                                                       |
// | This program is distributed in the hope that it will be useful, but   |
// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
// | General Public License for more details.                              |
// |                                                                       |
// | You should have received a copy of the GNU General Public License     |
// | along with this program; if not, write to the Free Software           |
// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
// | MA 02110-1301 USA.                                                    |
// +-----------------------------------------------------------------------+

$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Diese Erweiterung stellt Fotos mit einer aufregenden Flash-animation dar, die die Fotos in 3D rotiert.';
$lang['You can choose that mode for displaying one, severals or all categories'] = 'Sie können den Modus für eine, ausgewählte oder alle Kategorien verwenden';
$lang['Main configuration'] = 'Haupteinstellungen';
$lang['All categories'] = 'Alle Kategorien';
$lang['Applicable categorie(s)'] = 'Ausgewählte Kategorie(n)';
$lang['Animation size'] = 'Animationsgröße';
$lang['Animation background color'] = 'Hintergrundfarbe der Animation';
$lang['Color'] = 'Farbe';
$lang['You choose that mode for'] = 'Sie wählen diesen Modus für';
$lang['one category'] = 'eine Kategorie';
$lang['all categories'] = 'alle Kategorien';
$lang['severals categories'] = 'ausgewählte Kategorien';
$lang['Width has been updated'] = 'Die Breite wurde angepasst';
$lang['Height has been updated'] = 'Die Höhe wurde angepasst';
$lang['Background color of animation has been updated'] = 'Die Hintergrundfarbe der Animation wurde angepasst';
$lang['This widget requires Flash Player 9 or better'] = 'Das Widget benötigt Flash Player 9 oder höher';
?>