source: extensions/bbcode_bar/language/fr_FR/plugin.lang.php @ 3305

Last change on this file since 3305 was 3305, checked in by patdenice, 15 years ago

New extension added:
BBCode Bar (2.0.a)

File size: 1.9 KB
Line 
1<?php
2        global $lang;
3       
4        $lang['admin_liste']            = "Liste :";   
5       
6        $lang['p_help']                 = "Paragraphe : [p]Paragraphe[/p]";     
7        $lang['b_help']                 = "Gras : [b]gras[/b]";
8        $lang['i_help']                 = "Italique : [i]italique[/i]";
9        $lang['u_help']                 = "Souligné : [u]souligné[/u]"; 
10        $lang['s_help']                 = "Barré : [s]barré[/s]";
11       
12        $lang['center_help']    = "Centré : [center]centré[/center]";
13        $lang['right_help']     = "Droite : [right]droite[/right]";
14        $lang['ul_help']                = "Liste : [ul][li]élément[/li][/ul]";
15        $lang['ol_help']                = "Liste Numéroté : [ol][li]élément[/li][/ol]";
16       
17        $lang['quote_help']     = "Cité : [quote]Citation[/quote]";
18        $lang['img_help']               = "Image : [img]Image[/img]";
19        $lang['url_help']               = "URL : [url=Page URL]Nom de la page[/url]";
20        $lang['mail_help']              = "E-mail : [email]Email[/email]";     
21       
22        $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"; 
28       
29        $lang['fc_help']        = "Couleur des caractères  : [color=couleur]texte[/color]";
30        $lang['default_help']   = "Défaut";
31        $lang['maroon_help']    = "Rouge foncé";               
32        $lang['red_help']               = "Rouge";                     
33        $lang['orange_help']    = "Orange";             
34        $lang['brown_help']     = "Marron";
35        $lang['yellow_help']    = "Jaune";             
36        $lang['green_help']     = "Vert";       
37        $lang['olive_help']     = "Olive";             
38        $lang['cyan_help']              = "Cyan";
39        $lang['blue_help']              = "Bleue";     
40        $lang['darkblue_help']  = "Bleue Foncé";
41        $lang['indigo_help']    = "Indigo";
42        $lang['violet_help']    = "Violet";
43        $lang['white_help']     = "Blanc";
44        $lang['black_help']     = "Noir";
45       
46        $lang['preview']                = "Prévisualiser";
47       
48        $lang['help']                   = "Astuce : Une mise en forme peut être appliquée au texte sélectionné.";
49       
50        $lang['repicon']                = "Répertoire des icons.";
51 
52  $lang['bbcb_config_saved'] = "Configuration enregistrée";
53?>
Note: See TracBrowser for help on using the repository browser.