mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
34 lines
960 B
PHP
34 lines
960 B
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Snatch Detaljer",
|
|
'text_snatch_detail_for' => "Snatch Detaljer for ",
|
|
'text_users_top_finished_recently' => "Brugerne øverst færdig med download senest",
|
|
'col_username' => "Brugernavn",
|
|
'col_uploaded' => "Uploadet",
|
|
'col_downloaded' => "Downloadet",
|
|
'col_se_time' => "Se. Tid",
|
|
'col_le_time' => "Les. Tid",
|
|
'col_ratio' => "Forhold",
|
|
'col_when_completed' => "Afsluttet Den",
|
|
'col_last_action' => "Seneste Handling",
|
|
'col_seeding' => "Seeder",
|
|
'col_pm_user' => "PM Bruger",
|
|
'col_report_user' => "Anmeld Bruger",
|
|
'col_on_or_off' => "Til/Fra",
|
|
'text_global' => "Globalt",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "Ja",
|
|
'text_no'=> "Nej",
|
|
'title_report' => "Rapport",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonym",
|
|
'text_inf' => "Inf.",
|
|
'std_sorry' => "Beklager",
|
|
'std_no_snatched_users' => "Ingen bruger har hentet denne torrent endnu.",
|
|
);
|
|
|
|
?>
|