source: extensions/imgpreview/language/nl_NL/plugin.lang.php @ 31667

Last change on this file since 31667 was 31667, checked in by TranslationTeam, 8 years ago

Update nl_NL, thanks to watertoren5044

File size: 2.5 KB
Line 
1<?php
2$lang['imgp_max_width'] = 'maximale breedte van de afbeelding';
3$lang['imgp_max_height'] = 'maximale hoogte van de afbeelding';
4$lang['imgp_send'] = 'Verstuur!';
5
6$lang['imgp_conf_updated'] = 'De configuratie is bijgewerkt';
7
8
9
10
11$lang['imgp_showtitle'] = 'Toon de naam van de afbeelding';
12$lang['imgp_preloadImages'] = 'Laad de afbeeldingen al vast (niet aan te bevelen op een trage host)';
13$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -de maker van deze plugin adviseert:
14<ul>
15<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> door P@t: deze plugin voegt modules toe aan je galerie.</li>
16<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> door Flop25: deze plug staat je toe om andere iconen te gebruiken voor ieder thema</li>
17<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> door Flop25: flop_style is een "sjabloon extensie" en maakt wijzigingen voor een klein deel van Piwigi, zoals categoriën-weergave, mogelijk</li>
18<li><a href="http://piwigo.org/ext/">en veel meer op piwigo.org</a></li>
19</ul>
20<br>
21Voor ontwikkelaars: de pop-up is aan te passen met de id #tooltip (met img of span voor de tekst)
22<br>
23<br>
24Deze plugin gebruikt een aangepaste versie van:<br>
25 
26 * imgPreview jQuery plugin<br>
27 * Copyright (c) 2009 James Padolsey<br>
28 * j@qd9.co.uk | http://james.padolsey.com<br>
29 * dubbele licensie onder MIT en GPL.<br>
30 * Update: 09/02/09<br>
31 * @maker James Padolsey<br>
32 * @versie 0.22<br>
33';
34<ul>
35<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Stuff</a> by P@t : this plugin adds modules on your gallery.</li>
36<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Icons Set</a> by Flop25 : this plugin allows you to use other icons for any themes</li>
37<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop Style</a> by Flop25 : flop_style is a "template extension" and enable changes of a small part of Piwigo such as categories display</li>
38<li><a href="http://piwigo.org/ext/">and much more on piwigo.org</a></li>
39</ul>
40<br>
41For designers : the popup is customizable with the id #tooltip (with img or span for the text)
42<br>
43<br>
44This plugin uses a modified version of :<br>
45 
46 * imgPreview jQuery plugin<br>
47 * Copyright (c) 2009 James Padolsey<br>
48 * j@qd9.co.uk | http://james.padolsey.com<br>
49 * Dual licensed under MIT and GPL.<br>
50 * Updated: 09/02/09<br>
51 * @author James Padolsey<br>
52 * @version 0.22<br>
53';/** TODO **/
54
55
Note: See TracBrowser for help on using the repository browser.