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
+22
View File
@@ -0,0 +1,22 @@
<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Keine Uploader gefunden!",
'head_uploaders' => "Uploader",
'text_uploaders' => "Uploader",
'col_username' => "Benutzername",
'col_torrents_size' => "Torrents Größe",
'col_torrents_num' => "Torrents Anzahl",
'col_last_upload_time' => "Letzte Ausgefallene Zeit",
'col_last_upload' => "Zuletzt genutzte Torrent",
'text_not_available' => "N/A",
'submit_go' => "Gehe",
'text_select_month' => "Monat auswählen: ",
'text_order_by' => "Sortieren nach",
'text_username' => "Benutzername",
'text_torrent_size' => "Torrent-Größe",
'text_torrent_num' => "Torrent-Anzahl",
);
?>