Files
nexusphp/lang/nl/lang_uploaders.php
2025-04-21 02:53:56 +07:00

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",
);
?>