botsArena/lang/en.php

13 lines
433 B
PHP
Raw Normal View History

2015-11-25 22:43:34 +01:00
<?php
$lang=array(
2015-11-29 19:41:37 +01:00
'lang' => 'en',
'SITE_NAME' => 'bots\'arena',
2015-11-27 18:59:04 +01:00
'SITE_DESCRIPTION' => 'blah blah blah but english',
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',
'FIGHT' => 'Fight!',
'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
);