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

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

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
File size: 1.7 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       
14        $lang['quote_help']     = "Zitat : [quote]Zitat[/quote]";
15        $lang['img_help']               = "Bild : [img]Bild[/img]";
16        $lang['url_help']               = "URL : [url=URL]Titel[/url]";
17        $lang['mail_help']              = "E-mail : [email]E-mail[/email]";     
18       
19        $lang['size_help']              = "Textgröße : [size=X]Text[/size]";
20        $lang['tiny']                   = "Winzig";
21        $lang['small']                  = "Klein";
22        $lang['normal']                 = "Normal";
23        $lang['large']                  = "Groß";
24        $lang['huge']                   = "Riesig";     
25       
26        $lang['fc_help']                = "Textfarbe : [color=farbe]Text[/color]";
27        $lang['default_help']   = "Standard";
28        $lang['maroon_help']    = "Dunkelrot";         
29        $lang['red_help']               = "Rot";                       
30        $lang['orange_help']    = "Orange";             
31        $lang['brown_help']     = "Braun";
32        $lang['yellow_help']    = "Gelb";               
33        $lang['green_help']     = "Grün";       
34        $lang['olive_help']     = "Olive";             
35        $lang['cyan_help']              = "Cyan";
36        $lang['blue_help']              = "Blau";       
37        $lang['darkblue_help']  = "Dunkelblau";
38        $lang['indigo_help']    = "Indigo";
39        $lang['violet_help']    = "Violett";
40        $lang['white_help']     = "Weiß";
41        $lang['black_help']     = "Schwarz";
42               
43        $lang['help']                   = "Ein Kniff: Das Format kann dem ausgewählten Text zugewiesen werden.";
44       
45        $lang['repicon']                = "Iconverzeichnis.";
46
47?>
Note: See TracBrowser for help on using the repository browser.