X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fplugins%2Fhtml5video%2Flang%2Fes.js;fp=sources%2Fplugins%2Fhtml5video%2Flang%2Fes.js;h=40779353d3f52073636ec1db6713f40456999e84;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hp=0000000000000000000000000000000000000000;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c;p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git diff --git a/sources/plugins/html5video/lang/es.js b/sources/plugins/html5video/lang/es.js new file mode 100644 index 0000000..4077935 --- /dev/null +++ b/sources/plugins/html5video/lang/es.js @@ -0,0 +1,14 @@ +CKEDITOR.plugins.setLang( 'html5video', 'es', { + button: 'Insertar video HTML5', + title: 'Video HTML5', + infoLabel: 'Información del video', + allowed: 'Extensiones de archivo permitidas: MP4, WebM, Ogv', + urlMissing: 'La URL del video no puede estar vacia.', + videoProperties: 'Propiedades del video', + upload: 'Cargar', + btnUpload: 'Enviar al servidor', + advanced: 'Avanzado', + autoplay: '¿Reproducir automáticamente?', + yes: 'Si', + no: 'No' +} );