File "paquet-mediabox_en.php"

Full path: /home/argothem/www/organecyberpresse/plugins-dist/mediabox/lang/paquet-mediabox_en.php
File size: 1018 B
MIME-type: text/x-php
Charset: utf-8

<?php
// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-mediabox?lang_cible=en
// ** ne pas modifier le fichier **

return [

	// M
	'mediabox_description' => 'By default, all links to pictures (with a type attribute describing the mime/type of the picture) and
links with the CSS class <code>.mediabox</code> are enriched by multimedia box.

You can configure each link on a case by case basis with additional classes:
-* <code>boxIframe</code> enables to open link in iframe box; 
-* <code>boxWidth-350px</code> enables to specify a width of 350px for the box;
-* <code>boxHeight-90pc</code> enables to specify a height of 90% for the box

A configuration panel lets you edit the general settings to your liking, and the appearance of the box among the available skins.

This plugin works on skeletons which have the <code>#INSERT_HEAD</code> tag.',
	'mediabox_nom' => 'MediaBox',
	'mediabox_slogan' => 'Media box',
];