mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user