PHPIndex

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`).

en.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/en.js'
View Content
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.'
});
eo.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/eo.js'
View Content
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.'
});
fr.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/video/lang/fr.js'
View Content
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.'
});