<?php
/**
 * english language file
 *
 * @license    GPL 3 (http://www.gnu.org/licenses/gpl.html)
 * @author     Michael Arlt <michael.arlt [at] sk-schwanstetten [dot] de>
 */

$lang['set']  = 'Pieces';
$lang['setsizeportrait'] = 'Chess piece size in pixel for vertical layout (20-48, 52, 56, 60, 64, 72, 80, 88, 96, 112, 128, 144 or 300 e.g. 52) - in case of scalable chess piece sets (svg) you can use other values, too, but you should deactivate the chess set selection then';
$lang['setsizelandscape'] = 'Size in pixel for horizontal layout (e.g. 72)';
$lang['pluginwidthportrait'] = 'HTML-width of plugin for vertical layout (e.g. 100%)';
$lang['pluginwidthlandscape'] = 'HTML-width of plugin for horizontal layout (e.g. 100%)';
$lang['font'] = 'Font';
$lang['textheight'] = 'HTML-height for game text (e.g. 20em) for vertical layout  (e.g. 8em)';
$lang['infowidth'] = 'HTML-width for title of game information (e.g. 14ex)';
$lang['layout'] = 'Several layout variants for chess board and game text';
$lang['showsetselect'] = 'Show chess set selection?';
$lang['showfontselect'] = 'Show font selection?';
$lang['err_instance'] = 'Only one instance of pgn4web is supported per Wiki-page. If this is a blog, you can open just this artice (maybe by clicking on the heading). If you are the author, you can consider joining all pgn-sections together or using separate Wiki-pages. This is the hint which is displayed to the user.';
$lang['err_instance_author'] = 'Additional informations which is displayed to authors for the problem above.';

//Setup VIM: ex: et ts=4 :

