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

// Plugin description
$lang['desc']  = 'Embeds pgn4web.js (http://pgn4web.casaschi.net/), a pgn-viewer for replaying of chess games in Dokuwiki.';

// toolbar
$lang['js']['title']  = 'Paste example PGN database';

// game information
$lang['GameSelector'] = 'Game';
$lang['GameDate'] = 'Date';
$lang['GameSite'] = 'Site';
$lang['GameEvent'] = 'Event';
$lang['GameWhite'] = 'White';
$lang['GameBlack'] = 'Black';
$lang['GameResult'] = 'Result';
// select boxes
$lang['selectset'] = 'Pieces';
$lang['selectfont'] = 'Font';

// error messages
$lang['err_set'] = 'Value "%s" for attribute "set" is invalid. The range is 1 upto 7.';
$lang['err_font'] = 'Value "%s" for attribute "font" is invalid. The range is 1 upto 5.';
$lang['err_font_dir'] = 'The font directory %s is not accessible.';
$lang['err_size'] = 'Value "%s" for attribute "setsize" is invalid for set "%s". you can use one of theses values: 20-48,52,56,60,64,72,80,88,96,112,128,144 and 300. Alternatively you can use a scalable "set" (1-3).';
$lang['err_instance'] = 'Only one instance of "pgn4web" is possible in one Wiki page. If it is a blog page, open the article on its own (maybe with a click on the headline). If you are an author, consider to join the PGN databases or use separate Wiki pages.';
$lang['err_instance_author'] = 'You as author could join the PGN databases or use separate Wiki pages.';

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

