移动系统liao
2024-09-23 78028cee453a5878835a27f884ae36c0900fe8f7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CKEDITOR.plugins.setLang( 'html5video', 'pt-br', {
    button: 'Inserir vídeo HTML5',
    title: 'HTML5 video',
    infoLabel: 'Informações do Vídeo',
    allowed: 'Extensões permitidas: MP4, WebM, Ogv',
    urlMissing: 'O URL do vídeo está faltando.',
    videoProperties: 'Propriedades do vídeo',
    upload: 'Upload',
    btnUpload: 'Enviar para o servidor',
    advanced: 'Avançado',
    autoplay: 'Autoplay?',
    allowdownload: 'Allow download?',
    advisorytitle: 'Advisory title',
    yes: 'Sim',
    no: 'Não',
    responsive: 'Largura responsiva',
    controls: 'Exibir controles'
} );