mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
29 lines
669 B
PHP
29 lines
669 B
PHP
<?php
|
|
|
|
$lang_viewpeerlist = array
|
|
(
|
|
'col_user_ip' => "Utente",
|
|
'col_location' => "Posizione",
|
|
'col_connectable' => "Connettibile",
|
|
'col_uploaded' => "Caricato",
|
|
'col_rate' => "Vota",
|
|
'col_av_rate' => "Tasso Medio",
|
|
'col_downloaded' => "Scaricato",
|
|
'col_ratio' => "Rapporto",
|
|
'col_complete' => "Complete",
|
|
'col_connected' => "Connesso",
|
|
'col_idle' => "Inattivo",
|
|
'col_client' => "Client",
|
|
'text_anonymous' => "Anonimo",
|
|
'text_unknown' => "(sconosciuto)",
|
|
'text_seeders' => "Seminatrici",
|
|
'text_leechers' => "Leechers",
|
|
'row_seeders' => "Seminatrici",
|
|
'row_leechers' => "Leechers",
|
|
'text_yes' => "Sì",
|
|
'text_no' => "No",
|
|
'text_inf' => "Inf."
|
|
);
|
|
|
|
?>
|