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
+12
View File
@@ -0,0 +1,12 @@
<?php
$lang_deletemessage = array
(
'std_bad_message_id' => "Forkert besked ID",
'std_not_suggested' => "Jeg ville ikke gøre det, hvis jeg var dig...",
'std_not_in_inbox' => "Beskeden er ikke i din indbakke.",
'std_not_in_sentbox' => "Beskeden er ikke i din indgangsboks.",
'std_unknown_pm_type' => "Ukendt PM-type."
);
?>