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