1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| CKEDITOR.plugins.setLang( 'html5video', 'ca', {
| button: "Insereix un vídeo HTML5",
| title: "Vídeo HTML5",
| infoLabel: "Informació del vídeo",
| allowed: "Extensions d'arxius permeses: MP4, WebM, Ogv",
| urlMissing: "Falta l'URL de la font de vídeo.",
| videoProperties: "Propietats de vídeo",
| upload: "Pujar",
| btnUpload: "Envia-lo al servidor",
| advanced: "Avançat",
| autoplay: "Reproducció automàtica?",
| allowdownload: 'Allow download?',
| advisorytitle: 'Advisory title',
| yes: "Sí",
| no: "No",
| loop: "Bucle?",
| responsive: "Ample adaptatiu",
| controls: "Mostra els controls",
| poster: "Miniatura"
| } );
|
|