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
+28
View File
@@ -0,0 +1,28 @@
<?php
$lang_viewpeerlist = array
(
'col_user_ip' => "Benutzer",
'col_location' => "Standort",
'col_connectable' => "Verbindlich",
'col_uploaded' => "Hochgeladen",
'col_rate' => "Rate",
'col_av_rate' => "Durchschnittsrate",
'col_downloaded' => "Heruntergeladen",
'col_ratio' => "Verhältnis",
'col_complete' => "Complete",
'col_connected' => "Verbunden",
'col_idle' => "Leerlauf",
'col_client' => "Kunde",
'text_anonymous' => "Anonym",
'text_unknown' => "(unbekannt)",
'text_seeders' => "Seeder",
'text_leechers' => "Leechers",
'row_seeders' => "Seeder",
'row_leechers' => "Leechers",
'text_yes' => "Ja",
'text_no' => "Nein",
'text_inf' => "Inf."
);
?>