[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / mediabox / lang / paquet-mediabox_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-mediabox?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // M
13 'mediabox_description' => 'By default, all links to pictures (with a type attribute describing the mime/type of the picture) and
14 links with the CSS class <code>.mediabox</code> are enriched by multimedia box.
15
16 You can configure each link on a case by case basis with additional classes:
17 -* <code>boxIframe</code> enables to open link in iframe box;
18 -* <code>boxWidth-350px</code> enables to specify a width of 350px for the box;
19 -* <code>boxHeight-90pc</code> enables to specify a height of 90% for the box
20
21 A configuration panel lets you edit the general settings to your liking, and the appearance of the box among the available skins.
22
23 This plugin works on skeletons which have the <code>#INSERT_HEAD</code> tag.',
24 'mediabox_nom' => 'MediaBox',
25 'mediabox_slogan' => 'Media box'
26 );