source: extensions/bbcode_bar/language/nl_NL/plugin.lang.php @ 11493

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

[extensions] - bbcode_bar - add NL (Dutch - Nederlands) thanks to sleepless

File size: 1.3 KB
Line 
1<?php
2
3$lang['p_help'] = "Alinea : [p]Paragraph[/p]";
4$lang['b_help'] = "Vet : [b]bold[/b]";
5$lang['i_help'] = "Cursief : [i]italic[/i]";
6$lang['u_help'] = "Onderstreept : [u]underline[/u]";
7$lang['s_help'] = "Doorgestreept  : [s]striped[/s]";
8
9$lang['center_help'] = "Gecentreerd : [center]center[/center]";
10$lang['right_help'] = "Rechts : [right]right[/right]";
11$lang['ul_help'] = "Ongesorteerde lijst : [ul][li]element[/li][/ul]";
12$lang['ol_help'] = "Gesorteerde lijst : [ol][li]element[/li][/ol]";
13$lang['li_help'] = "Lijst element : [li]element[/li]";
14
15$lang['quote_help'] = "Quote : [quote]quote[/quote]";
16$lang['img_help'] = "Afbeelding : [img]picture[/img]";
17$lang['url_help'] = "URL : [url=URL]Title[/url]";
18$lang['mail_help'] = "E-mail : [email]Email[/email]";
19
20$lang['size_help'] = "Font grootte : [size=X]text[/size]";
21$lang['tiny'] = "Zeer klein";
22$lang['small'] = "Klein";
23$lang['normal'] = "Normaal";
24$lang['large'] = "Groot";
25$lang['huge'] = "Zeer groot";
26
27$lang['color_help'] = "Font kleur : [color=color]text[/color]";
28$lang['red_help'] = "Rood";
29$lang['orange_help'] = "Orange";
30$lang['yellow_help'] = "Geel";
31$lang['green_help'] = "Groen";
32$lang['blue_help'] = "Blauw";
33$lang['purple_help'] = "Purper";
34$lang['white_help'] = "Wit";
35$lang['grey_help'] = "Grijs";
36$lang['black_help'] = "Zwart";
37 
38?>
Note: See TracBrowser for help on using the repository browser.