mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
649 B
PHP
23 lines
649 B
PHP
<?php
|
|
|
|
$lang_uploaders = array
|
|
(
|
|
'text_no_uploaders_yet' => "Geen uploaders gevonden!",
|
|
'head_uploaders' => "Uploaders",
|
|
'text_uploaders' => "Uploaders",
|
|
'col_username' => "Gebruikersnaam",
|
|
'col_torrents_size' => "Torrents grootte",
|
|
'col_torrents_num' => "Torrents nummer",
|
|
'col_last_upload_time' => "Laatst Benodigde Tijd",
|
|
'col_last_upload' => "Laatst onderbelicht Torrent",
|
|
'text_not_available' => "N/B",
|
|
'submit_go' => "Gaan",
|
|
'text_select_month' => "Selecteer maand: ",
|
|
'text_order_by' => "Sorteer op",
|
|
'text_username' => "Gebruikersnaam",
|
|
'text_torrent_size' => "Torrent Grootte",
|
|
'text_torrent_num' => "Aantal Torrent",
|
|
);
|
|
|
|
?>
|