mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
34 lines
1004 B
PHP
34 lines
1004 B
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Detalii Snatch",
|
|
'text_snatch_detail_for' => "Detalii Smulgere pentru ",
|
|
'text_users_top_finished_recently' => "Utilizatorii din partea de sus au terminat cel mai recent descărcarea",
|
|
'col_username' => "Nume",
|
|
'col_uploaded' => "Încărcat",
|
|
'col_downloaded' => "Descărcat",
|
|
'col_se_time' => "Excelenţa Sa",
|
|
'col_le_time' => "La. Timp",
|
|
'col_ratio' => "Raport",
|
|
'col_when_completed' => "Terminat la",
|
|
'col_last_action' => "Ultima Acțiune",
|
|
'col_seeding' => "Seeding",
|
|
'col_pm_user' => "Utilizator PM",
|
|
'col_report_user' => "Raportează utilizator",
|
|
'col_on_or_off' => "Pornit/Oprit",
|
|
'text_global' => "Global",
|
|
'text_torrent' => "Torent",
|
|
'text_yes' => "Da",
|
|
'text_no'=> "Nr",
|
|
'title_report' => "Raport",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonim",
|
|
'text_inf' => "Inf.",
|
|
'std_sorry' => "Scuze",
|
|
'std_no_snatched_users' => "Niciun utilizator nu a smuls acest torent încă.",
|
|
);
|
|
|
|
?>
|