diff options
Diffstat (limited to 'app/i18n/it/install.php')
| -rw-r--r-- | app/i18n/it/install.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index 0b904ab02..5bbc7c86a 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -17,20 +17,19 @@ return array( 'type' => 'Metodo di autenticazione', ), 'bdd' => array( - '_' => 'Database', 'conf' => array( - '_' => 'Configurazione database', 'ko' => 'Verifica le informazioni del database.', 'ok' => 'Le configurazioni del database sono state salvate.', + '_' => 'Configurazione database', ), - 'host' => 'Host', + 'host' => 'Host', // TODO - Translation 'password' => 'Password del database', 'prefix' => 'Prefisso tabella', 'type' => 'Tipo di database', 'username' => 'Nome utente del database', + '_' => 'Database', // TODO - Translation ), 'check' => array( - '_' => 'Controlli', 'already_installed' => 'FreshRSS risulta già installato!', 'cache' => array( 'nok' => 'Verifica i permessi sulla cartella <em>./data/cache</em>. Il server HTTP deve avere i permessi per scriverci dentro', @@ -66,11 +65,11 @@ return array( ), 'json' => array( 'nok' => 'You lack a recommended library to parse JSON.', - 'ok' => 'You have a recommended library to parse JSON.', + 'ok' => 'You have a recommended library to parse JSON.', // TODO - Translation ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation - 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation + 'nok' => 'Cannot find the recommended library mbstring for Unicode.', // TODO - Translation + 'ok' => 'You have the recommended library mbstring for Unicode.', // TODO - Translation ), 'minz' => array( 'nok' => 'Manca il framework Minz.', @@ -94,12 +93,13 @@ return array( ), 'xml' => array( 'nok' => 'You lack the required library to parse XML.', - 'ok' => 'You have the required library to parse XML.', + 'ok' => 'You have the required library to parse XML.', // TODO - Translation ), + '_' => 'Controlli', ), 'conf' => array( - '_' => 'Configurazioni generali', 'ok' => 'Configurazioni generali salvate.', + '_' => 'Configurazioni generali', ), 'congratulations' => 'Congratulazione!', 'default_user' => 'Username utente predefinito <small>(massimo 16 caratteri alfanumerici)</small>', @@ -110,14 +110,14 @@ return array( 'confirm_reinstall' => 'Reinstallando FreshRSS perderai la configurazione precedente. Sei sicuro di voler procedere?', ), 'language' => array( - '_' => 'Lingua', 'choose' => 'Seleziona la lingua per FreshRSS', 'defined' => 'Lingua impostata.', + '_' => 'Lingua', ), 'not_deleted' => 'Qualcosa non ha funzionato; devi cancellare il file <em>%s</em> manualmente.', 'ok' => 'Processo di installazione terminato con successo.', 'step' => 'Passaggio %d', 'steps' => 'Passaggi', - 'title' => 'Installazione · FreshRSS', 'this_is_the_end' => 'Fine', + 'title' => 'Installazione · FreshRSS', ); |
