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/no_NO/plugin.lang.php

    r9682 r9965  
    1111        $lang['ul_help']         = "Uordnet Liste : [ul][li]element[/li][/ul]";
    1212        $lang['ol_help']         = "Ordnet Liste : [ol][li]element[/li][/ol]";
     13        $lang['li_help']                = "List element : [li]element[/li]";
    1314
    1415        $lang['quote_help']     = "Spørring : [quote]spørring[/quote]";
     
    2425        $lang['huge']         = "Mega";
    2526
    26         $lang['fc_help']     = "Font farge : [color=color]tekst[/color]";
    27         $lang['default_help']    = "Standard";
    28         $lang['maroon_help']     = "Maroon";
     27        $lang['color_help']     = "Font farge : [color=color]tekst[/color]";
    2928        $lang['red_help']         = "Rød";
    3029        $lang['orange_help']     = "Orange";
    31         $lang['brown_help']     = "Brun";
    3230        $lang['yellow_help']     = "Gul";
    3331        $lang['green_help']     = "Grønn";
    34         $lang['olive_help']     = "Oliven";
    35         $lang['cyan_help']         = "Cyan";
    3632        $lang['blue_help']         = "Blå";
    37         $lang['darkblue_help']    = "Mørk Blå";
    38         $lang['indigo_help']     = "Indigo";
    39         $lang['violet_help']     = "Fiolett";
     33        $lang['purple_help']     = "Fiolett";
    4034        $lang['white_help']     = "Vit";
     35        $lang['grey_help']              = "Grey";
    4136        $lang['black_help']     = "Svart";
    4237
    43         $lang['help']            = "Enkel måte: En formatering kan gjøres på den valgte teksten.";
    44 
    45         $lang['repicon']        = "Ikon mappe.";
    46 
    4738?>
Note: See TracChangeset for help on using the changeset viewer.