Files
nexusphp/lang/da/lang_uploaders.php
2025-04-21 02:53:56 +07:00

23 lines
628 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Ingen uploadere fundet!",
'head_uploaders' => "Uploadere",
'text_uploaders' => "Uploadere",
'col_username' => "Brugernavn",
'col_torrents_size' => "Torrents Størrelse",
'col_torrents_num' => "Torrents Num",
'col_last_upload_time' => "Sidste Uppede Tid",
'col_last_upload' => "Sidste Uppede Torrent",
'text_not_available' => "N/A",
'submit_go' => "",
'text_select_month' => "Vælg måned: ",
'text_order_by' => "Sorter Efter",
'text_username' => "Brugernavn",
'text_torrent_size' => "Torrent Størrelse",
'text_torrent_num' => "Torrent Num",
);
?>