2015-11-25 22:43:34 +01:00
|
|
|
<?php
|
|
|
|
$lang=array(
|
2015-11-29 19:41:37 +01:00
|
|
|
'lang' => 'en',
|
2015-11-28 11:29:11 +01:00
|
|
|
'SITE_NAME' => 'bots\'arena',
|
2015-11-30 20:29:37 +01:00
|
|
|
'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>
|
2015-11-29 21:34:53 +01:00
|
|
|
<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>',
|
2015-11-29 09:42:34 +01:00
|
|
|
'HOME' => 'Home page',
|
|
|
|
'VICTORIES' => 'victories',
|
2015-11-29 11:39:01 +01:00
|
|
|
'DRAW' => 'drawn match',
|
2015-11-29 18:49:45 +01:00
|
|
|
'MAKE_DUEL' => 'Organise a duel',
|
2015-11-29 20:22:12 +01:00
|
|
|
'FIGHT' => 'Fight!',
|
2015-11-29 21:03:39 +01:00
|
|
|
'DEV-YOUR-OWN-BOT' => 'Program your own bot, and send it on this arena..',
|
|
|
|
'DOC_SPECS_LINKS' =>'Read the technicals specifications'
|
2015-11-25 22:43:34 +01:00
|
|
|
);
|