diff --git a/i18n/fr.json b/i18n/fr.json index 02b68c2b..44252252 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -25,6 +25,7 @@ "codemirror-next": "Trouver le suivant", "codemirror-previous": "Trouver le précédent", "codemirror-all": "Tous", + "codemirror-all-tooltip": "Sélectionner toutes les correspondances", "codemirror-match-case": "Respecter la casse", "codemirror-regexp": "Expression régulière", "codemirror-by-word": "Par mot", @@ -32,7 +33,9 @@ "codemirror-replace-placeholder": "Remplacer", "codemirror-replace-all": "Remplacer tout", "codemirror-done": "Fait", + "codemirror-find-results": "$1 sur $2", "codemirror-goto-line": "Aller à la ligne", + "codemirror-goto-line-go": "Lancer", "codemirror-control-character": "Caractère de contrôle $1", "codemirror-special-char-null": "Caractère de contrôle", "codemirror-special-char-bell": "Caractère d'appel", @@ -57,6 +60,9 @@ "codemirror-special-char-paragraph-separator": "Séparateur de paragraphes", "codemirror-special-char-zero-width-no-break-space": "Jointure de mots", "codemirror-special-char-object-replacement": "Caractère de remplacement d’objet", + "codemirror-fold-template": "Paramètres du modèle dépliable", + "codemirror-unfold": "affiché", + "codemirror-folded-code": "code affiché", "prefs-accessibility": "Accessibilité", "prefs-syntax-highlighting": "Coloration syntaxique" }