From 6679c7fe84a85b86e625c2d5a12b47d227b7d1ae Mon Sep 17 00:00:00 2001 From: martignoni Date: Tue, 17 Aug 2004 20:08:27 +0000 Subject: [PATCH] Missing string for anchors --- lang/fr/editor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/fr/editor.php b/lang/fr/editor.php index da7f4baf06..0192780e59 100644 --- a/lang/fr/editor.php +++ b/lang/fr/editor.php @@ -8,6 +8,7 @@ $string['alignment'] = 'Alignement'; $string['alternatetext'] = 'Texte alt'; $string['anchorname'] = 'Nom d\'ancrage'; $string['anchors'] = 'Ancrages'; +$string['anchorhelp'] = 'Ceci ne fait que créer un ancrage. Vous devrez encore créer le lien manuellement.'; $string['baseline'] = 'Ligne de base'; $string['bold'] = 'Gras'; $string['borderthickness'] = 'Épaisseur bordure'; @@ -21,7 +22,7 @@ $string['chooseicon'] = 'Choisir une ic $string['close'] = 'Fermer'; $string['cols'] = 'Colonnes'; $string['copy'] = 'Copier la sélection'; -$string['createanchor'] = 'Insérer un ancrage'; +$string['createanchor'] = 'Créer un ancrage'; $string['createfolder'] = 'Nouveau dossier'; $string['createlink'] = 'Insérer un lien web'; $string['cut'] = 'Couper la sélection'; -- 2.39.5