移动系统liao
2024-08-15 f43970a061d3c90520b4e8f48caa17a204d9a085
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 vacía.',
    videoProperties: 'Propiedades del video',
    upload: 'Cargar',
    btnUpload: 'Enviar al servidor',
    advanced: 'Avanzado',
    autoplay: '¿Reproducir automáticamente?',
    allowdownload: 'Allow download?',
    advisorytitle: 'Advisory title',
    yes: 'Sí',
    no: 'No',
    responsive: '¿Responsive?',
    controls: 'Mostrar controles'
} );