aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/fr.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
commit1794320dcfdfcd19572fb1676294f9853a6bbc20 (patch)
treea4c9e978947d6930d50391747382d7f95a5863e3 /sources/lang/fr.js
parent7183f6a6a21ad9124e70c997e0168459f377a9f2 (diff)
downloadludivine-ckeditor-component-master.tar.gz
ludivine-ckeditor-component-master.tar.zst
ludivine-ckeditor-component-master.zip
Update to 4.7.3HEAD4.7.3master
Diffstat (limited to 'sources/lang/fr.js')
-rw-r--r--sources/lang/fr.js10
1 files changed, 5 insertions, 5 deletions
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' ] = {
31 browseServer: 'Parcourir le serveur', 31 browseServer: 'Parcourir le serveur',
32 url: 'URL', 32 url: 'URL',
33 protocol: 'Protocole', 33 protocol: 'Protocole',
34 upload: 'Téléverser', 34 upload: 'Télécharger',
35 uploadSubmit: 'Envoyer sur le serveur', 35 uploadSubmit: 'Envoyer sur le serveur',
36 image: 'Image', 36 image: 'Image',
37 flash: 'Flash', 37 flash: 'Flash',
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'fr' ] = {
99 99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: { 101 keyboard: {
102 8: 'Backspace', // MISSING 102 8: 'Retour arrière',
103 13: 'Entrée', 103 13: 'Entrée',
104 16: 'Majuscule', 104 16: 'Majuscule',
105 17: 'Ctrl', 105 17: 'Ctrl',
106 18: 'Alt', 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Espace',
108 35: 'Fin', 108 35: 'Fin',
109 36: 'Origine', 109 36: 'Origine',
110 46: 'Supprimer', 110 46: 'Supprimer',
111 224: 'Command' // MISSING 111 224: 'Commande'
112 }, 112 },
113 113
114 // Prepended to ARIA labels with shortcuts. 114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING 115 keyboardShortcut: 'Raccourci clavier'
116 } 116 }
117}; 117};