]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/html5video/lang/es.js
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / html5video / lang / es.js
diff --git a/sources/plugins/html5video/lang/es.js b/sources/plugins/html5video/lang/es.js
new file mode 100644 (file)
index 0000000..4077935
--- /dev/null
@@ -0,0 +1,14 @@
+CKEDITOR.plugins.setLang( 'html5video', 'es', {\r
+    button: 'Insertar video HTML5',\r
+    title: 'Video HTML5',\r
+    infoLabel: 'Información del video',\r
+    allowed: 'Extensiones de archivo permitidas: MP4, WebM, Ogv',\r
+    urlMissing: 'La URL del video no puede estar vacia.',\r
+    videoProperties: 'Propiedades del video',\r
+    upload: 'Cargar',\r
+    btnUpload: 'Enviar al servidor',\r
+    advanced: 'Avanzado',\r
+    autoplay: '¿Reproducir automáticamente?',\r
+    yes: 'Si',\r
+    no: 'No'\r
+} );\r