1<?php
2
3/**
4 * English language file for fulldisplay plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9
10$lang['pageSelector'] = 'CSS selector for the page content. Needs to find a single elemet that contains the whole page content.';
11$lang['zoom'] = 'Zoom factor to use when displaying in fullscreen mode. 1.0 is normal size, 2.0 is double size.';
12$lang['refresh'] = 'Time in seconds after which the page is reloaded. Set to 0 to disable refresh.';
13