Add translation
This commit is contained in:
parent
f12207546e
commit
20d703b2dc
54
lang/en.php
54
lang/en.php
|
@ -1,18 +1,50 @@
|
|||
<?php
|
||||
$lang=array(
|
||||
|
||||
$lang = array(
|
||||
'lang' => 'en',
|
||||
'SITE_NAME' => 'bots\'arena',
|
||||
'SITE_DESCRIPTION' => '<p>Welcome on the bots\'arena.<br/><b>this website is still in dev. it doesn\'t work yet</b><br/>This vhost is a mirror of dev branch <a href="https://github.com/gnieark/botsArena/tree/dev">this github repo</a></p>
|
||||
<p>Many games will be proposed here. You wont play to, but you will developp the bot who will play for you.
|
||||
This website will be the arena for bots confrontation.</p>',
|
||||
'HOME' => 'Home page',
|
||||
|
||||
'SITE_NAME' => 'Bots\' Arena',
|
||||
'SITE_DESCRIPTION' => '<p>
|
||||
Welcome on the Bots\' Arena.<br/>
|
||||
<b>This website is still in developpement. It doesn\'t work yet.</b><br/>
|
||||
This vhost is a mirror of dev branch <a href="https://github.com/gnieark/botsArena/tree/dev">this github repo</a>
|
||||
</p>
|
||||
<p>
|
||||
Many games will be proposed here. You wont play to, but you will developp the bot who will play for you.<br/>
|
||||
This website will be the arena for bots confrontation.
|
||||
</p>',
|
||||
'HOME' => 'Home',
|
||||
|
||||
'VICTORIES' => 'victories',
|
||||
'DRAW' => 'drawn match',
|
||||
|
||||
'MAKE_DUEL' => 'Organise a duel',
|
||||
'FIGHT' => 'Fight!',
|
||||
'DEV-YOUR-OWN-BOT' => 'Program your own bot, and send it on this arena..',
|
||||
'DOC_SPECS_LINKS' =>'Read the technicals specifications',
|
||||
'FIGHT' => 'Fight !',
|
||||
|
||||
'DEV-YOUR-OWN-BOT' => 'Program your own bot, and send it on this arena.',
|
||||
'DOC_SPECS_LINKS' => 'Read the technicals specifications',
|
||||
|
||||
'E_MAIL_ADD_BOT_INTRO' => 'A big thank for your participation. Follow the link below to confirm the addition of your bot',
|
||||
'E_MAIL_ADD_BOT_INTRO_HTML' => '<p>
|
||||
A big thank for your participation.
|
||||
</p>
|
||||
<p>
|
||||
Just a click on the following link to confirm the addition of the bot
|
||||
</p>',
|
||||
'E_MAIL_ADD_BOT_SIGNATURE' => 'Gnieark',
|
||||
'E_MAIL_ADD_BOT_SIGNATURE_HTML' => '<p>
|
||||
<i>Gnieark.</i>
|
||||
</p>',
|
||||
|
||||
'ABOUT' => 'About',
|
||||
'LEGALS' => 'legal terms',
|
||||
'ADD_YOUR_BOT' => 'Add your bot'
|
||||
'LEGALS' => 'Legal terms',
|
||||
|
||||
'ADD_YOUR_BOT' => 'Add your bot',
|
||||
'BOT_NAME' => 'Bot name',
|
||||
'YOUR_ALIAS_FOR_EXEMPLE' => 'Your username eg',
|
||||
'BOT_GAME' => 'The game of your bot',
|
||||
'BOT_URL' => 'The URL of your bot',
|
||||
'BOT_DESCRIPTION' => 'Description (html code will not be interpreted, URL will be converted into link):',
|
||||
'YOUR_EMAIL_FOR_BOT_VALIDATION' => 'Your email address (will serve to validate your bot)',
|
||||
'SAVE_BOT' => 'Save'
|
||||
);
|
45
lang/fr.php
45
lang/fr.php
|
@ -1,30 +1,49 @@
|
|||
<?php
|
||||
$lang=array(
|
||||
|
||||
$lang = array(
|
||||
'lang' => 'fr',
|
||||
|
||||
'SITE_NAME' => 'Arène à bots',
|
||||
'SITE_DESCRIPTION' =>
|
||||
'<p>Bienvenue sur cette arène à bots.<br/><b>Ce site est en cours de développement. Il fonctionne, mais beaucoup de détails restent à régler, dont la traduction anglais</b></p>
|
||||
<p>Plusieurs jeux sont proposés ici. Vous ne devez pas y jouer, mais dévolopper le "bot" qui jouera en votre nom.
|
||||
Ce site permet de faire s\'affronter les bots des différents développeurs.</p>',
|
||||
'HOME' => 'accueil',
|
||||
'SITE_DESCRIPTION' => '<p>
|
||||
Bienvenue sur cette arène à bots.<br/>
|
||||
<b>Ce site est en cours de développement. Il fonctionne, mais beaucoup de détails restent à régler, dont la traduction anglais</b>
|
||||
</p>
|
||||
<p>
|
||||
Plusieurs jeux sont proposés ici. Vous ne devez pas y jouer, mais dévolopper le "bot" qui jouera en votre nom.
|
||||
Ce site permet de faire s\'affronter les bots des différents développeurs.
|
||||
</p>',
|
||||
'HOME' => 'Accueil',
|
||||
|
||||
'VICTORIES' => 'victoires',
|
||||
'DRAW' => 'matchs nuls',
|
||||
|
||||
'MAKE_DUEL' => 'Provoquer un duel',
|
||||
'FIGHT' => 'Baston!',
|
||||
'FIGHT' => 'Baston !',
|
||||
|
||||
'DEV-YOUR-OWN-BOT' => 'Developpez votre bot et envoyez le dans cette arène.',
|
||||
'DOC_SPECS_LINKS' =>'Voici les spécifications techniques',
|
||||
'DOC_SPECS_LINKS' => 'Voici les spécifications techniques',
|
||||
|
||||
'E_MAIL_ADD_BOT_INTRO' => 'Un grand merci pour la participation. Suivez le lien suivant pour valider l\'ajout du bot',
|
||||
'E_MAIL_ADD_BOT_INTRO_HTML' => '<p>Un grand merci pour la participation.</p><p>Juste un click sur le lien suivant pour valider l\ajout du bot</p>',
|
||||
'E_MAIL_ADD_BOT_INTRO_HTML' => '<p>
|
||||
Un grand merci pour la participation.
|
||||
</p>
|
||||
<p>
|
||||
Juste un click sur le lien suivant pour valider l\ajout du bot
|
||||
</p>',
|
||||
'E_MAIL_ADD_BOT_SIGNATURE' => 'Gnieark',
|
||||
'E_MAIL_ADD_BOT_SIGNATURE_HTML'=> '<p><i>Gnieark.</i></p>',
|
||||
'E_MAIL_ADD_BOT_SIGNATURE_HTML' => '<p>
|
||||
<i>Gnieark.</i>
|
||||
</p>',
|
||||
|
||||
'ABOUT' => 'A propos',
|
||||
'LEGALS' => 'Mentions légales',
|
||||
|
||||
'ADD_YOUR_BOT' => 'Ajoutez votre bot',
|
||||
'BOT_NAME' => 'Nom de votre bot:',
|
||||
'BOT_NAME' => 'Nom de votre bot',
|
||||
'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 (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)',
|
||||
'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'
|
||||
);
|
Loading…
Reference in New Issue
Block a user