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

23 lines
636 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Inga uppladdare hittades!",
'head_uploaders' => "Uppladdare",
'text_uploaders' => "Uppladdare",
'col_username' => "Användarnamn",
'col_torrents_size' => "Storlek för torrents",
'col_torrents_num' => "Torrents Num",
'col_last_upload_time' => "Senast upplagd tid",
'col_last_upload' => "Senast uppd torrent",
'text_not_available' => "N/A",
'submit_go' => "Kör",
'text_select_month' => "Välj månad: ",
'text_order_by' => "Ordna efter",
'text_username' => "Användarnamn",
'text_torrent_size' => "Torrent Storlek",
'text_torrent_num' => "Torrent Num",
);
?>