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
+11
View File
@@ -0,0 +1,11 @@
<?php
$lang_takeflush = array
(
'std_failed' => "Mislukt",
'std_success' => "Geslaagd",
'std_ghost_torrents_cleaned' => "spook torrents zijn met succes schoongemaakt.",
'std_cannot_flush_others' => "Je kunt alleen je eigen torrents schoonmaken"
);
?>