source: extensions/bbcode_bar/language/de_DE/plugin.lang.php @ 10983

Last change on this file since 10983 was 10983, checked in by mistic100, 13 years ago

code cleanup

File size: 1.3 KB
Line 
1<?php
2
3$lang['p_help'] = "Paragraph : [p]Paragraph[/p]";
4$lang['b_help'] = "Fett : [b]fett[/b]";
5$lang['i_help'] = "Kursiv : [i]kursiv[/i]";
6$lang['u_help'] = "Unterstrichen : [u]unterstrichen[/u]";
7$lang['s_help'] = "Durchgestrichen  : [s]durchgestrichen [/s]";
8
9$lang['center_help'] = "Mittig : [center]mittig[/center]";
10$lang['right_help'] = "Rechts : [right]rechts[/right]";
11$lang['ul_help'] = "Un-nummerierte Liste : [ul][li]Element[/li][/ul]";
12$lang['ol_help'] = "Nummerierte Liste : [ol][li]Element[/li][/ol]";
13$lang['li_help'] = "List element : [li]element[/li]";
14
15$lang['quote_help'] = "Zitat : [quote]Zitat[/quote]";
16$lang['img_help'] = "Bild : [img]Bild[/img]";
17$lang['url_help'] = "URL : [url=URL]Titel[/url]";
18$lang['mail_help'] = "E-mail : [email]E-mail[/email]";
19
20$lang['size_help'] = "Textgröße : [size=X]Text[/size]";
21$lang['tiny'] = "Winzig";
22$lang['small'] = "Klein";
23$lang['normal'] = "Normal";
24$lang['large'] = "Groß";
25$lang['huge'] = "Riesig";
26
27$lang['color_help'] = "Textfarbe : [color=farbe]Text[/color]";
28$lang['red_help'] = "Rot";
29$lang['orange_help'] = "Orange"; 
30$lang['yellow_help'] = "Gelb"; 
31$lang['green_help'] = "Grün"; 
32$lang['blue_help'] = "Blau";
33$lang['purple_help'] = "Violett";
34$lang['white_help'] = "Weiß";
35$lang['grey_help'] = "Grey";
36$lang['black_help'] = "Schwarz";
37
38?>
Note: See TracBrowser for help on using the repository browser.