1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 3 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Michael Arlt <michael.arlt [at] sk-schwanstetten [dot] de>
7 */
8
9$lang['set']  = 'Pieces';
10$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';
11$lang['setsizelandscape'] = 'Size in pixel for horizontal layout (e.g. 72)';
12$lang['pluginwidthportrait'] = 'HTML-width of plugin for vertical layout (e.g. 100%)';
13$lang['pluginwidthlandscape'] = 'HTML-width of plugin for horizontal layout (e.g. 100%)';
14$lang['font'] = 'Font';
15$lang['textheight'] = 'HTML-height for game text (e.g. 20em) for vertical layout  (e.g. 8em)';
16$lang['infowidth'] = 'HTML-width for title of game information (e.g. 14ex)';
17$lang['layout'] = 'Several layout variants for chess board and game text';
18$lang['showsetselect'] = 'Show chess set selection?';
19$lang['showfontselect'] = 'Show font selection?';
20$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.';
21$lang['err_instance_author'] = 'Additional informations which is displayed to authors for the problem above.';
22
23//Setup VIM: ex: et ts=4 :
24
25