| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2018 The OGP Development Team
- *
- * http://www.opengamepanel.org/
- *
- * 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 2
- * of the License, or 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- */
- define('OGP_LANG_install_lang', "Seleziona la tua lingua preferita");
- define('OGP_LANG_install_welcome', "Welcome to the Open Game Panel Installer");
- define('OGP_LANG_file_permission_check', "Sto controllando i permessi sui file");
- define('OGP_LANG_OK', "OK");
- define('OGP_LANG_write_permission_required', "E' richiesto il permesso di scrivere il file");
- define('OGP_LANG_execute_permission_required', "E' richiesto il permesso di eseguire il file");
- define('OGP_LANG_create_an_empty_file', "Crea un file vuoto.");
- define('OGP_LANG_found', "Trovato");
- define('OGP_LANG_not_found', "Not found");
- define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA is required for OGP usage. In the most of the Linux distributions this module can be installed with the following Pear command 'pear install Crypt_XXTEA-beta'.");
- define('OGP_LANG_refresh', "Ricarica");
- define('OGP_LANG_checking_required_modules', "Checking required modules");
- define('OGP_LANG_checking_optional_modules', "Checking optional modules");
- define('OGP_LANG_database_type', "Tipo di database");
- define('OGP_LANG_database_settings', "Impostazioni di accesso al database");
- define('OGP_LANG_database_hostname', "Hostname del database");
- define('OGP_LANG_database_username', "Username del database");
- define('OGP_LANG_database_password', "Password del database");
- define('OGP_LANG_database_name', "Nome del database");
- define('OGP_LANG_database_prefix', "Prefisso per le tabelle");
- define('OGP_LANG_next', "Prossimo");
- define('OGP_LANG_encryption_key', "Encyption key (Agent)");
- define('OGP_LANG_agent_port', "Porta (Agent)");
- define('OGP_LANG_unable_to_write_config', "Unable to write to configuration file. Please recheck the write permission.");
- define('OGP_LANG_admin_login_details', "Dettagli dell'utente admin");
- define('OGP_LANG_config_written', "Il file di configurazione è stato salvato");
- define('OGP_LANG_database_created', "Tabelle nel database create.");
- define('OGP_LANG_admin_login_details_info', "Ora creeremo un utente di admin per il tuo Open Game Panel");
- define('OGP_LANG_username', "Username");
- define('OGP_LANG_repeat_password', "Reinserisci password");
- define('OGP_LANG_email', "E-mail address");
- define('OGP_LANG_back', "Indietro");
- define('OGP_LANG_database_setup_failure', "Non è stato possibile creare il database. Per favore ricontrolla la configurazione del database");
- define('OGP_LANG_php_version_check', "Checking PHP version");
- define('OGP_LANG_invalid_username', "Hai inserito un username non valido");
- define('OGP_LANG_password_too_short', "La tua password è troppo corta. Deve essere lunga almeno '%d' caratteri.");
- define('OGP_LANG_password_contains_invalid_characters', "La tua password contiene dei caratteri non validi.");
- define('OGP_LANG_invalid_email_address', "You entered invalid e-mail address.");
- define('OGP_LANG_setup_complete', "Il setup è completato. Puoi già iniziare ad usare Open Game Panel da ora.");
- define('OGP_LANG_remove_install_and_secure_config', "Dovresti eliminare il file install.php dal tuo server e cambiare i permessi al file includes/config.inc.php con chmod 644 per la tua sicurezza.");
- define('OGP_LANG_go_to_panel', "Clicca qui per eseguire il login.");
- define('OGP_LANG_unable_to_resolve', "Se non sei in grado di risolvere questo problema visita il sito di OGP");
- define('OGP_LANG_slogan', "Quello Open-Source!");
- define('OGP_LANG_default_welcome_title_message', "Benvenuto! <b style='font-size:12px; font-weight:normal;'>Puoi cambiare questo titolo nelle '<a href='?m=settings&p=themes'>Impostazioni del Tema</a>' nella tab di '<a href='?m=administration&p=main'>Amministrazione</a>' .</b>");
- ?>
|