htdocs/install/language/italiano/install.php
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_PASS_HELP", "Password della tua utenza database"); // L68
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_NAME_HELP", "Il nome del database sull'host. Se non esiste questo installatore proverà a creare uno"); // L64
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_PREFIX_HELP", "Questo prefisso sarà aggiunto a tutte le nuove tabelle create nel database per evitare un conflitto di nomi. Se non sei sicuro, non cambiare nulla."); // L63
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_HOST_HELP", "Nome host o numero IP del server database. Se non siete sicuri, <em>localhost</em> funziona in molti casi"); // L67
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_PCONNECT_HELPS", "Le connessioni persistenti sono utili con connessioni internet lente. Non sono generalmente richieste per la maggior parte delle installazioni."); // L69
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_SALT_HELP", "Questa salt key sarà apposta alla password nella funzione icms_encryptPass() e usata per crere un'unica password sicura. Non cambiare questa chiave se il tuo sito è già attivo, facendo così tutte le password già esistenti saranno cambiate e rese non valide. Se tu non sei sicuro lascia il dato di default."); // L97
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_USER_HELP", "Nome dell'utente che sarà utilizzato per la connessione al server del database"); // L65
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_COLLATION_HELP", "Una collazione è un set di regole per la comparazione di caratteri in un set di caratteri.");
- Exclude checks
Expected 1 space after comma in function call; 2 found Open
Open
define( "DB_CHARSET_HELP", "MySQL include un supporto al set di carattere che ti permette di immagazzinare dati usando una varietà di sets di caratteri e mettendo in atto comparazioni in accordo con una varietà di collazioni.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "RECOMMENDED_EXTENSIONS", "Estensioni raccomandate" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "RECOMMENDED_EXTENSIONS", "Estensioni raccomandate" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INSTALL_STEP", "Livello" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INSTALL_H3_STEPS", "Livelli" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INSTALL_COPYRIGHT", "Copyright © 2007 <a href=\"http://www.impresscms.org\">The ImpressCMS Project</a>" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CONFIGURATION_CHECK_TITLE", "Controllo della configurazione del tuo server" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "PATHS_SETTINGS_TITLE", "Impostazioni percorso" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INITIAL_SETTINGS_TITLE", "Sei pregato di inserire le impostazioni iniziali" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "_INSTALL_TRUST_PATH_HELP", "Questa è la posizione fisica del percorso sicuro (trust path) di ImpressCMS. Il percorso sicuro è una cartella dove ImpressCMS e i suoi moduli posizioneranno dati sensibili ed informazioni per una maggiore sicurezza. È raccomandato che questa cartella si trovi al di fuori dalla cartella pubblica del server web, in modo che non sia accessibile dal browser. Se la cartella non esiste, ImpressCMS proverà a crearla. Se non fosse possibile, ci sarà bisogno che la si crei appositamente o via FTP o dal pannello di amministrazione del tuo hosting e gli si attribuisca i permessi di lettura e scrittura (chmod 777).<br /><br /><a target='_blank' href='http://wiki.impresscms.org/index.php?title=Trust_Path'>Clicca qui</a> per saperne di più sul percorso sicuro (Trust path)." ); // L59
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_HOST_HELP", "Nome host o numero IP del server database. Se non siete sicuri, <em>localhost</em> funziona in molti casi"); // L67
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_SALT_LABEL", "Password Salt Key" ); // L98
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "BUTTON_FINISH", "Finisci" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "BUTTON_REFRESH", "Ricarica" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_NOT_CREATED", "Non è stato possibile creare la tabella %s" ); // L118
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_NO_XOOPS_FOUND", "Non si è potuta trovare nessuna installazione ImpressCMS nella cartella specificata." );
- Exclude checks
No space found after comma in function call Open
Open
define("_INSTALL_CHARSET","utf-8");
- Exclude checks
No space found after comma in function call Open
Open
define("_DEF_LANG_NAMES",'english,french'); //Add local translation
- Exclude checks
A closing tag is not permitted at the end of a PHP file Open
Open
?>
- Exclude checks
No space found after comma in function call Open
Open
define("ALTERNATE_LANGUAGE_MSG","Trovare una lingua alternativa sul sito ImpressCMS.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "RECOMMENDED_EXTENSIONS_MSG", "Queste estensioni non sono richieste per l'uso normale, ma possono essere necessarie per sfruttare alcune specifiche funzioni (come il multilingua e il supporto RSS). Tuttavia è raccomandato di averle installate." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "NONE", "Non presente" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INSTALL_H3_STEPS", "Livelli" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CONFIG_SAVE_TITLE", "Salvataggio configurazione del sistema in corso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_URL_HELP", "Principale indirizzo (URL) che sarà utilizzato per accedere al vostro ImpressCMS" ); // L58
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_NAME_HELP", "Il nome del database sull'host. Se non esiste questo installatore proverà a creare uno"); // L64
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_COLLATION_HELP", "Una collazione è un set di regole per la comparazione di caratteri in un set di caratteri.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PREFIX_LABEL", "Prefisso tabella" ); // L30
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_CONFIRMPASS_LABEL", "Conferma password" ); // L74
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "BUTTON_NEXT", "Avanti" ); // L47
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "BUTTON_FINISH", "Finisci" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_CREATED", "Tabella %s creata." ); // L45
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "TABLE_CREATED", "Tabella %s creata." ); // L45
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_PASSWORD_MATCH", "Le due passwords non sono uguali" );
- Exclude checks
No space found after comma in function call Open
Open
define("WELCOME_ANONYMOUS","Benvenuto in un sito 'powered by ImpressCMS'!");
- Exclude checks
No space found after comma in function call Open
Open
define("_LOCAL_SLOCGAN",'Make a lasting impression'); //Link to local support site
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SETTING_NAME", "Nomi impostazione" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SUCCESS", "OK" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_INSTALL_WIZARD", " %s - Wizard per l'installazione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INTRODUCTION", "Introduzione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATABASE_CONNECTION", "Connessione Database" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CONFIG_SAVE_TITLE", "Salvataggio configurazione del sistema in corso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "WELCOME_TITLE", "Installazione di ImpressCMS completata" ); // L0
- Exclude checks
No space found after comma in function call Open
Open
define( "NO_PHP5_CONTENT","PHP 7.4 è indispensabile per il buon funzionamento di ImpressCMS (PHP 8.1 è consigliato) - La tua insallazione non può continuare. Sei pregato di chiedere al tuo amministratore del serveer di aggiornare l'ambiente almeno a PHP 7.4 - 8.1 consigliato prima di provare a installare ancora. ");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_USER_LABEL", "Nome Utente" ); // L28
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_LOGIN_LABEL", "Nome utente per il login amministratore" ); // L37
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "BUTTON_SHOW_SITE", "Entra nel tuo sito" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "READY_INSERT_DATA", "Il wizard di installazione è pronto per inserire i dati iniziali nel tuo database." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATA_ALREADY_INSERTED", "I dati ImpressCMS sono già inseriti nel database. Nessun ulteriore dato sarà inserito da questa azione.<br />Premi <em>Avanti</em> per andare al prossimo passo." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_READ_SDATA", "Non è stato possibile aprire sdata.php in lettura" );
- Exclude checks
No space found after comma in function call Open
Open
define("_LOCAL_FOOTER",'Powered by ImpressCMS © 2007-' . date('Y', time()) . ' <a href=\"https://www.impresscms.org/\" rel=\"external\">The ImpressCMS Project</a>'); //footer Link to local support site
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XML_PARSING", "XML parsing" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "RECOMMENDED", "Raccomandate" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "FAILED", "Fallito" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INTRODUCTION", "Introduzione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATABASE_CONFIG", "Configurazione Database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATABASE_CONFIG", "Configurazione Database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "TABLES_CREATION_TITLE", "Creazione tabelle" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INITIAL_SETTINGS_TITLE", "Sei pregato di inserire le impostazioni iniziali" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "MODULES_INSTALL", "Installazione moduli" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "MODULES_INSTALL", "Installazione moduli" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SAFE_MODE_CONTENT", "ImpressCMS ha trovato che PHP sta usando l'impostazione Safe Mode. A causa di ciò la tua installazione non può continuare. Sei pregato di chiedere al tuo hosting di cambiare questa impostazione a OFF prima di riprovare a installare." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "_INSTALL_TRUST_PATH_HELP", "Questa è la posizione fisica del percorso sicuro (trust path) di ImpressCMS. Il percorso sicuro è una cartella dove ImpressCMS e i suoi moduli posizioneranno dati sensibili ed informazioni per una maggiore sicurezza. È raccomandato che questa cartella si trovi al di fuori dalla cartella pubblica del server web, in modo che non sia accessibile dal browser. Se la cartella non esiste, ImpressCMS proverà a crearla. Se non fosse possibile, ci sarà bisogno che la si crei appositamente o via FTP o dal pannello di amministrazione del tuo hosting e gli si attribuisca i permessi di lettura e scrittura (chmod 777).<br /><br /><a target='_blank' href='http://wiki.impresscms.org/index.php?title=Trust_Path'>Clicca qui</a> per saperne di più sul percorso sicuro (Trust path)." ); // L59
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_HOST_LABEL", "Nome host del server" ); // L27
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "IS_WRITABLE", "%s è scrivibile." ); // L84
- Exclude checks
No space found after comma in function call Open
Open
define("TRUST_PATH_NEED_CREATED_MANUALLY","Non è stato possibile creare la cartella di percorso sicuro. Si prega di crearla manualmente e clickare sul tasto Ricarica.");
- Exclude checks
No space found after comma in function call Open
Open
define("_MD_AM_MULTLOGINMSG_TXT",'Non è stato possibile fare login al sito!! <br />
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "RECOMMENDED", "Raccomandate" );
- Exclude checks
No space found after comma in function call Open
Open
define('_CORE_PASSLEVEL1','Troppo breve');
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "LANGUAGE_SELECTION_TITLE", "Scegli la tua lingua"); // L128
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATABASE_CONFIG_TITLE", "Configurazione Database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "TABLES_CREATION", "Creazione delle tabelle del database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_COLLATION_LABEL", "Database collation" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ROWS_INSERTED", "%d righe inserite nella tabella %s." ); // L119
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_NOT_DROPPED", "Fallita concellazione della tabella %s."); // L164
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_NO_XOOPS_FOUND", "Non si è potuta trovare nessuna installazione ImpressCMS nella cartella specificata." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_DISPLAY_LABEL", "Nome amministratore visualizzato" ); // L37
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SHOW_HIDE_HELP", "Mostra/nascondi il testo di aiuto" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "PHP_EXTENSION", "Estensioni %s" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CHAR_ENCODING", "Codifica carattere" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "REQUIREMENTS", "Requisiti" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "WARNING", "Avviso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CONFIGURATION_CHECK_TITLE", "Controllo della configurazione del tuo server" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "WELCOME", "Benvenuto/a" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "NO_PHP5", "PHP 7 non disponibile" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "WELCOME_TITLE", "Installazione di ImpressCMS completata" ); // L0
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "MODULES_INSTALL_TITLE", "Installazione di moduli " );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SAFE_MODE", "Safe Mode On" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SAFE_MODE_TITLE", "Safe Mode On" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATABASE_CREATED", "Il database %s è stato creato!" ); // L43
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ROWS_INSERTED", "%d righe inserite nella tabella %s." ); // L119
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_DROPPED", "Tabella %s eliminata."); // L163
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_COULD_NOT_ACCESS", "Non è possibile accedere alla cartella specificata. Verificare prego che esista e che sia leggibile dal server." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_NO_DBCONNECTION", "Non è possibile connettersi al server database." ); // L106
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_WRITE_SDATA", "Non è stato possibile scrivere in sdata.php. Si prega di controllare i permessi del file e provare ancora.");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_CHARSET_NOT_SET", "Set di caratteri di default non è adatto per il database ImpressCMS." );
- Exclude checks
No space found after comma in function call Open
Open
define("_INSTALL_PHYSICAL_PATH","Percorso fisico");
- Exclude checks
No space found after comma in function call Open
Open
define("BUTTON_CREATE_TUST_PATH","Crea percorso sicuro");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SHOW_HIDE_HELP", "Mostra/nascondi il testo di aiuto" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CURRENT", "Attuale" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "LANGUAGE_SELECTION", "Selezione lingua" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CONFIGURATION_CHECK", "Controllo configurazione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATA_INSERTION_TITLE", "Salvataggio delle tue impostazioni in corso" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "NO_PHP5", "PHP 7 non disponibile" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "NO_PHP5_CONTENT","PHP 7.4 è indispensabile per il buon funzionamento di ImpressCMS (PHP 8.1 è consigliato) - La tua insallazione non può continuare. Sei pregato di chiedere al tuo amministratore del serveer di aggiornare l'ambiente almeno a PHP 7.4 - 8.1 consigliato prima di provare a installare ancora. ");
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XML_PARSING", "XML parsing" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SAFE_MODE_CONTENT", "ImpressCMS ha trovato che PHP sta usando l'impostazione Safe Mode. A causa di ciò la tua installazione non può continuare. Sei pregato di chiedere al tuo hosting di cambiare questa impostazione a OFF prima di riprovare a installare." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_INSTALL_WIZARD", " %s - Wizard per l'installazione" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_ROOT_PATH_HELP", "Questo è il percorso fisico della cartella documenti dove si trova ImpressCMS, la radice del server web dell'applicazione ImpressCMS" ); // L59
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INSTALL_COPYRIGHT", "Copyright © 2007 <a href=\"http://www.impresscms.org\">The ImpressCMS Project</a>" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "PATHS_SETTINGS", "Impostazioni percorso" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "NO_PHP5_TITLE", "PHP 7 non disponibile" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_URL_LABEL", "Indirizzo del sito Web (URL)" ); // L56
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_SALT_HELP", "Questa salt key sarà apposta alla password nella funzione icms_encryptPass() e usata per crere un'unica password sicura. Non cambiare questa chiave se il tuo sito è già attivo, facendo così tutte le password già esistenti saranno cambiate e rese non valide. Se tu non sei sicuro lascia il dato di default."); // L97
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "LEGEND_CONNECTION", "Connessione al server" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "BUTTON_SHOW_SITE", "Entra nel tuo sito" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "READY_SAVE_MAINFILE", "Il wizard di installazione è ora pronto a salvare le impostazioni selezionate nel <em>mainfile.php</em>.<br />Premi <em>Avanti</em> per procedere." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PREFIX_HELP", "Questo prefisso sarà aggiunto a tutte le nuove tabelle create nel database per evitare un conflitto di nomi. Se non sei sicuro, non cambiare nulla."); // L63
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "READY_SAVE_MAINFILE", "Il wizard di installazione è ora pronto a salvare le impostazioni selezionate nel <em>mainfile.php</em>.<br />Premi <em>Avanti</em> per procedere." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_NOT_ALTERED", "Fallito l'aggiornamento della tabella %s."); // L134
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_EMAIL_LABEL", "E-mail amministratore" ); // L38
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_WRITE_MAINFILE", "Non è stato possibile scrivere in mainfile.php. Prego eseguire un controllo sui permessi di file e provare ancora.");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_PASS_LABEL", "Password amministratore" ); // L39
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_INVALID_DBCHARSET", "Il set di carateri '%s' non è supportato." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_TABLES_FOUND", "Le tabelle di sistema di ImpressCMS già esistono nel tuo database.<br />Premi <em>Avanti</em> per procedere." ); // L131
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_CHARSET_NOT_SET", "Set di caratteri di default non è adatto per il database ImpressCMS." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ROWS_FAILED", "Fallito inserimento di %d righe nella tabella %s." ); // L120
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_NO_DBCONNECTION", "Non è possibile connettersi al server database." ); // L106
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_COPY_MAINFILE", "Non è stato possibile copiare il file della distribuzione in mainfile.php" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_READ_MAINFILE", "Non è stato possibile aprire il mainfile.php per la lettura" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_READ_SDATA", "Non è stato possibile aprire sdata.php in lettura" );
- Exclude checks
No space found after comma in function call Open
Open
define("_DEF_LANG_TAGS",'en,fr'); //Add local translation
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SERVER_API", "API Server" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SERVER_API", "API Server" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "MODULES_INSTALL_TITLE", "Installazione di moduli " );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "LEGEND_DATABASE", "Database" ); // L51
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_CHARSET_LABEL", "Set di caratteri del Database, si raccomanda CALDAMENTE di usare UTF-8 come default." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_COLLATION_LABEL", "Database collation" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_FOUND", "%s trovato" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CHECKING_PERMISSIONS", "Sto controllando i permessi di file e cartelle" ); // L82
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "IS_NOT_WRITABLE", "%s NON è scrivibile." ); // L83
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "READY_CREATE_TABLES", "Nessuna tabella di ImpressCMS è stata trovata.<br />Il wizard di installazione è pronto per creare le tabelle di sistema di ImpressCMS.<br />Premi <em>Avanti</em> per procedere." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "TABLE_NOT_CREATED", "Non è stato possibile creare la tabella %s" ); // L118
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_REQUIRED", "Sei pregato di inserire tutte le informazioni richieste." ); // L41
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_NO_DATABASE", "Non è possibile creare un database. Contattare l'amministratore del server per chiarimenti." ); // L31
- Exclude checks
No space found after comma in function call Open
Open
define("_MD_AM_RSSLOCALLINK_DESC",'http://www.impresscms.org/modules/news/rss.php'); //Link to the rrs of local support site
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SETTING_NAME", "Nomi impostazione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SUCCESS", "OK" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "NONE", "Non presente" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INSTALL_STEP", "Livello" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INTRODUCTION_TITLE", "Benvenuto nell'assistente di installazione di ImpressCMS" ); // L0
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CONFIGURATION_CHECK", "Controllo configurazione" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "PATHS_SETTINGS_TITLE", "Impostazioni percorso" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATABASE_CONNECTION_TITLE", "Connessione Database" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CONFIG_SAVE", "Salva configurazione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_ROOT_PATH_LABEL", "Percorso fisico della cartella documenti ImpressCMS" ); // L55
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATABASE_CONFIG_TITLE", "Configurazione Database" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_NAME_LABEL", "Nome database" ); // L29
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLES_CREATION_TITLE", "Creazione tabelle" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INITIAL_SETTINGS", "Impostazioni iniziali" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "LEGEND_ADMIN_ACCOUNT", "Dati utenza amministratore" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATA_ALREADY_INSERTED", "I dati ImpressCMS sono già inseriti nel database. Nessun ulteriore dato sarà inserito da questa azione.<br />Premi <em>Avanti</em> per andare al prossimo passo." );
- Exclude checks
No space found after comma in function call Open
Open
define("_LOCAOL_STNAME",'ImpressCMS'); //Link to local support site
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_SALT_LABEL", "Password Salt Key" ); // L99
- Exclude checks
No space found after comma in function call Open
Open
define('_CORE_PASSLEVEL3','Buona');
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "BUTTON_PREVIOUS", "Indietro" ); // L42
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "IS_WRITABLE", "%s è scrivibile." ); // L84
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ROWS_FAILED", "Fallito inserimento di %d righe nella tabella %s." ); // L120
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_COULD_NOT_ACCESS", "Non è possibile accedere alla cartella specificata. Verificare prego che esista e che sia leggibile dal server." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_INVALID_EMAIL", "Email non valida" ); // L73
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_NEED_WRITE_ACCESS", "Il server deve avere accesso di scrittura sui seguenti files and cartelle <br />(ad es. <em>chmod 777 nome _cartella</em> su un UNIX/LINUX server)" ); // L72
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_READ_MAINFILE", "Non è stato possibile aprire il mainfile.php per la lettura" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_INVALID_DBCOLLATION", "La collation '%s' non è supportata." );
- Exclude checks
No space found after comma in function call Open
Open
define("TRUST_PATH_VALIDATE","Qui sopra è stato creato per te un nome per la cartella del percorso sicuro (Trust path). Se desideri utilizzare un nome differente allora rimpiazza l'indirizzo con un nome, e/o una cartella, di tua scelta. <br /><br />Clicka poi sul bottone Crea Trust Path.");
- Exclude checks
No space found after comma in function call Open
Open
define("_LOCAL_LANG_NAMES",'English,Français'); //Add local translation
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_DISPLAY_LABEL", "Nome amministratore visualizzato" ); // L37
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PCONNECT_HELPS", "Le connessioni persistenti sono utili con connessioni internet lente. Non sono generalmente richieste per la maggior parte delle installazioni."); // L69
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATABASE_CONNECTION_TITLE", "Connessione Database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_ROOT_PATH_LABEL", "Percorso fisico della cartella documenti ImpressCMS" ); // L55
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_ROOT_PATH_HELP", "Questo è il percorso fisico della cartella documenti dove si trova ImpressCMS, la radice del server web dell'applicazione ImpressCMS" ); // L59
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_USER_LABEL", "Nome Utente" ); // L28
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_USER_HELP", "Nome dell'utente che sarà utilizzato per la connessione al server del database"); // L65
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PASS_LABEL", "Password" ); // L52
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_LOGIN_LABEL", "Nome utente per il login amministratore" ); // L37
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_EMAIL_LABEL", "E-mail amministratore" ); // L38
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "BUTTON_PREVIOUS", "Indietro" ); // L42
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "XOOPS_FOUND", "%s trovato" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CHECKING_PERMISSIONS", "Sto controllando i permessi di file e cartelle" ); // L82
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "READY_CREATE_TABLES", "Nessuna tabella di ImpressCMS è stata trovata.<br />Il wizard di installazione è pronto per creare le tabelle di sistema di ImpressCMS.<br />Premi <em>Avanti</em> per procedere." );
- Exclude checks
No space found after comma in function call Open
Open
define('_CORE_PASSLEVEL2','Debole');
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "RECOMMENDED_EXTENSIONS_MSG", "Queste estensioni non sono richieste per l'uso normale, ma possono essere necessarie per sfruttare alcune specifiche funzioni (come il multilingua e il supporto RSS). Tuttavia è raccomandato di averle installate." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "WARNING", "Avviso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INSTALL_OUTOF", " di " );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "PATHS_SETTINGS", "Impostazioni percorso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATABASE_CONNECTION", "Connessione Database" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLES_CREATION", "Creazione delle tabelle del database" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "INITIAL_SETTINGS", "Impostazioni iniziali" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATA_INSERTION", "Inserimento dati" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_PASS_LABEL", "Password" ); // L52
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_NAME_LABEL", "Nome database" ); // L29
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_CHARSET_HELP", "MySQL include un supporto al set di carattere che ti permette di immagazzinare dati usando una varietà di sets di caratteri e mettendo in atto comparazioni in accordo con una varietà di collazioni.");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_PREFIX_LABEL", "Prefisso tabella" ); // L30
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_SALT_LABEL", "Password Salt Key" ); // L98
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ADMIN_CONFIRMPASS_LABEL", "Conferma password" ); // L74
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_SALT_LABEL", "Password Salt Key" ); // L99
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "IS_NOT_WRITABLE", "%s NON è scrivibile." ); // L83
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ALL_PERM_OK", "Tutti i premessi sono corretti." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_TABLES_FOUND", "Le tabelle di sistema di ImpressCMS già esistono nel tuo database.<br />Premi <em>Avanti</em> per procedere." ); // L131
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "TABLE_ALTERED", "Tabella %s aggiornata."); // L133
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_PASSWORD_MATCH", "Le due passwords non sono uguali" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_NEED_WRITE_ACCESS", "Il server deve avere accesso di scrittura sui seguenti files and cartelle <br />(ad es. <em>chmod 777 nome _cartella</em> su un UNIX/LINUX server)" ); // L72
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_WRITING_CONSTANT", "Tentativo di impostare la costante <b>%s</b> fallito." ); // L122
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_WRITING_CONSTANT", "Tentativo di impostare la costante <b>%s</b> fallito." ); // L122
- Exclude checks
No space found after comma in function call Open
Open
define("_INSTALL_LOCAL_SITE",'https://www.impresscms.org/'); //Link to local support site
- Exclude checks
No space found after comma in function call Open
Open
define("_LOCAL_SENSORTXT",'#OOPS#'); //Add local translation
- Exclude checks
No space found after comma in function call Open
Open
define("_ADM_USE_RTL","0"); // turn this to 1 if your language is right to left
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "PHP_EXTENSION", "Estensioni %s" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "RECOMMENDED_SETTINGS", "Impostazioni raccomandate" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "CURRENT", "Attuale" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "LANGUAGE_SELECTION", "Selezione lingua" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATA_INSERTION", "Inserimento dati" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DATA_INSERTION_TITLE", "Salvataggio delle tue impostazioni in corso" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "SAFE_MODE", "Safe Mode On" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "_PHP_VERSION", "Versione PHP" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "RECOMMENDED_SETTINGS", "Impostazioni raccomandate" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "SAFE_MODE_TITLE", "Safe Mode On" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "LEGEND_CONNECTION", "Connessione al server" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INSTALL_OUTOF", " di " );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CHAR_ENCODING", "Codifica carattere" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "INTRODUCTION_TITLE", "Benvenuto nell'assistente di installazione di ImpressCMS" ); // L0
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PASS_HELP", "Password della tua utenza database"); // L68
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "WELCOME", "Benvenuto/a" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "REQUIREMENTS", "Requisiti" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_PCONNECT_LABEL", "Usa connessioni persistenti" ); // L54
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "NO_PHP5_TITLE", "PHP 7 non disponibile" );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "_PHP_VERSION", "Versione PHP" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_URL_HELP", "Principale indirizzo (URL) che sarà utilizzato per accedere al vostro ImpressCMS" ); // L58
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ADMIN_PASS_LABEL", "Password amministratore" ); // L39
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "LEGEND_DATABASE", "Database" ); // L51
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "FAILED", "Fallito" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "BUTTON_NEXT", "Avanti" ); // L47
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "LEGEND_ADMIN_ACCOUNT", "Dati utenza amministratore" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ALL_PERM_OK", "Tutti i premessi sono corretti." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "CONFIG_SAVE", "Salva configurazione" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DATABASE_CREATED", "Il database %s è stato creato!" ); // L43
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "READY_INSERT_DATA", "Il wizard di installazione è pronto per inserire i dati iniziali nel tuo database." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "XOOPS_URL_LABEL", "Indirizzo del sito Web (URL)" ); // L56
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "DB_HOST_LABEL", "Nome host del server" ); // L27
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_INVALID_DBCOLLATION", "La collation '%s' non è supportata." );
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_INVALID_EMAIL", "Email non valida" ); // L73
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_CHARSET_LABEL", "Set di caratteri del Database, si raccomanda CALDAMENTE di usare UTF-8 come default." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_REQUIRED", "Sei pregato di inserire tutte le informazioni richieste." ); // L41
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_COPY_MAINFILE", "Non è stato possibile copiare il file della distribuzione in mainfile.php" );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "DB_PCONNECT_LABEL", "Usa connessioni persistenti" ); // L54
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "ERR_INVALID_DBCHARSET", "Il set di carateri '%s' non è supportato." );
- Exclude checks
Space after opening parenthesis of function call prohibited Open
Open
define( "BUTTON_REFRESH", "Ricarica" );
- Exclude checks
No space found after comma in function call Open
Open
define("WELCOME_WEBMASTER","Benvenuto Webmaster !");
- Exclude checks
Expected 0 spaces before closing bracket; 1 found Open
Open
define( "ERR_NO_DATABASE", "Non è possibile creare un database. Contattare l'amministratore del server per chiarimenti." ); // L31
- Exclude checks
No space found after comma in function call Open
Open
define("_EXT_DATE_FUNC","0"); // change 0 to 1 if this language has an extended date function
- Exclude checks
No space found after comma in function call Open
Open
define('_CORE_PASSLEVEL4','Forte');
- Exclude checks
Unexpected spaces found. Open
Open
- Hai lasciato il sito o hai chiuso la finestra del browser senza clickare il bottone del logout.<br />
- Exclude checks
Unexpected spaces found. Open
Open
- Qualcun altro è loggato nel sito e usa il tuo nome utente e password.<br />
- Exclude checks
Unexpected spaces found. Open
Open
Attendi qualche minuto e prova più tardi. Se il problema continua a persistere contatta un amministratore del sito.');
- Exclude checks
Unexpected spaces found. Open
Open
<p align="left" style="color:red;">
- Exclude checks
Unexpected spaces found. Open
Open
Possibili cause:<br />
- Exclude checks
Unexpected spaces found. Open
Open
- Sei già loggato al sito.<br />
- Exclude checks
Unexpected spaces found. Open
Open
</p>
- Exclude checks