61 lines
3.0 KiB
PHP
Executable File
61 lines
3.0 KiB
PHP
Executable File
<?php
|
|
#- BEGIN LICENSE BLOCK ---------------------------------------
|
|
#
|
|
# This file is part of botsArena.
|
|
#
|
|
# Copyright (C) Gnieark et contributeurs
|
|
# Licensed under the GPL version 3.0 license.
|
|
# See LICENSE file or
|
|
# http://www.gnu.org/licenses/gpl-3.0-standalone.html
|
|
#
|
|
# -- END LICENSE BLOCK -----------------------------------------
|
|
$lang = array(
|
|
'lang' => 'en',
|
|
|
|
'SITE_NAME' => 'Bots\' Arena',
|
|
'SITE_DESCRIPTION' => '<p>
|
|
Welcome on the Bots\' Arena.
|
|
</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 is 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',
|
|
|
|
'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',
|
|
'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',
|
|
'E_MAIL_EDIT_BOT' => "Hello Dude! \n Please Folow the next URL in order to validate your bot update.",
|
|
'YOUR_EMAIL_FOR_BOT_EDIT' => 'E-mail used for add this bot:',
|
|
'GO-TO-LUDUS' => 'Visit the ludus',
|
|
'LUDUS-DETAIL' => '(Place to fix / improve your bot without scoring)'
|
|
); |