<?php
/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

$lang['desc'] = 'Creates a chessboard from FEN or 8x8 characters';

// define the wiki syntax keywords
$lang['kwpattern'] = 'chessdiagram'; // Your Wikisyntax <chessdiagram>
$lang['kwpieces'] = 'kqrbnpKQRBNP';  // King Queen Rook Bishop Knight Pawn
                                     // These characters are expected to be entered in the alternative diagram
$lang['kwoptions'] = 'TBLRld';       // Top bottom left right light(white) dark(black) - refers to options in ()

//Setup VIM: ex: et ts=4 enc=utf-8 :
