add lang: nl + deprecate lang/_target

This commit is contained in:
xiaomlove
2025-04-21 02:53:56 +07:00
parent 4166a933e1
commit d990723ebc
310 changed files with 14339 additions and 245 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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",
);
?>