<?php

/**
 * English language file for fulldisplay plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */


$lang['pageSelector'] = 'CSS selector for the page content. Needs to find a single elemet that contains the whole page content.';
$lang['zoom'] = 'Zoom factor to use when displaying in fullscreen mode. 1.0 is normal size, 2.0 is double size.';
$lang['refresh'] = 'Time in seconds after which the page is reloaded. Set to 0 to disable refresh.';
