| 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 | // translate by Jacco Geul |
|---|
| 23 | |
|---|
| 24 | $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.'] = 'De plugin laat de foto\'s zien in 3D rond draaien met behulp van een flashfilmpje. Het werkt precies hetzelfde als normale categoriën, maar dan mooier en beter :).'; |
|---|
| 25 | $lang['You can choose that mode for displaying one, severals or all categories'] = 'Je kan een modus kiezen voor het weergeven van één, meerdere of alle categoriën.'; |
|---|
| 26 | $lang['Main configuration'] = 'Hoofd configuratie'; |
|---|
| 27 | $lang['All categories'] = 'Alle categoriën'; |
|---|
| 28 | $lang['Applicable categorie(s)'] = 'Categoriën van toepassing'; |
|---|
| 29 | $lang['Animation size'] = 'Animatie grootte'; |
|---|
| 30 | $lang['Animation background color'] = 'Animatie achtergrond kleur'; |
|---|
| 31 | $lang['Color'] = 'Kleur'; |
|---|
| 32 | $lang['You choose that mode for'] = 'Kies de modus'; |
|---|
| 33 | $lang['one category'] = 'één categorie'; |
|---|
| 34 | $lang['all categories'] = 'alle categoriën'; |
|---|
| 35 | $lang['severals categories'] = 'meerdere categoriën'; |
|---|
| 36 | $lang['Width has been updated'] = 'Breedte is aangepast'; |
|---|
| 37 | $lang['Height has been updated'] = 'Hoogte is aangepast'; |
|---|
| 38 | $lang['Background color of animation has been updated'] = 'Achtergrondkleur van de animatie is aangepast'; |
|---|
| 39 | $lang['This widget requires Flash Player 9 or better'] = 'Voor deze widget is Flash player 9 of hoger vereist'; |
|---|
| 40 | ?> |
|---|