Ignore:
Timestamp:
Apr 1, 2011, 10:54:39 PM (13 years ago)
Author:
mistic100
Message:

[extentions] BBCode Bar

  • uses markItUp!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/language/de_DE/plugin.lang.php

    r9682 r9965  
    1111        $lang['ul_help']                = "Un-nummerierte Liste : [ul][li]Element[/li][/ul]";
    1212        $lang['ol_help']                = "Nummerierte Liste : [ol][li]Element[/li][/ol]";
     13        $lang['li_help']                = "List element : [li]element[/li]";
    1314       
    1415        $lang['quote_help']     = "Zitat : [quote]Zitat[/quote]";
     
    2425        $lang['huge']                   = "Riesig";     
    2526       
    26         $lang['fc_help']                = "Textfarbe : [color=farbe]Text[/color]";
    27         $lang['default_help']   = "Standard";
    28         $lang['maroon_help']    = "Dunkelrot";         
     27        $lang['color_help']             = "Textfarbe : [color=farbe]Text[/color]";     
    2928        $lang['red_help']               = "Rot";                       
    3029        $lang['orange_help']    = "Orange";             
    31         $lang['brown_help']     = "Braun";
    3230        $lang['yellow_help']    = "Gelb";               
    3331        $lang['green_help']     = "Grün";       
    34         $lang['olive_help']     = "Olive";             
    35         $lang['cyan_help']              = "Cyan";
    3632        $lang['blue_help']              = "Blau";       
    37         $lang['darkblue_help']  = "Dunkelblau";
    38         $lang['indigo_help']    = "Indigo";
    39         $lang['violet_help']    = "Violett";
     33        $lang['purple_help']    = "Violett";
    4034        $lang['white_help']     = "Weiß";
     35        $lang['grey_help']              = "Grey";
    4136        $lang['black_help']     = "Schwarz";
    42                
    43         $lang['help']                   = "Ein Kniff: Das Format kann dem ausgewählten Text zugewiesen werden.";
    44        
    45         $lang['repicon']                = "Iconverzeichnis.";
    4637
    4738?>
Note: See TracChangeset for help on using the changeset viewer.