trad
This commit is contained in:
parent
143e59a9ed
commit
9efe398b6d
|
@ -4,5 +4,6 @@ $lang=array(
|
||||||
'SITE_DESCRIPTION' => 'blah blah blah but english',
|
'SITE_DESCRIPTION' => 'blah blah blah but english',
|
||||||
'HOME' => 'Home page',
|
'HOME' => 'Home page',
|
||||||
'VICTORIES' => 'victories',
|
'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>',
|
Ce site permet de faire s\'affronter les bots des différents développeurs.</p>',
|
||||||
'HOME' => 'accueil',
|
'HOME' => 'accueil',
|
||||||
'VICTORIES' => 'victoires',
|
'VICTORIES' => 'victoires',
|
||||||
'DRAW' => 'matchs nuls'
|
'DRAW' => 'matchs nuls',
|
||||||
|
'MAKE_DUEL' => 'Provoquer un duel'
|
||||||
|
|
||||||
);
|
);
|
|
@ -13,7 +13,7 @@ if(!$postParams){
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<article>
|
<article>
|
||||||
<h2>Lancer un combat</h2>
|
<h2><?php echo $lang['MAKE_DUEL'];?></h2>
|
||||||
<p>
|
<p>
|
||||||
<select name="bot1" id="bot1">
|
<select name="bot1" id="bot1">
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue
Block a user