wootook-reloaded/language/it/install/install.mo
Gregory PLANCHAT d7619777af Initial commit
2011-06-07 09:23:48 +02:00

85 lines
No EOL
4.3 KiB
Modelica
Raw Blame History

<?php
/**
* This file is part of XNova:Legacies
*
* @license http://www.gnu.org/licenses/gpl-3.0.txt
* @see http://www.xnova-ng.org/
*
* Copyright (c) 2009-Present, XNova Support Team <http://www.xnova-ng.org>
* 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 <http://www.gnu.org/licenses/>.
*
* --> 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.
*
*/
$lang['ins_appname'] = "XNova";
$lang['ins_tx_state'] = "Passo";
$lang['ins_tx_sys'] = "Sistema di Gestione";
$lang['ins_btn_next'] = "Seguente";
$lang['ins_btn_inst'] = "Installazione";
$lang['ins_btn_creat'] = "Crea";
$lang['ins_btn_login'] = "Connessione";
$lang['ins_btn_prev'] = "Precedente";
$lang['ins_mnu_intro'] = "Introduzione";
$lang['ins_mnu_inst'] = "Installa";
$lang['ins_mnu_goto'] = "Trasferimenti";
$lang['ins_mnu_upgr'] = "Ultimo giocatore";
$lang['ins_mnu_quit'] = "esci";
$lang['ins_error'] = "Errore";
$lang['ins_error1'] = "La connessione al database e&grave fallita;";
$lang['ins_error2'] = "Il file config.php non puO&grave essere sostituito";
$lang['ins_tx_welco'] = "Benvenuti alla installazione di XNova";
$lang['ins_tx_intr1'] = "Il progetto XNova ti permette di installare un clone quasi perfetto ogame";
$lang['ins_tx_intr2'] = "Il progetto XNova <EFBFBD> libero, gratuito ed open source. Grazie di non fare un uso commerciale";
$lang['ins_tx_intr3'] = "In segno di rispetto per il team che sviluppa questo progetto, siete pregati di non rimuovere il materiale protetto da copyright dai file sorgente.";
$lang['ins_tx_inst1'] = "Il file config.php deve essere CHMOD 777";
$lang['ins_tx_inst2'] = "<EFBFBD> necessario disporre di un database MySQL";
$lang['ins_tx_inst3'] = "<EFBFBD> necessario compilare correttamente il modulo sottostante per continuare l'installazione: ";
$lang['ins_tx_acc1'] = "Si sta per creare un account amministratore ";
$lang['ins_tx_acc2'] = "Compila il modulo con le informazioni account: ";
$lang['ins_tx_goto1'] = "Scegliendo questa metodo d'installazione, potrete trasformare una banca dati in un database XNova UGamela".
$lang['ins_tx_goto2'] = "Questo funziona, ma <EFBFBD> preferibile ad una installazione completa di XNova".
$lang['ins_tx_goto3'] = "Si prende un rischio da trasformare il database, fare un backup prima! "
$lang['ins_tx_goto4'] = "Occorre aver gi<EFBFBD> installato UGamela ";
$lang['ins_tx_goto5'] = "Compila il modulo sottostante con informazioni esatte dal database di cui <EFBFBD> stato installato UGamela. Se si <EFBFBD> sbagliato, il rookeries trasferimento: ";
$lang['ins_tx_done1'] = "Il database <EFBFBD> installato! ";
$lang['ins_tx_done2'] = "L'account Administrator <EFBFBD> stato creato correttamente! "
$lang['ins_tx_done3'] = "Si consiglia di rimuovere la cartella <i> installa </ i> se non hai bisogno di installazione!"
$lang['ins_tx_done4'] = "Il trasferimento <EFBFBD> stato fatto correttamente! "
$lang['ins_form_server'] = "Server SQL";
$lang['ins_form_db'] = "Database";
$lang['ins_form_prefix'] = "Tabelle prefisso";
$lang['ins_form_login'] = "Login";
$lang['ins_form_pass'] = "Password";
$lang['ins_form_install'] = "Installa";
$lang['ins_acc_user'] = "Pseudo";
$lang['ins_acc_pass'] = ""Password";";
$lang['ins_acc_email'] = "Adresse e-Mail";
$lang['ins_acc_planet'] = "Pianeta madre";
$lang['ins_acc_sex'] = "Sex";
$lang['ins_acc_sex0'] = "-indefinito-";
$lang['ins_acc_sex1'] = "Maschio";
$lang['ins_acc_sex2'] = "Femmina";
?>