trad
This commit is contained in:
parent
143e59a9ed
commit
9efe398b6d
|
@ -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'
|
||||
);
|
|
@ -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'
|
||||
|
||||
);
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user