diff options
Diffstat (limited to 'app/i18n/it/install.php')
| -rw-r--r-- | app/i18n/it/install.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index 742ae830b..690e26b42 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -27,13 +27,13 @@ return array( 'type' => 'Metodo di autenticazione', ), 'bdd' => array( - '_' => 'Database', // TODO + '_' => 'Database', // IGNORE 'conf' => array( '_' => 'Configurazione database', 'ko' => 'Verifica le informazioni del database.', 'ok' => 'Le configurazioni del database sono state salvate.', ), - 'host' => 'Host', // TODO + 'host' => 'Host', // IGNORE 'password' => 'Password del database', 'prefix' => 'Prefisso tabella', 'type' => 'Tipo di database', @@ -71,12 +71,12 @@ return array( 'ok' => 'Estensione fileinfo presente.', ), 'json' => array( - 'nok' => 'You lack a recommended library to parse JSON.', - 'ok' => 'You have the recommended library to parse JSON.', // TODO + 'nok' => 'Manca la libreria consigliata per effettuare la lettura del JSON.', + 'ok' => 'La libreria consigliata per la lettura del JSON è presente.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO + 'nok' => 'Impossibile trovare la libreria mbstring, consigliata per Unicode.', + 'ok' => 'La libreria mbstring, consigliata per Unicode, è presente.', ), 'pcre' => array( 'nok' => 'Manca una libreria richiesta per le regular expressions (php-pcre).', @@ -93,16 +93,16 @@ return array( 'reload' => 'Controlla di nuovo', 'tmp' => array( 'nok' => 'Verifica i permessi sulla cartella <em>%s</em>. Il server HTTP deve avere i permessi per scriverci dentro.', - 'ok' => 'Permissions on the temp directory are good.', // TODO + 'ok' => 'I permessi sulla cartella temp sono corretti.', ), - 'unknown_process_username' => 'unknown', // TODO + 'unknown_process_username' => 'sconosciuto', 'users' => array( 'nok' => 'Verifica i permessi sulla cartella <em>%s</em>. Il server HTTP deve avere i permessi per scriverci dentro.', 'ok' => 'I permessi sulla cartella users sono corretti.', ), 'xml' => array( - 'nok' => 'You lack the required library to parse XML.', - 'ok' => 'You have the required library to parse XML.', // TODO + 'nok' => 'La libreria richiesta per leggere gli XML non è presente.', + 'ok' => 'La libreria richiesta per leggere gli XML è presente.', ), ), 'conf' => array( @@ -121,10 +121,10 @@ return array( 'choose' => 'Seleziona la lingua per FreshRSS', 'defined' => 'Lingua impostata.', ), - 'missing_applied_migrations' => 'Something went wrong; you should create an empty file <em>%s</em> manually.', // TODO + 'missing_applied_migrations' => 'Qualcosa è andato storto; sarà necessario creare manualmente un file vuoto <em>%s</em>.', 'ok' => 'Processo di installazione terminato con successo.', 'session' => array( - 'nok' => 'The web server seems to be incorrectly configured for cookies required for PHP sessions!', // TODO + 'nok' => 'Il server web sembra configurato in maniera non corretta riguardo i cookie richiesti per le sessioni PHP!', ), 'step' => 'Passaggio %d', 'steps' => 'Passaggi', |
