| 1 | <?php |
|---|
| 2 | // +-----------------------------------------------------------------------+ |
|---|
| 3 | // | photoWidget - a plugin for Piwigo | |
|---|
| 4 | // +-----------------------------------------------------------------------+ |
|---|
| 5 | // | Copyright(C) 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 as published by | |
|---|
| 9 | // | 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['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.'; |
|---|
| 23 | $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'; |
|---|
| 24 | $lang['Main configuration'] = 'Haupteinstellungen'; |
|---|
| 25 | $lang['All categories'] = 'Alle Kategorien'; |
|---|
| 26 | $lang['Applicable categorie(s)'] = 'Ausgewählte Kategorie(n)'; |
|---|
| 27 | $lang['Animation size'] = 'Animationsgröße'; |
|---|
| 28 | $lang['Animation background color'] = 'Hintergrundfarbe der Animation'; |
|---|
| 29 | $lang['Color'] = 'Farbe'; |
|---|
| 30 | $lang['You choose that mode for'] = 'Sie wählen diesen Modus für'; |
|---|
| 31 | $lang['one category'] = 'eine Kategorie'; |
|---|
| 32 | $lang['all categories'] = 'alle Kategorien'; |
|---|
| 33 | $lang['severals categories'] = 'ausgewählte Kategorien'; |
|---|
| 34 | $lang['Width has been updated'] = 'Die Breite wurde angepasst'; |
|---|
| 35 | $lang['Height has been updated'] = 'Die Höhe wurde angepasst'; |
|---|
| 36 | $lang['Background color of animation has been updated'] = 'Die Hintergrundfarbe der Animation wurde angepasst'; |
|---|
| 37 | $lang['This widget requires Flash Player 9 or better'] = 'Das Widget benötigt Flash Player 9 oder höher'; |
|---|
| 38 | ?> |
|---|