X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffr.js;h=beb3befa3df10d69f6748e81cfc682d03bf3ab25;hp=a4a0bde58c6b944b0db39abbcd620401c6a5fdfd;hb=fb481ba0a7d298e3e7b9034fcb9f2afdc6e8e796;hpb=6e682412d5cc0dfaedb376482e585bf2989c6863 diff --git a/_source/lang/fr.js b/_source/lang/fr.js index a4a0bde..beb3bef 100644 --- a/_source/lang/fr.js +++ b/_source/lang/fr.js @@ -31,8 +31,8 @@ CKEDITOR.lang['fr'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1', // MISSING - editorHelp : 'Press ALT 0 for help', // MISSING + editorTitle : 'Éditeur de Texte Enrichi, %1', + editorHelp : 'Appuyez sur ALT-0 pour l\'aide', // ARIA descriptions. toolbars : 'Barre d\'outils de l\'éditeur', @@ -120,6 +120,7 @@ CKEDITOR.lang['fr'] = alignTop : 'Haut', alignMiddle : 'Milieu', alignBottom : 'Bas', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'La hauteur doit être un nombre.', invalidWidth : 'La largeur doit être un nombre.', invalidCssLength : 'La valeur spécifiée pour le champ "%1" doit être un nombre positif avec ou sans unité de mesure CSS valide (px, %, in, cm, mm, em, ex, pt, or pc).',