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// Plugin description 10$lang['desc'] = 'Embeds pgn4web.js (http://pgn4web.casaschi.net/), a pgn-viewer for replaying of chess games in Dokuwiki.'; 11 12// toolbar 13$lang['js']['title'] = 'Paste example PGN database'; 14 15// game information 16$lang['GameSelector'] = 'Game'; 17$lang['GameDate'] = 'Date'; 18$lang['GameSite'] = 'Site'; 19$lang['GameEvent'] = 'Event'; 20$lang['GameWhite'] = 'White'; 21$lang['GameBlack'] = 'Black'; 22$lang['GameResult'] = 'Result'; 23// select boxes 24$lang['selectset'] = 'Pieces'; 25$lang['selectfont'] = 'Font'; 26 27// error messages 28$lang['err_set'] = 'Value "%s" for attribute "set" is invalid. The range is 1 upto 7.'; 29$lang['err_font'] = 'Value "%s" for attribute "font" is invalid. The range is 1 upto 5.'; 30$lang['err_font_dir'] = 'The font directory %s is not accessible.'; 31$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).'; 32$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.'; 33$lang['err_instance_author'] = 'You as author could join the PGN databases or use separate Wiki pages.'; 34 35//Setup VIM: ex: et ts=4 : 36 37