add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions

View File

@@ -0,0 +1,33 @@
<?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.",
);
?>