aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/es.js
blob: a9dd960a6975e8963356faed469c14e457637e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CKEDITOR.plugins.setLang( 'html5audio', 'es', {
    button: 'Insertar audio HTML5',
    title: 'Audio HTML5',
    infoLabel: 'Información del audio',
    urlMissing: 'La URL del audio no puede estar vacia.',
    audioProperties: 'Propiedades del audio',
    upload: 'Cargar',
    btnUpload: 'Enviar al servidor',
    advanced: 'Avanzado',
    autoplay: '¿Reproducir automáticamente?',
    allowdownload: '¿Permitir la descarga?',
    yes: 'Si',
    no: 'No'
} );