aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5video/lang/es.js
blob: 40779353d3f52073636ec1db6713f40456999e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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'
} );