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

    r9682 r9965  
    1111        $lang['ul_help']                = "Liste : [ul][li]élément[/li][/ul]";
    1212        $lang['ol_help']                = "Liste Numéroté : [ol][li]élément[/li][/ol]";
     13        $lang['li_help']                = "Element de liste : [li]élément[/li]";
    1314       
    1415        $lang['quote_help']     = "Citation : [quote]Citation[/quote]";
     
    2425        $lang['huge']                   = "Très grand";
    2526       
    26         $lang['fc_help']                = "Couleur des caractères  : [color=couleur]texte[/color]";
    27         $lang['default_help']   = "Défaut";
    28         $lang['maroon_help']    = "Rouge foncé";               
     27        $lang['color_help']     = "Couleur : [color=couleur]texte[/color]";     
    2928        $lang['red_help']               = "Rouge";                     
    3029        $lang['orange_help']    = "Orange";             
    31         $lang['brown_help']     = "Marron";
    3230        $lang['yellow_help']    = "Jaune";             
    3331        $lang['green_help']     = "Vert";       
    34         $lang['olive_help']     = "Olive";             
    35         $lang['cyan_help']              = "Cyan";
    3632        $lang['blue_help']              = "Bleu";       
    37         $lang['darkblue_help']  = "Bleu Foncé";
    38         $lang['indigo_help']    = "Indigo";
    39         $lang['violet_help']    = "Violet";
     33        $lang['purple_help']    = "Violet";
    4034        $lang['white_help']     = "Blanc";
     35        $lang['grey_help']              = "Gris";
    4136        $lang['black_help']     = "Noir";
    42                
    43         $lang['help']                   = "Astuce : Une mise en forme peut être appliquée au texte sélectionné.";
    44        
    45         $lang['repicon']                = "Répertoire des icônes.";
    4637 
    4738?>
Note: See TracChangeset for help on using the changeset viewer.