botsArena/lang/en.php

18 lines
899 B
PHP

<?php
$lang=array(
'lang' => 'en',
'SITE_NAME' => 'bots\'arena',
'SITE_DESCRIPTION' => '<p>Welcome on the bots\'arena.<br/><b>this website is still in dev. it doesn\'t work yet</b><br/>This vhost is a mirror of dev branch <a href="https://github.com/gnieark/botsArena/tree/dev">this github repo</a></p>
<p>Many games will be proposed here. You wont play to, but you will developp the bot who will play for you.
This website will be the arena for bots confrontation.</p>',
'HOME' => 'Home page',
'VICTORIES' => 'victories',
'DRAW' => 'drawn match',
'MAKE_DUEL' => 'Organise a duel',
'FIGHT' => 'Fight!',
'DEV-YOUR-OWN-BOT' => 'Program your own bot, and send it on this arena..',
'DOC_SPECS_LINKS' =>'Read the technicals specifications',
'ABOUT' => 'About',
'LEGALS' => 'legal terms',
'ADD_YOUR_BOT' => 'Add your bot'
);