Ignore:
Timestamp:
Mar 14, 2011, 9:35:14 PM (13 years ago)
Author:
mistic100
Message:

[extentions] BBcode Bar

  • compatibility with Piwigo 2.2.0
  • many corrections
File:
1 edited

Legend:

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

    r3305 r9682  
    11<?php
    2         global $lang;
    3        
    4         $lang['admin_liste']            = "Liste :";   
    52       
    63        $lang['p_help']                 = "Paragraphe : [p]Paragraphe[/p]";     
     
    1512        $lang['ol_help']                = "Liste Numéroté : [ol][li]élément[/li][/ol]";
    1613       
    17         $lang['quote_help']     = "Cité : [quote]Citation[/quote]";
     14        $lang['quote_help']     = "Citation : [quote]Citation[/quote]";
    1815        $lang['img_help']               = "Image : [img]Image[/img]";
    1916        $lang['url_help']               = "URL : [url=Page URL]Nom de la page[/url]";
     
    2118       
    2219        $lang['size_help']              = "Taille des caractères : [size=X]texte[/size]";
    23         $lang['tiny']           = "Tout petit";
    24         $lang['small']          = "Petit";
    25         $lang['normal']         = "Normale";
    26         $lang['large']          = "Grand";
    27         $lang['huge']           = "Très grand";
     20        $lang['tiny']                   = "Tout petit";
     21        $lang['small']                  = "Petit";
     22        $lang['normal']                 = "Normale";
     23        $lang['large']                  = "Grand";
     24        $lang['huge']                   = "Très grand";
    2825       
    29         $lang['fc_help']        = "Couleur des caractères  : [color=couleur]texte[/color]";
     26        $lang['fc_help']                = "Couleur des caractères  : [color=couleur]texte[/color]";
    3027        $lang['default_help']   = "Défaut";
    3128        $lang['maroon_help']    = "Rouge foncé";               
     
    3734        $lang['olive_help']     = "Olive";             
    3835        $lang['cyan_help']              = "Cyan";
    39         $lang['blue_help']              = "Bleue";     
    40         $lang['darkblue_help']  = "Bleue Foncé";
     36        $lang['blue_help']              = "Bleu";       
     37        $lang['darkblue_help']  = "Bleu Foncé";
    4138        $lang['indigo_help']    = "Indigo";
    4239        $lang['violet_help']    = "Violet";
    4340        $lang['white_help']     = "Blanc";
    4441        $lang['black_help']     = "Noir";
    45        
    46         $lang['preview']                = "Prévisualiser";
    47        
     42               
    4843        $lang['help']                   = "Astuce : Une mise en forme peut être appliquée au texte sélectionné.";
    4944       
    50         $lang['repicon']                = "Répertoire des icons.";
     45        $lang['repicon']                = "Répertoire des icônes.";
    5146 
    52   $lang['bbcb_config_saved'] = "Configuration enregistrée";
    5347?>
Note: See TracChangeset for help on using the changeset viewer.