diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/it/install.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/it/install.php')
| -rw-r--r-- | app/i18n/it/install.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index 90561981c..3e667251b 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -80,6 +80,7 @@ return array( 'nok' => 'Versione di PHP %s FreshRSS richiede almeno la versione %s.', 'ok' => 'Versione di PHP %s, compatibile con FreshRSS.', ), + '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 - Translation @@ -93,7 +94,6 @@ return array( 'nok' => 'You lack the required library to parse XML.', 'ok' => 'You have the required library to parse XML.', // TODO - Translation ), - 'reload' => 'Controlla di nuovo', ), 'conf' => array( '_' => 'Configurazioni generali', @@ -101,7 +101,6 @@ return array( ), 'congratulations' => 'Congratulazione!', 'default_user' => 'Username utente predefinito <small>(massimo 16 caratteri alfanumerici)</small>', - 'delete_articles_after' => 'Rimuovi articoli dopo', 'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.', 'javascript_is_better' => 'FreshRSS funziona meglio con JavaScript abilitato', 'js' => array( |
