Files
nexusphp/lang/nl/lang_viewsnatches.php
2025-04-21 02:53:56 +07:00

34 lines
1007 B
PHP

<?php
$lang_viewsnatches = array
(
'head_snatch_detail' => "Snatch Details",
'text_snatch_detail_for' => "Snatch Details voor ",
'text_users_top_finished_recently' => "De gebruikers bovenaan klaar de download het laatst",
'col_username' => "Gebruikersnaam",
'col_uploaded' => "Geüpload",
'col_downloaded' => "Gedownload",
'col_se_time' => "Ze. Tijd",
'col_le_time' => "Le. Tijd",
'col_ratio' => "Verhouding",
'col_when_completed' => "Voltooid op",
'col_last_action' => "Laatste actie",
'col_seeding' => "Uploaden",
'col_pm_user' => "PM gebruiker",
'col_report_user' => "Gebruiker melden",
'col_on_or_off' => "Aan/uit",
'text_global' => "Wereldwijd",
'text_torrent' => "Torrent",
'text_yes' => "ja",
'text_no'=> "Neen",
'title_report' => "Rapporteren",
'col_ip' => "IP-adres",
'text_per_second' => "/sec.",
'text_anonymous' => "anoniem",
'text_inf' => "Inf.",
'std_sorry' => "Sorry",
'std_no_snatched_users' => "Er is nog geen gebruiker die deze torrent heeft opgehaald.",
);
?>