Files
nexusphp/lang/nb/lang_uploaders.php

23 lines
634 B
PHP
Raw Permalink Normal View History

2025-05-05 21:27:48 +07:00
<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Ingen opplastere funnet!",
'head_uploaders' => "Opplastinger",
'text_uploaders' => "Opplastinger",
'col_username' => "Brukernavn",
'col_torrents_size' => "Torrenter størrelse",
'col_torrents_num' => "Torrenter Num",
'col_last_upload_time' => "Siste brukte tid",
'col_last_upload' => "Siste brukte torrent",
'text_not_available' => "N/A",
'submit_go' => "",
'text_select_month' => "Velg måned: ",
'text_order_by' => "Sorter etter",
'text_username' => "Brukernavn",
'text_torrent_size' => "Torrent størrelse",
'text_torrent_num' => "Torrent Num",
);
?>