aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/html5audio/lang/en.js
blob: 63e8c401e942d82eecfc06d9b22ad9a01759a7a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CKEDITOR.plugins.setLang( 'html5audio', 'en', {
    button: 'Insert HTML5 audio',
    title: 'HTML5 audio',
    infoLabel: 'Audio info',
    urlMissing: 'Audio source URL is missing.',
    audioProperties: 'Audio properties',
    upload: 'Upload',
    btnUpload: 'Send it to the server',
    advanced: 'Advanced',
    autoplay: 'Autoplay?',
    allowdownload: 'Allow download?',
    yes: 'Yes',
    no: 'No'
} );