mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user