1<?php
2/**
3 * English language for flowplay plugin
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Dave Kliczbor <maligree@gmx.de>
7 */
8$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.";
9$lang['player_base_url'] = "The base URL of the  FlowPlayer installation.
10Use this setting if...
11<ul>
12<li> ...the flowplay-Plugin does not work (the culprit is probably HTTPS, use a HTTP URL here!).</li>
13<li> ...you want to use a FlowPlayer installation outside the dokuwiki tree.</li>
14</ul>
15Example: <tt>http://yourdomain.tld/flowplayer-0.14/</tt><br>
16Default (i.e. blank): Use the included FlowPlayer.";
17
18?>