This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/en.js'
CKEDITOR.plugins.setLang('video', 'en', {
button: 'Video',
title: 'Video properties',
emptySrc: 'URL must not be empty.',
controls: 'Enable controls',
mutedLoopingAutoplay: 'Muted looping autoplay',
preview: 'Preview',
invalidSrc: 'URL is invalid or video is not playable.'
});
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/eo.js'
CKEDITOR.plugins.setLang('video', 'eo', {
button: 'Filmeto',
title: 'Filmetaj ecoj',
emptySrc: 'URL ne devas esti malplena.',
controls: 'Ebligi kontrolojn',
mutedLoopingAutoplay: 'Muta bukla aŭtomata ludado',
preview: 'Antaŭrigardo',
invalidSrc: 'URL estas nevalida aŭ filmeto ne estas ludebla.'
});
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/fr.js'
CKEDITOR.plugins.setLang('video', 'fr', {
button: 'Vidéo',
title: 'Propriétés de la vidéo',
emptySrc: 'L’URL doit être indiquée.',
controls: 'Activer les contrôles',
mutedLoopingAutoplay: 'Lecture automatique en boucle et muette',
preview: 'Aperçu',
invalidSrc: 'L’URL est invalide ou la vidéo n’est pas lisible.'
});