* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*
* --> NOTICE <--
* This file is part of the core development branch, changing its contents will
* make you unable to use the automatic updates manager. Please refer to the
* documentation for further information about customizing XNova.
*
*/
// Registration form
$lang['registry'] = 'Registrazione';
$lang['form'] = 'Modulo registrazione';
$lang['Register'] = 'Registrazione a
xnova
';
$lang['Undefined'] = '- indefinito -';
$lang['Male'] = 'Maschio';
$lang['Female'] = 'Femmina';
$lang['Multiverse'] = 'xnova';
$lang['E-Mail'] = 'Indirizzo email';
$lang['MainPlanet'] = 'Nome del pianeta madre';
$lang['GameName'] = 'Nome in gioco';
$lang['Sex'] = 'Sesso';
$lang['accept'] = 'Ho letto ed accetto le regole';
$lang['signup'] = ' Registrati ';
$lang['neededpass'] = 'Password';
$lang['code_secu'] = 'Sicurezza';
// Send
$lang['mail_welcome'] = 'Grazie per l\'iscrizione al gioco ({gameurl}xnova/login.php)
La vostra password è: "{password}"
Buon divertimento!
{gameurl}';
$lang['mail_title'] = 'Registrazione';
$lang['thanksforregistry'] = '
Grazie per esservi iscritti! Riceverete un\'email con la vostra password.';
$lang['sender_message_ig'] = 'Admin';
$lang['subject_message_ig']= 'Benvenuto';
$lang['text_message_ig'] = 'Benvenuto su neverbackdown, vi auguriamo buon gioco e buona fortuna!';
// Errors
$lang['error_secu'] = 'Codice di sicurezza invalido !
';
$lang['error_mail'] = 'E-mail invalida !
';
$lang['error_planet'] = 'Errore nel nome del pianeta!.
';
$lang['error_hplanetnum'] = 'Si possono utilizzare solo caratteri alfanumeriic per il nome del pianeta!
';
$lang['error_character'] = 'Errore nel nome del giocatore!
';
$lang['error_charalpha'] = 'Il nome del giocatore deve essere composto solo da caratteri alfanumerici!
';
$lang['error_password'] = 'La password deve essere almeno di 4 caratteri!
';
$lang['error_rgt'] = 'Occorre accettare i Termini di utilizzo.<
';
$lang['error_userexist'] = 'Il nome del giocatore esiste già!
';
$lang['error_emailexist'] = 'Questa email è già utilizzata!
';
$lang['error_sex'] = 'Errore nella sessione!
';
$lang['error_mailsend'] = 'Si è verificato un errore durante l\'invio dell\'email! La password è :';
$lang['return'] = 'registrazione ';
$lang['reg_welldone'] = 'Registrazione terminata con successo!';
// Created by Perberos. All rights reversed (C) 2006
// Complet by XNova Team. All rights reversed (C) 2008
?>