aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5video/lang/fr.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
commit7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch)
treef3355f3e28d35d9f431ff71045e1b46c82ac4826 /sources/plugins/html5video/lang/fr.js
parentd1844275460a3e3a32e199326f6b36938a329091 (diff)
downloadludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.gz
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.tar.zst
ludivine-ckeditor-component-7183f6a6a21ad9124e70c997e0168459f377a9f2.zip
Change skin and add video button4.6.2.5
Diffstat (limited to 'sources/plugins/html5video/lang/fr.js')
-rw-r--r--sources/plugins/html5video/lang/fr.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/sources/plugins/html5video/lang/fr.js b/sources/plugins/html5video/lang/fr.js
new file mode 100644
index 0000000..326f622
--- /dev/null
+++ b/sources/plugins/html5video/lang/fr.js
@@ -0,0 +1,14 @@
1CKEDITOR.plugins.setLang( 'html5video', 'fr', {
2 button: 'Insérer un lecteur video HTML5',
3 title: 'HTML5 video',
4 infoLabel: 'Informations video',
5 allowed: 'Extensions de fichiers autorisées: MP4, WebM, Ogv',
6 urlMissing: 'URL de la source video manquante. Veuillez la renseigner.',
7 videoProperties: 'Propriétés Video',
8 upload: 'Télécharger',
9 btnUpload: 'Envoyer vers le serveur',
10 advanced: 'Avancé',
11 autoplay: 'Jouer automatiquement ?',
12 yes: 'Oui',
13 no: 'Non'
14} );