This commit is contained in:
gnieark 2015-11-29 11:39:01 +01:00
parent 143e59a9ed
commit 9efe398b6d
3 changed files with 5 additions and 3 deletions

View File

@ -4,5 +4,6 @@ $lang=array(
'SITE_DESCRIPTION' => 'blah blah blah but english',
'HOME' => 'Home page',
'VICTORIES' => 'victories',
'DRAW' => 'drawn match'
'DRAW' => 'drawn match',
'MAKE_DUEL' => 'Organise a duel'
);

View File

@ -7,6 +7,7 @@ $lang=array(
Ce site permet de faire s\'affronter les bots des différents développeurs.</p>',
'HOME' => 'accueil',
'VICTORIES' => 'victoires',
'DRAW' => 'matchs nuls'
'DRAW' => 'matchs nuls',
'MAKE_DUEL' => 'Provoquer un duel'
);

View File

@ -13,7 +13,7 @@ if(!$postParams){
?>
<article>
<h2>Lancer un combat</h2>
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
<p>
<select name="bot1" id="bot1">
<?php