]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/html5video/lang/en.js
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / html5video / lang / en.js
diff --git a/sources/plugins/html5video/lang/en.js b/sources/plugins/html5video/lang/en.js
new file mode 100644 (file)
index 0000000..ebac6e5
--- /dev/null
@@ -0,0 +1,14 @@
+CKEDITOR.plugins.setLang( 'html5video', 'en', {\r
+    button: 'Insert HTML5 video',\r
+    title: 'HTML5 video',\r
+    infoLabel: 'Video info',\r
+    allowed: 'Allowed file extensions: MP4, WebM, Ogv',\r
+    urlMissing: 'Video source URL is missing.',\r
+    videoProperties: 'Video properties',\r
+    upload: 'Upload',\r
+    btnUpload: 'Send it to the server',\r
+    advanced: 'Advanced',\r
+    autoplay: 'Autoplay?',\r
+    yes: 'Yes',\r
+    no: 'No'\r
+} );\r