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

Last change on this file since 11560 was 11560, checked in by ddtddt, 13 years ago

[extensions] - imgpreview - add NL (Dutch - Nederlands) thanks to kees

File size: 515 bytes
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_howitworks'] = 'use :
12 * imgPreview jQuery plugin<br>
13 * Copyright (c) 2009 James Padolsey<br>
14 * j@qd9.co.uk | http://james.padolsey.com<br>
15 * Dual licensed under MIT and GPL.<br>
16 * Updated: 09/02/09<br>
17 * @author James Padolsey<br>
18 * @version 0.22<br>
19';
20
21
22
23?>
Note: See TracBrowser for help on using the repository browser.