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
+28
View File
@@ -0,0 +1,28 @@
<?php
$lang_cheaterbox = array
(
'std_oho' => "Oho!",
'std_no_suspect_detected' => "Nog geen verdachte gedetecteerd.",
'head_cheaterbox' => "Cheaterbox",
'text_cheaterbox' => "Cheaterbox <font class=striking>BETA</font>",
'col_added' => "Toegevoegd",
'col_suspect' => "Suspect",
'col_hit' => "Raak",
'col_torrent' => "Torrent",
'col_ul' => "UL",
'col_dl' => "US",
'col_ann_time' => "Ann. Tijd",
'col_seeders' => "Seeders",
'col_leechers' => "Leechers",
'col_comment' => "Opmerking",
'col_dealt_with' => "Dealt Met",
'col_action' => "Act.",
'text_torrent_does_not_exist' => "Torrent bestaat niet of is verwijderd",
'text_yes' => "ja",
'text_no' => "Neen",
'submit_set_dealt' => "Zet Dealt",
'submit_delete' => "Verwijderen"
);
?>