1<?php
2/**
3 * english language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 */
7
8$lang['desc'] = 'Creates a chessboard from FEN or 8x8 characters';
9
10// define the wiki syntax keywords
11$lang['kwpattern'] = 'chessdiagram'; // Your Wikisyntax <chessdiagram>
12$lang['kwpieces'] = 'kqrbnpKQRBNP';  // King Queen Rook Bishop Knight Pawn
13                                     // These characters are expected to be entered in the alternative diagram
14$lang['kwoptions'] = 'TBLRld';       // Top bottom left right light(white) dark(black) - refers to options in ()
15
16//Setup VIM: ex: et ts=4 enc=utf-8 :
17