mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
34 lines
1007 B
PHP
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.",
|
|
);
|
|
|
|
?>
|