76 lines
No EOL
3.9 KiB
Modelica
76 lines
No EOL
3.9 KiB
Modelica
<?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['adm_opt_title'] = "Configurazione del server";
|
||
$lang['adm_opt_game_settings'] = "Impostazioni del gioco";
|
||
$lang['adm_opt_game_name'] = "Nome del gioco";
|
||
$lang['adm_opt_game_gspeed'] = "Velocità<br>(normale = 2500)";
|
||
$lang['adm_opt_game_fspeed'] = "Velocità flotte<br>(normale = 2500)";
|
||
$lang['adm_opt_game_pspeed'] = "Velocità di produzione<br>(normale = 1)";
|
||
$lang['adm_opt_game_forum'] = "Indirizzo del forum";
|
||
$lang['adm_opt_game_copyrigh'] = "Copyright";
|
||
$lang['adm_opt_game_online'] = "Status online";
|
||
$lang['adm_opt_game_offreaso'] = "Motivo della chiusura";
|
||
$lang['adm_opt_plan_settings'] = "Impostazioni pianeta";
|
||
$lang['adm_opt_plan_initial'] = "Dimensione del<br>pianeta madre";
|
||
$lang['adm_opt_plan_base_inc'] = "Risorse di base ";
|
||
$lang['adm_opt_game_debugmod'] = "Modalità debug";
|
||
$lang['adm_opt_game_oth_info'] = "Altre informazioni";
|
||
$lang['adm_opt_game_oth_bann'] = "profilo contesto banner";
|
||
$lang['adm_opt_game_oth_news'] = "Visualizza news";
|
||
$lang['adm_opt_game_oth_chat'] = "Visualizza chat";
|
||
$lang['adm_opt_game_oth_adds'] = "ADS Google";
|
||
$lang['adm_opt_game_oth_lstc'] = "Ultime coordinate del pianeta madre";
|
||
$lang['adm_opt_game_oth_gala'] = "Galassia";
|
||
$lang['adm_opt_game_oth_syst'] = "Sistema";
|
||
$lang['adm_opt_game_oth_plan'] = "Pianeta";
|
||
$lang['adm_opt_btn_save'] = "Salva";
|
||
|
||
$lang['adm_opt_warning1'] = "libreria GD del server Apache deve essere attivato! "
|
||
$lang['adm_opt_menu_link_enable'] = "Abilita link personalizzabile? <br> (1 = s<EFBFBD>, 0 = no)";
|
||
$lang['adm_opt_menu_link_text'] = "Link <br> Nome (se abilitato) ";
|
||
$lang['adm_opt_menu_link_url'] = "Link URL <br> (se abilitato) ";
|
||
$lang['adm_opt_control_pages'] = "Controllare le pagine visualizzate nel menu;
|
||
$lang['enable_the_anounces'] = "Gli annunci di visualizzazione? <br> (S<EFBFBD> = 1 No = 0)";
|
||
$lang['enable_the_marchand'] ="Mostra il mercante? <br> (S<EFBFBD> = 1 No = 0)";
|
||
$lang['enable_the_notes'] = "Note Show? <br> (S<EFBFBD> = 1 No = 0)";
|
||
$lang['multi_bot_settings'] ="Bot Impostazioni anti-multiaccount";
|
||
$lang['bot_name_multi'] = "<br> Bot Nome (verr<EFBFBD> visualizzato dentro il pilori);
|
||
$lang['bot_adress_multi'] = "Indirizzo di risposta del <br> bot (verr<EFBFBD> visualizzato dentro il pilori)";
|
||
$lang['bot_ban_duration'] = "Durata del divieto da parte <br> bot (in giorni) ";
|
||
$lang['bot_active'] = "Attivazione <br> bot (1 = attiva, 0 = non attiva) <br> Per impostazione predefinita, il bot <EFBFBD> spento;.";
|
||
$lang['stat_settings_desc'] = "Tuning di statistiche ";
|
||
$lang['stat_desc'] = "1 Punto= ";
|
||
$lang['stat_units'] = "Risorse spese ";
|
||
$lang['banner'] = "Banner";
|
||
$lang['source_banner'] = "Fonte <u> PNG </ u> il banner ";
|
||
$lang['banner_currently_installed'] = "Banner <EFBFBD> attualmente installato ";
|
||
|
||
?> |