mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
34 lines
1003 B
PHP
34 lines
1003 B
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Detalhes do Snatch",
|
|
'text_snatch_detail_for' => "Detalhes do Snatch para ",
|
|
'text_users_top_finished_recently' => "Os usuários no top finalizaram o download mais recentemente",
|
|
'col_username' => "Usuário:",
|
|
'col_uploaded' => "Enviado",
|
|
'col_downloaded' => "Baixado",
|
|
'col_se_time' => "Se. Hora",
|
|
'col_le_time' => "Le. Tempo",
|
|
'col_ratio' => "Tarifa",
|
|
'col_when_completed' => "Concluído em",
|
|
'col_last_action' => "Última ação",
|
|
'col_seeding' => "Semeando",
|
|
'col_pm_user' => "Usuário PM",
|
|
'col_report_user' => "Denunciar usuário",
|
|
'col_on_or_off' => "Ativado/Desligado",
|
|
'text_global' => "Global",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "sim",
|
|
'text_no'=> "Não",
|
|
'title_report' => "Denunciar",
|
|
'col_ip' => "PI",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anônimo",
|
|
'text_inf' => "Info.",
|
|
'std_sorry' => "Desculpa",
|
|
'std_no_snatched_users' => "Nenhum usuário encontrou este torrent ainda.",
|
|
);
|
|
|
|
?>
|