<?php
/**
 * English language for flowplay plugin
 *
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Dave Kliczbor <maligree@gmx.de>
 */
$lang['player_base_url']            =       "The base URL of the player's .swf file. Use this setting if...\n  * ... you have your wiki on HTTPS and the flowplay plugin does not work (use a HTTP URL then!).\n  * ... if you want to use a FlowPlayer outside your Dokuwiki tree.";
$lang['player_base_url'] = "The base URL of the  FlowPlayer installation. 
Use this setting if...
<ul>
<li> ...the flowplay-Plugin does not work (the culprit is probably HTTPS, use a HTTP URL here!).</li>
<li> ...you want to use a FlowPlayer installation outside the dokuwiki tree.</li>
</ul>
Example: <tt>http://yourdomain.tld/flowplayer-0.14/</tt><br>
Default (i.e. blank): Use the included FlowPlayer.";

?>