first commit
This commit is contained in:
20
libraries/ckeditor/plugins/html5video/lang/ca.js
Normal file
20
libraries/ckeditor/plugins/html5video/lang/ca.js
Normal file
@@ -0,0 +1,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"
|
||||
} );
|
||||
Reference in New Issue
Block a user