mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
34 lines
971 B
PHP
34 lines
971 B
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Snac Dettagli",
|
|
'text_snatch_detail_for' => "Snac Dettagli per ",
|
|
'text_users_top_finished_recently' => "Gli utenti in alto finito il download più recentemente",
|
|
'col_username' => "Username",
|
|
'col_uploaded' => "Caricato",
|
|
'col_downloaded' => "Scaricato",
|
|
'col_se_time' => "Se. Tempo",
|
|
'col_le_time' => "Le. Tempo",
|
|
'col_ratio' => "Rapporto",
|
|
'col_when_completed' => "Completato Il",
|
|
'col_last_action' => "Ultima Azione",
|
|
'col_seeding' => "Semina",
|
|
'col_pm_user' => "Utente PM",
|
|
'col_report_user' => "Report Utente",
|
|
'col_on_or_off' => "On/Off",
|
|
'text_global' => "Globale",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "Sì",
|
|
'text_no'=> "No",
|
|
'title_report' => "Segnala",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonimo",
|
|
'text_inf' => "Inf.",
|
|
'std_sorry' => "Spiacenti",
|
|
'std_no_snatched_users' => "Nessun utente ha ancora strappato questo torrent.",
|
|
);
|
|
|
|
?>
|