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