FreshRSS/app/i18n/it/admin.php

239 lines
9.6 KiB
PHP
Raw Normal View History

2015-10-24 15:11:08 +02:00
<?php
/******************************************************************************/
/* Each entry of that file can be associated with a comment to indicate its */
/* state. When there is no comment, it means the entry is fully translated. */
/* The recognized comments are (comment matching is case-insensitive): */
/* + TODO: the entry has never been translated. */
/* + DIRTY: the entry has been translated but needs to be updated. */
/* + IGNORE: the entry does not need to be translated. */
/* When a comment is not recognized, it is discarded. */
/******************************************************************************/
2015-10-24 15:11:08 +02:00
return array(
'auth' => array(
'allow_anonymous' => 'Consenti la lettura agli utenti anonimi degli articoli dell utente predefinito (%s)',
'allow_anonymous_refresh' => 'Consenti agli utenti anonimi di aggiornare gli articoli',
'api_enabled' => 'Consenti le <abbr>API</abbr> di accesso <small>(richiesto per le app mobili)</small>',
'form' => 'Web form (tradizionale, richiede JavaScript)',
'http' => 'HTTP (per gli utenti avanzati con HTTPS)',
'none' => 'Nessuno (pericoloso)',
'title' => 'Autenticazione',
New feature: shareable user query (#6052) * New feature: shareable user query Share the output of a user query by RSS / HTML / OPML with other people through unique URLs. Replaces the global admin token, which was the only option (but unsafe) to share RSS outputs with other people. Also add a new HTML output for people without an RSS reader. fix https://github.com/FreshRSS/FreshRSS/issues/3066#issuecomment-648977890 fix https://github.com/FreshRSS/FreshRSS/issues/3178#issuecomment-769435504 * Remove unused method * Fix token saving * Implement HTML view * Update i18n for master token * Revert i18n get_favorite * Fix missing i18n for user queries from before this PR * Remove irrelevant tests * Add link to RSS version * Fix getGet * Fix getState * Fix getSearch * Alternative getSearch * Default getOrder * Explicit default state * Fix test * Add OPML sharing * Remove many redundant SQL queries from original implementation of user queries * Fix article tags * Use default user settings * Prepare public search * Fixes * Allow user search on article tags * Implement user search * Revert filter bug * Revert wrong SQL left outer join change * Implement checkboxes * Safe check of OPML * Fix label * Remove RSS button to favour new sharing method That sharing button was using a global admin token * First version of HTTP 304 * Disallow some recusrivity fix https://github.com/FreshRSS/FreshRSS/issues/6086 * Draft of nav * Minor httpConditional * Add support for offset for pagination * Fix offset pagination * Fix explicit order ASC * Add documentation * Help links i18n * Note about deprecated master token * Typo * Doc about format
2024-02-26 09:01:03 +01:00
'token' => 'Master authentication token', // TODO
'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO
2015-10-24 15:11:08 +02:00
'type' => 'Metodo di autenticazione',
'unsafe_autologin' => 'Consenti accesso automatico non sicuro usando il formato: ',
),
'check_install' => array(
'cache' => array(
'nok' => 'Verifica i permessi sulla cartella <em>./data/cache</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella della cache sono corretti.',
),
'categories' => array(
'nok' => 'La tabella delle categorie ha una configurazione errata.',
'ok' => 'Tabella delle categorie OK.',
),
'connection' => array(
'nok' => 'La connessione al database non può essere stabilita.',
'ok' => 'Connessione al database OK',
),
'ctype' => array(
'nok' => 'Manca una libreria richiesta per il controllo dei caratteri (php-ctype).',
'ok' => 'Libreria richiesta per il controllo dei caratteri presente (ctype).',
),
'curl' => array(
'nok' => 'Manca il supporto per cURL (pacchetto php-curl).',
2015-10-24 15:11:08 +02:00
'ok' => 'Estensione cURL presente.',
),
'data' => array(
'nok' => 'Verifica i permessi sulla cartella <em>./data</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella data sono corretti.',
),
'database' => 'Installazione database',
'dom' => array(
'nok' => 'Manca una libreria richiesta per leggere DOM (pacchetto php-xml).',
'ok' => 'Libreria richiesta per leggere DOM presente.',
),
'entries' => array(
'nok' => 'La tabella Entry ha una configurazione errata.',
'ok' => 'Tabella Entry OK.',
),
'favicons' => array(
'nok' => 'Verifica i permessi sulla cartella <em>./data/favicons</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella favicons sono corretti.',
),
'feeds' => array(
'nok' => 'La tabella Feed ha una configurazione errata.',
'ok' => 'Tabella Feed OK.',
),
'fileinfo' => array(
'nok' => 'Manca il supporto per PHP fileinfo (pacchetto fileinfo).',
'ok' => 'Estensione fileinfo presente.',
),
2015-10-24 15:11:08 +02:00
'files' => 'Installazione files',
'json' => array(
'nok' => 'Manca il supoorto a JSON (pacchetto php-json).',
2015-10-24 15:11:08 +02:00
'ok' => 'Estensione JSON presente.',
),
'mbstring' => array(
'nok' => 'Non è possibile trovare la libreria mbstring raccomandata per Unicode.',
'ok' => 'Ha la libreria mbstring raccomandata per Unicode.',
),
2015-10-24 15:11:08 +02:00
'pcre' => array(
'nok' => 'Manca una libreria richiesta per le regular expressions (php-pcre).',
'ok' => 'Libreria richiesta per le regular expressions presente (PCRE).',
),
'pdo' => array(
2016-09-03 11:29:18 +02:00
'nok' => 'Manca PDO o uno degli altri driver supportati (pdo_mysql, pdo_sqlite, pdo_pgsql).',
'ok' => 'PDO e altri driver supportati (pdo_mysql, pdo_sqlite, pdo_pgsql).',
2015-10-24 15:11:08 +02:00
),
'php' => array(
'_' => 'Installazione PHP',
2015-10-24 15:11:08 +02:00
'nok' => 'Versione PHP %s FreshRSS richiede almeno la versione %s.',
'ok' => 'Versione PHP %s, compatibile con FreshRSS.',
),
'tables' => array(
'nok' => 'Rilevate tabelle mancanti nel database.',
'ok' => 'Tutte le tabelle sono presenti nel database.',
),
'title' => 'Verifica installazione',
'tokens' => array(
'nok' => 'Verifica i permessi sulla cartella <em>./data/tokens</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella tokens sono corretti.',
),
'users' => array(
'nok' => 'Verifica i permessi sulla cartella <em>./data/users</em>. Il server HTTP deve avere i permessi per scriverci dentro',
'ok' => 'I permessi sulla cartella users sono corretti.',
),
'zip' => array(
'nok' => 'Manca estensione ZIP (pacchetto php-zip).',
2015-10-24 15:11:08 +02:00
'ok' => 'Estensione ZIP presente.',
),
),
'extensions' => array(
'author' => 'Autore',
'community' => 'Estensioni della community disponibili',
'description' => 'Descrizione',
2015-10-24 15:11:08 +02:00
'disabled' => 'Disabilitata',
'empty_list' => 'Non ci sono estensioni installate',
'enabled' => 'Abilitata',
'latest' => 'Installato',
'name' => 'Nome',
2015-10-24 15:11:08 +02:00
'no_configure_view' => 'Questa estensioni non può essere configurata.',
'system' => array(
'_' => 'Estensioni di sistema',
'no_rights' => 'Estensione di sistema (non hai i permessi su questo tipo)',
2015-10-24 15:11:08 +02:00
),
'title' => 'Estensioni',
'update' => 'Aggiornamento disponibile',
2015-10-24 15:11:08 +02:00
'user' => 'Estensioni utente',
'version' => 'Versione',
2015-10-24 15:11:08 +02:00
),
'stats' => array(
'_' => 'Statistiche',
2015-10-24 15:11:08 +02:00
'all_feeds' => 'Tutti i feeds',
'category' => 'Categoria',
'entry_count' => 'Articoli',
'entry_per_category' => 'Articoli per categoria',
'entry_per_day' => 'Articoli per giorno (ultimi 30 giorni)',
'entry_per_day_of_week' => 'Per giorno della settimana (media: %.2f articoli)',
'entry_per_hour' => 'Per ora (media: %.2f articoli)',
'entry_per_month' => 'Per mese (media: %.2f articoli)',
'entry_repartition' => 'Ripartizione contenuti',
'feed' => 'Feed', // IGNORE
2015-10-24 15:11:08 +02:00
'feed_per_category' => 'Feeds per categoria',
'idle' => 'Feeds non aggiornati',
'main' => 'Statistiche principali',
'main_stream' => 'Flusso principale',
'no_idle' => 'Non ci sono feed non aggiornati',
'number_entries' => '%d articoli',
'percent_of_total' => '% del totale',
2015-10-24 15:11:08 +02:00
'repartition' => 'Ripartizione articoli',
'status_favorites' => 'Preferiti',
'status_read' => 'Letti',
'status_total' => 'Totale',
'status_unread' => 'Non letti',
'title' => 'Statistiche',
'top_feed' => 'I migliori 10 feeds',
),
'system' => array(
'_' => 'Configurazione di sistema',
'auto-update-url' => 'Aggiorna automaticamente lURL del server',
'base-url' => array(
'_' => 'URL base',
'recommendation' => 'Suggerimento automatico: <kbd>%s</kbd>',
),
'cookie-duration' => array(
'help' => 'in secondi',
'number' => 'Tempo in cui rimanere loggati',
),
'force_email_validation' => 'Forza la validazione dellindirizzo mail',
2015-10-24 15:11:08 +02:00
'instance-name' => 'Nome istanza',
'max-categories' => 'Limite categorie per utente',
'max-feeds' => 'Limite feeds per utente',
'registration' => array(
'number' => 'Numero massimo di profili',
'select' => array(
'label' => 'Form di registrazione',
'option' => array(
'noform' => 'Disabilitato: Nessun form di registrazione',
'nolimit' => 'Abilitato: Nessun limite agli account',
'setaccountsnumber' => 'Imposta il numero massimo di account',
),
),
'status' => array(
'disabled' => 'Form disabilitato',
'enabled' => 'Form abilitato',
),
'title' => 'Form di registrazione utente',
2015-10-24 15:11:08 +02:00
),
'sensitive-parameter' => 'Parametro sensibile. Modificalo manualmente in <kbd>./data/config.php</kbd>',
'tos' => array(
'disabled' => 'non fornito',
'enabled' => '<a href="./?a=tos">è abilitato</a>',
'help' => 'Come <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">abilitare i termini e condizioni</a>',
),
'websub' => array(
'help' => 'Riguardo <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>',
),
2015-10-24 15:11:08 +02:00
),
'update' => array(
'_' => 'Aggiornamento sistema',
2015-10-24 15:11:08 +02:00
'apply' => 'Applica',
'changelog' => 'Lista dei cambiamenti',
2015-10-24 15:11:08 +02:00
'check' => 'Controlla la presenza di nuovi aggiornamenti',
'copiedFromURL' => 'update.php copiato da %s a ./data',
'current_version' => 'Versione',
'last' => 'Ultima verifica',
'loading' => 'Aggiornamentose…',
2015-10-24 15:11:08 +02:00
'none' => 'Nessun aggiornamento da applicare',
'releaseChannel' => array(
'_' => 'Canale di rilascio',
'edge' => 'Rilascio continuo (“edge”)',
'latest' => 'Stabile (“latest”)',
),
2015-10-24 15:11:08 +02:00
'title' => 'Aggiorna sistema',
'viaGit' => 'Aggiornamento tramite git e Github.com avviato',
2015-10-24 15:11:08 +02:00
),
'user' => array(
'admin' => 'Amministratore',
'article_count' => 'Articoli',
'back_to_manage' => '← Ritorna alla lista utenti',
2015-10-24 15:11:08 +02:00
'create' => 'Crea nuovo utente',
'database_size' => 'Dimensione del database',
'email' => 'Indirizzo e-mail',
'enabled' => 'Abilitato',
'feed_count' => 'Feed',
'is_admin' => 'Amministratore',
2015-10-24 15:11:08 +02:00
'language' => 'Lingua',
'last_user_activity' => 'Ultime attività degli utenti',
'list' => 'Lista utenti',
2015-10-24 15:11:08 +02:00
'number' => ' %d profilo utente creato',
'numbers' => 'Sono presenti %d profili utente',
'password_form' => 'Password<br /><small>(per il login classico)</small>',
'password_format' => 'Almeno 7 caratteri',
'title' => 'Gestione utenti',
'username' => 'Nome utente',
),
);