X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Ffr.js;fp=sources%2Flang%2Ffr.js;h=5cd39b063ada144ee46a21cc042ef1fe2b8485be;hp=95b2d41c7d2eefdfde2e11cf95f61d8b0989665e;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/lang/fr.js b/sources/lang/fr.js index 95b2d41..5cd39b0 100644 --- a/sources/lang/fr.js +++ b/sources/lang/fr.js @@ -31,7 +31,7 @@ CKEDITOR.lang[ 'fr' ] = { browseServer: 'Parcourir le serveur', url: 'URL', protocol: 'Protocole', - upload: 'Téléverser', + upload: 'Télécharger', uploadSubmit: 'Envoyer sur le serveur', image: 'Image', flash: 'Flash', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'fr' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING + 8: 'Retour arrière', 13: 'Entrée', 16: 'Majuscule', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Espace', 35: 'Fin', 36: 'Origine', 46: 'Supprimer', - 224: 'Command' // MISSING + 224: 'Commande' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Raccourci clavier' } };