Changeset 9682 for extensions/bbcode_bar/language/fr_FR/plugin.lang.php
- Timestamp:
- Mar 14, 2011, 9:35:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/bbcode_bar/language/fr_FR/plugin.lang.php
r3305 r9682 1 1 <?php 2 global $lang;3 4 $lang['admin_liste'] = "Liste :";5 2 6 3 $lang['p_help'] = "Paragraphe : [p]Paragraphe[/p]"; … … 15 12 $lang['ol_help'] = "Liste Numéroté : [ol][li]élément[/li][/ol]"; 16 13 17 $lang['quote_help'] = "Cit é: [quote]Citation[/quote]";14 $lang['quote_help'] = "Citation : [quote]Citation[/quote]"; 18 15 $lang['img_help'] = "Image : [img]Image[/img]"; 19 16 $lang['url_help'] = "URL : [url=Page URL]Nom de la page[/url]"; … … 21 18 22 19 $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"; 28 25 29 $lang['fc_help'] = "Couleur des caractères : [color=couleur]texte[/color]";26 $lang['fc_help'] = "Couleur des caractères : [color=couleur]texte[/color]"; 30 27 $lang['default_help'] = "Défaut"; 31 28 $lang['maroon_help'] = "Rouge foncé"; … … 37 34 $lang['olive_help'] = "Olive"; 38 35 $lang['cyan_help'] = "Cyan"; 39 $lang['blue_help'] = "Bleu e";40 $lang['darkblue_help'] = "Bleu eFoncé";36 $lang['blue_help'] = "Bleu"; 37 $lang['darkblue_help'] = "Bleu Foncé"; 41 38 $lang['indigo_help'] = "Indigo"; 42 39 $lang['violet_help'] = "Violet"; 43 40 $lang['white_help'] = "Blanc"; 44 41 $lang['black_help'] = "Noir"; 45 46 $lang['preview'] = "Prévisualiser"; 47 42 48 43 $lang['help'] = "Astuce : Une mise en forme peut être appliquée au texte sélectionné."; 49 44 50 $lang['repicon'] = "Répertoire des ic ons.";45 $lang['repicon'] = "Répertoire des icônes."; 51 46 52 $lang['bbcb_config_saved'] = "Configuration enregistrée";53 47 ?>
Note: See TracChangeset
for help on using the changeset viewer.