Files
nexusphp/lang/de/lang_uploaders.php
2025-04-22 19:35:05 +07:00

23 lines
648 B
PHP

<?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",
);
?>