mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
34 lines
993 B
PHP
34 lines
993 B
PHP
<?php
|
|
|
|
$lang_viewsnatches = array
|
|
(
|
|
'head_snatch_detail' => "Schnelldetails",
|
|
'text_snatch_detail_for' => "Schnelldetails für ",
|
|
'text_users_top_finished_recently' => "Die Top-Nutzer haben den Download zuletzt beendet",
|
|
'col_username' => "Benutzername",
|
|
'col_uploaded' => "Hochgeladen",
|
|
'col_downloaded' => "Heruntergeladen",
|
|
'col_se_time' => "Se. Zeit",
|
|
'col_le_time' => "Le. Zeit",
|
|
'col_ratio' => "Verhältnis",
|
|
'col_when_completed' => "Abgeschlossen am",
|
|
'col_last_action' => "Letzte Aktion",
|
|
'col_seeding' => "Verteilen",
|
|
'col_pm_user' => "PN Benutzer",
|
|
'col_report_user' => "Benutzer melden",
|
|
'col_on_or_off' => "Ein/Aus",
|
|
'text_global' => "Globale",
|
|
'text_torrent' => "Torrent",
|
|
'text_yes' => "Ja",
|
|
'text_no'=> "Nein",
|
|
'title_report' => "Bericht",
|
|
'col_ip' => "IP",
|
|
'text_per_second' => "/s",
|
|
'text_anonymous' => "anonym",
|
|
'text_inf' => "Inf.",
|
|
'std_sorry' => "Tut uns leid",
|
|
'std_no_snatched_users' => "Noch kein Benutzer hat diesen Torrent geraubt.",
|
|
);
|
|
|
|
?>
|