aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/es.js
blob: f1aec8eb0d104a5c9233d08f530d04e03f4a3716 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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?',
    yes: 'Si',
    no: 'No'
} );