Ignore:
Timestamp:
May 22, 2011, 12:23:03 PM (13 years ago)
Author:
mistic100
Message:

code cleanup

File:
1 edited

Legend:

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

    r9965 r10983  
    11<?php
    2        
    3         $lang['p_help']                 = "Paragraphe : [p]Paragraphe[/p]";     
    4         $lang['b_help']                 = "Gras : [b]gras[/b]";
    5         $lang['i_help']                 = "Italique : [i]italique[/i]";
    6         $lang['u_help']                 = "Souligné : [u]souligné[/u]";
    7         $lang['s_help']                 = "Barré : [s]barré[/s]";
    8        
    9         $lang['center_help']    = "Centré : [center]centré[/center]";
    10         $lang['right_help']     = "Droite : [right]droite[/right]";
    11         $lang['ul_help']                = "Liste : [ul][li]élément[/li][/ul]";
    12         $lang['ol_help']                = "Liste Numéroté : [ol][li]élément[/li][/ol]";
    13         $lang['li_help']                = "Element de liste : [li]élément[/li]";
    14        
    15         $lang['quote_help']     = "Citation : [quote]Citation[/quote]";
    16         $lang['img_help']               = "Image : [img]Image[/img]";
    17         $lang['url_help']               = "URL : [url=Page URL]Nom de la page[/url]";
    18         $lang['mail_help']              = "E-mail : [email]Email[/email]";     
    19        
    20         $lang['size_help']              = "Taille des caractères : [size=X]texte[/size]";
    21         $lang['tiny']                   = "Tout petit";
    22         $lang['small']                  = "Petit";
    23         $lang['normal']                 = "Normale";
    24         $lang['large']                  = "Grand";
    25         $lang['huge']                   = "Très grand";
    26        
    27         $lang['color_help']     = "Couleur : [color=couleur]texte[/color]";     
    28         $lang['red_help']               = "Rouge";                     
    29         $lang['orange_help']    = "Orange";             
    30         $lang['yellow_help']    = "Jaune";             
    31         $lang['green_help']     = "Vert";       
    32         $lang['blue_help']              = "Bleu";       
    33         $lang['purple_help']    = "Violet";
    34         $lang['white_help']     = "Blanc";
    35         $lang['grey_help']              = "Gris";
    36         $lang['black_help']     = "Noir";
     2
     3$lang['p_help'] = "Paragraphe : [p]Paragraphe[/p]";
     4$lang['b_help'] = "Gras : [b]gras[/b]";
     5$lang['i_help'] = "Italique : [i]italique[/i]";
     6$lang['u_help'] = "Souligné : [u]souligné[/u]";
     7$lang['s_help'] = "Barré : [s]barré[/s]";
     8
     9$lang['center_help'] = "Centré : [center]centré[/center]";
     10$lang['right_help'] = "Droite : [right]droite[/right]";
     11$lang['ul_help'] = "Liste : [ul][li]élément[/li][/ul]";
     12$lang['ol_help'] = "Liste Numéroté : [ol][li]élément[/li][/ol]";
     13$lang['li_help'] = "Element de liste : [li]élément[/li]";
     14
     15$lang['quote_help'] = "Citation : [quote]Citation[/quote]";
     16$lang['img_help'] = "Image : [img]Image[/img]";
     17$lang['url_help'] = "URL : [url=Page URL]Nom de la page[/url]";
     18$lang['mail_help'] = "E-mail : [email]Email[/email]";
     19
     20$lang['size_help'] = "Taille des caractères : [size=X]texte[/size]";
     21$lang['tiny'] = "Tout petit";
     22$lang['small'] = "Petit";
     23$lang['normal'] = "Normale";
     24$lang['large'] = "Grand";
     25$lang['huge'] = "Très grand";
     26
     27$lang['color_help'] = "Couleur : [color=couleur]texte[/color]";
     28$lang['red_help'] = "Rouge";
     29$lang['orange_help'] = "Orange";
     30$lang['yellow_help'] = "Jaune";
     31$lang['green_help'] = "Vert";
     32$lang['blue_help'] = "Bleu";
     33$lang['purple_help'] = "Violet";
     34$lang['white_help'] = "Blanc";
     35$lang['grey_help'] = "Gris";
     36$lang['black_help'] = "Noir";
    3737 
    3838?>
Note: See TracChangeset for help on using the changeset viewer.