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

Last change on this file since 10983 was 10983, checked in by mistic100, 13 years ago

code cleanup

File size: 1.3 KB
Line 
1<?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";
37 
38?>
Note: See TracBrowser for help on using the repository browser.