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