Files
nexusphp/lang/it/lang_topten.php
2025-05-05 21:27:48 +07:00

117 lines
5.0 KiB
PHP

<?php
$lang_topten = array
(
'std_error' => "Errore!",
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "Permesso negato. Solo ",
'std_or_above_can_view' => " o sopra potrebbe vedere Top 10. <br /><br /> Si prega di vedere il "."<a class=\"faqlink\" href=\"faq.php#id22\"><b>FAQ</b></a> per maggiori informazioni sulle diverse classi di utenti e su cosa possono fare.<br /><br /><b></p> %s Staff</b>",
'col_rank' => "Rango",
'col_user' => "Utente",
'col_donated' => "Donato",
'col_ul_speed' => "Velocità UL",
'col_downloaded' => "Scaricato",
'col_dl_speed' => "Velocità DL",
'col_ratio' => "Rapporto",
'col_joined' => "Iscritto",
'col_name' => "Nome",
'title_sna' => "Numero di strappati",
'col_data' => "Dati",
'title_se' => "Numero di Seeders",
'col_le' => "Numero di Leechers",
'col_to' => "A:",
'col_country' => "Paese",
'col_username' => "Username",
'col_upload_rate' => "Upload rate",
'col_download_rate' => "Tasso di download",
'text_users' => "Utenti",
'text_torrents' => "Torrent" ,
'text_countries' => "Paesi",
'text_peers' => "Peers",
'text_community' => "Community",
'text_search' => "Cerca",
'text_other' => "Altro",
'text_this_page_last_updated' => "Ultimo aggiornamento di questa pagina ",
'text_started_recording_date' => "Statistiche xfer dell'account di registrazione iniziate su ",
'text_update_interval' => ", e le statistiche sono aggiornate ogni 60 minuti",
'text_uploaders' => "Caricatori",
'text_downloaders' => "Scaricatori",
'text_fastest_uploaders' => "Caricatori Più Veloci",
'text_fastest_up_note' => "(media, include tempo inattivo, con un minimo di 50 GB caricati)",
'text_fastest_note' => "(media, incluso il tempo inattivo)",
'text_fastest_downloaders' => "Download Più Veloci",
'text_best_sharers' => "Migliori Condivisori",
'text_sharers_note' => "(con almeno 50 GB scaricati)",
'text_worst_sharers' => "Più Condivisori",
'text_most_active_torrents' => "Torrent Più Attivi",
'text_most_snatched_torrents' => "Torrent Più Strappati" ,
'text_most_data_transferred_torrents' => "I Torrent Più Dati Trasferiti",
'text_best_seeded_torrents' => "I Migliori Torrent Seeded ",
'text_best_seeded_torrents_note' => "(con un minimo di 5 semi)",
'text_worst_seeded_torrents' => "Peggior Torrent Seeded",
'text_worst_seeded_torrents_note' => "(con almeno 1 leecher, esclusi i torrenti non strappati)",
'text_most_donated_USD' => "Donatori in dollari USA",
'text_most_donated_CNY' => "Donatori in yuan cinese",
'col_donated_usd' => "Donato($)",
'col_donated_cny' => "Donato",
'text_most_supplied' => " Più grande fornitore di risorse<font class=\"small\">(Non includere i torrent eliminati)</font>",
'text_most_snatched' => " Più grande Risorsa Snatcher<font class=\"small\">(Non includere i torrenti eliminati)</font>",
'col_torrent_uploaded' => "# Aggiornato",
'col_torrent_downloaded' => "# Strappato",
'text_most_topic' => " Forum Topic Starters <font class=\"small\">(Non includere gli argomenti cancellati)</font>",
'text_most_post' => " Poster del Forum <font class=\"small\">(Non includere i post eliminati)</font>",
'col_topics' => "Argomenti",
'col_posts' => "Post",
'text_biggest_topics' => "I più grandi argomenti <font class=\"small\">(Topica nei forum privilegiati non sono calcolati)</font>",
'col_subject' => "Oggetto",
'col_number' => "Numero",
'text_most_browser' => "Browsers",
'text_most_client' => "Client Torrent <font class=\"small\">(Ultima volta che ha avuto accesso al tracker)</font>",
'col_comments' => "Commenti",
'text_most_commenter' => "Commentatore Torrent <font class=\"small\">(Non includere i commenti cancellati)</font>",
'col_reviews' => "Recensioni",
'text_most_reviewer' => "Revisore del film <font class=\"small\">(Non includere recensioni cancellate)</font>",
'col_location' => "Posizione",
'text_most_locations' => "Posizioni Del Peer",
'col_keyword' => "Parole Chiave",
'col_times' => "Volte",
'col_datetime' => "Tempo",
'text_latest_search' => "Ultime Ricerche",
'text_current_month_search' => "Ricerche di questo mese",
'text_last_month_search' => "Ricerca del Mese Scorso",
'text_current_year_search' => "Ricerche di questo anno",
'text_most_bonuses' => "Bonus",
'col_bonus' => "Bonus",
'text_countries_users' => "Utenti",
'col_users' => "Utenti",
'text_countries_uploaded' => "Totale Caricato",
'col_uploaded' => "Caricato",
'text_countries_per_user' => "Totale medio caricato per utente<font class=\"small\"> (con almeno 1TB caricati e 100 utenti)</font>",
'col_average' => "Media",
'text_countries_ratio' => "Rapporto<font class=\"small\"> (con almeno 1TB caricati, 1TB scaricati e 100 utenti)</font>",
'text_ago' => " fa",
'text_inf' => "Inf.",
'head_top_ten' => "Top 10",
'text_most_stylesheet' => "Stylesheets",
'text_most_language' => "Lingue Utente",
'text_top' => "Alto ",
'text_one_hundred' => "Top 100",
'text_top_250' => "Top 250",
'col_clicks' => "Clic",
'text_most_clicks' => "Proprietari Di Link Promozione",
'text_charity_giver' => "Donatori Di Carità"
);
?>