mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
26 lines
1.1 KiB
PHP
26 lines
1.1 KiB
PHP
<?php
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-mediabox?lang_cible=en
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// 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'
|
|
);
|
|
|
|
?>
|