This commit is contained in:
Gnieark 2015-12-27 12:57:16 +01:00
parent 6960365485
commit a64bbd22fe
2 changed files with 2 additions and 2 deletions

View File

@ -241,4 +241,4 @@ if (isset($_POST['xd_check'])){
<a href="/p/About"><?php echo $lang['ABOUT']; ?></a><a href="https://github.com/gnieark/botsArena">Bots'Arena source code</a><a href="/p/legals"><?php echo $lang['LEGALS']; ?></a>
</footer>
</body>
</html>
</html>

View File

@ -24,7 +24,7 @@ $lang=array(
'YOUR_ALIAS_FOR_EXEMPLE' => 'Votre pseudonyme par exemple',
'BOT_GAME' => 'Le jeu de votre bot',
'BOT_URL' => 'L\'adresse URL de votre bot',
'BOT_DESCRIPTION' => 'Description:',
'BOT_DESCRIPTION' => 'Description (le code html ne sera pas interprété, les URL seront transformées en lien):',
'YOUR_EMAIL_FOR_BOT_VALIDATION' =>'Votre adresse e-mail (servira pour la validation de votre BOT)',
'SAVE_BOT' => 'Enregistrer'
);