source: extensions/pwgCumulus/language/nl_NL/plugin.lang.php @ 15386

Last change on this file since 15386 was 15386, checked in by ddtddt, 12 years ago

[extensions] - pwgCumulus - add EN for works with Lexiglot

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
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'] = "Stapelwolk tag-wolk 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.'] = "De plugin geeft tags weer met buhulp van een flash filmpje die hem roteert in 3D. Het werkt als een normale tag-wolk, maar dan op een geweldige manier..";
24$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Je kan deze modus kiezen als standaard modus door het toe te voegen (of te veranderen) in het configuratie bestand.";
25$lang['Animation width and height'] = "Animatie breedte en hoogte"; 
26$lang['Width'] = "Breedte";
27$lang['Height'] = "Hoogte";
28$lang['Tags size'] = "Tag grootte";
29$lang['Coefficient'] = "Coefficient";
30$lang['Width updated'] = "Breedte geupdatet";
31$lang['Height updated'] = "Hoogte geupdatet";
32$lang['Coefficient for tags size updated'] = "Coefficient voor tag grootte geupdatet";
33$lang['show tag cloud in cumulus mode'] = "laat de tag zien in stapelwolk modus";
34$lang['Animation colors'] = "Animatie kleuren";
35$lang['Color 1'] = "Kleur 1";
36$lang['Color 2'] = "Kleur 2";
37$lang['Mouseover color'] = "Muis aanwijs kleur";
38$lang['Color 1 updated'] = "Kleur 1 geupdatet";
39$lang['Color 2 updated'] = "Kleur 2 geupdatet";
40$lang['Mouseover color updated'] = "Muis aanwijs kleur geupdatet";
41
42?>
Note: See TracBrowser for help on using the repository browser.