Files
nexusphp/lang/es/lang_viewsnatches.php
2025-04-22 19:35:05 +07:00

34 lines
1004 B
PHP

<?php
$lang_viewsnatches = array
(
'head_snatch_detail' => "Detalles de Snatch",
'text_snatch_detail_for' => "Detalles de Snatch para ",
'text_users_top_finished_recently' => "Los usuarios en la parte superior terminaron la descarga más recientemente",
'col_username' => "Usuario",
'col_uploaded' => "Subido",
'col_downloaded' => "Descargado",
'col_se_time' => "Se. Hora",
'col_le_time' => "Tiempo",
'col_ratio' => "Ratio",
'col_when_completed' => "Completado el",
'col_last_action' => "Última acción",
'col_seeding' => "Sembrando",
'col_pm_user' => "Usuario PM",
'col_report_user' => "Reportar usuario",
'col_on_or_off' => "On/Off",
'text_global' => "Global",
'text_torrent' => "Torrente",
'text_yes' => "",
'text_no'=> "Nu",
'title_report' => "Reporte",
'col_ip' => "IP",
'text_per_second' => "/s",
'text_anonymous' => "anónimo",
'text_inf' => "Inf.",
'std_sorry' => "Disculpe",
'std_no_snatched_users' => "Ningún usuario ha capturado este torrent todavía.",
);
?>