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/bootstrapMediaEmbed/lang/en.js'
View Content
/***
 * @author Domenico Gigante [reloadlab.it]
 * @version 1.0
 ***/

// set CKeditor lang
CKEDITOR.plugins.setLang('bootstrapMediaEmbed', 'en', {
    toolbar: 'Embed Media',
    dialogTitle: 'Embed Media',
    dialogRatio: 'Choose media ratio',
	selectRatio: [
		'Original size',
		'Ratio 21:9',
		'Ratio 16:9',
		'Ratio 4:3',
		'Ratio 1:1'
	],
    dialogArea: 'Paste Embed Code Here'
});
eo.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/bootstrapMediaEmbed/lang/eo.js'
View Content
/***
 * @author Domenico Gigante [reloadlab.it]
 * @version 1.0
 ***/

// agordi CKeditor-lingvon
CKEDITOR.plugins.setLang('bootstrapMediaEmbed', 'eo', {
    toolbar: 'Enkorpigi aŭdvidaĵon',
    dialogTitle: 'Enkorpigi aŭdvidaĵon',
    dialogRatio: 'Elektu aŭdvidaĵan bildformaton',
	selectRatio: [
		'Origina grandeco',
		'Proporcio 21:9',
		'Proporcio 16:9',
		'Proporcio 4:3',
		'Proporcio 1:1'
	],
    dialogArea: 'Algluu la enkorpigan kodon ĉi tie'
});
it.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/bootstrapMediaEmbed/lang/it.js'
View Content
/***
 * @author Domenico Gigante [reloadlab.it]
 * @version 1.0
 ***/

// set CKeditor lang
CKEDITOR.plugins.setLang('bootstrapMediaEmbed', 'it', {
    toolbar: 'Incorporamento codice video',
    dialogTitle: 'Incorpora codice video',
    dialogRatio: 'Scegli le proporzioni del video',
	selectRatio: [
		'Dimensioni originali',
		'Proporzione 21:9',
		'Proporzione 16:9',
		'Proporzione 4:3',
		'Proporzione 1:1'
	],
    dialogArea: 'Incolla qui il codice da incorporare'
});