aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/install.php
diff options
context:
space:
mode:
authorGravatar Pyrox <Pyr0x1@users.noreply.github.com> 2022-10-07 10:57:12 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-07 10:57:12 +0200
commit1e6bc7c21cd0df892f92ef780008da891121c77c (patch)
tree0339fe8d544072c907bd0af93b0bb06c3309b89a /app/i18n/it/install.php
parent2dbd11bd2a9dfd82eb1b38e67718e688a5df8fe3 (diff)
Implemented italian translation (#4694)
* Translated admin.php * Translated conf.php * Translated feedback.php * Translated gen.php * Translated index.php * Translated install.php * Translated sub.php * Translated user.php * make fix-all * fixed apostrophe * fixed missing TODOs in sub.php * A few more details Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/install.php')
-rw-r--r--app/i18n/it/install.php24
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',