2015-11-25 22:43:34 +01:00
|
|
|
<?php
|
|
|
|
$lang=array(
|
2015-11-28 11:29:11 +01:00
|
|
|
'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',
|
|
|
|
'DRAW' => 'drawn match'
|
2015-11-25 22:43:34 +01:00
|
|
|
);
|