[SPIP] +version 3.0.7
[ptitvelo/web/www.git] / www / plugins-dist / mediabox / lang / paquet-mediabox_en.php
diff --git a/www/plugins-dist/mediabox/lang/paquet-mediabox_en.php b/www/plugins-dist/mediabox/lang/paquet-mediabox_en.php
new file mode 100644 (file)
index 0000000..fa9236a
--- /dev/null
@@ -0,0 +1,26 @@
+<?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'
+);
+
+?>