From: martignoni Date: Mon, 9 Feb 2004 09:52:06 +0000 (+0000) Subject: Small corrections X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5a1e63d532d8245a01c8562a1f61360306bbd792;p=moodle.git Small corrections --- diff --git a/lang/fr/editor.php b/lang/fr/editor.php index dab2f2e569..0959ad9a1d 100644 --- a/lang/fr/editor.php +++ b/lang/fr/editor.php @@ -23,7 +23,7 @@ $string['copy'] = 'Copier la s $string['createlink'] = 'Insérer un lien web'; $string['cut'] = 'Couper la sélection'; $string['forecolor'] = 'Couleur du texte'; -$string['heading'] = 'En-tête'; +$string['heading'] = 'Titre'; $string['hilitecolor'] = 'Couleur d\'arrière-plan'; $string['horizontal'] = 'Horizontal'; $string['horizontalrule'] = 'Filet horizontal'; @@ -51,7 +51,7 @@ $string['paste'] = 'Coller depuis le presse-papier'; $string['path'] = 'Chemin'; $string['percent'] = 'Pour-cent'; $string['pixels'] = 'Pixels'; -$string['popupeditor'] = 'Agrandir l\'éditeur'; +$string['popupeditor'] = 'Passer l\'éditeur en mode fenêtre'; $string['preformatted'] = 'Préformatté'; $string['preview'] = 'Prévisualiser'; $string['redo'] = 'Rétablir la dernière action'; @@ -63,7 +63,7 @@ $string['strikethrough'] = 'Barr $string['subscript'] = 'Indice'; $string['superscript'] = 'Exposant'; $string['textindicator'] = 'Style courant'; -$string['textmode'] = 'vous êtes en MODE TEXTE. Cliquez sur le bouton [<>] pour retourner en MODE WYSIWYG.'; +$string['textmode'] = 'Vous êtes en MODE TEXTE. Cliquez sur le bouton [<>] pour retourner en MODE WYSIWYG.'; $string['texttop'] = 'Début du texte'; $string['top'] = 'Haut'; $string['underline'] = 'Souligné';