mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
648 B
PHP
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",
|
|
);
|
|
|
|
?>
|