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

12 lines
337 B
PHP

<?php
$lang_deletemessage = array
(
'std_bad_message_id' => "Foutief bericht ID",
'std_not_suggested' => "Ik zou dat niet doen als ik jou was...",
'std_not_in_inbox' => "Het bericht staat niet in uw Postvak IN.",
'std_not_in_sentbox' => "Het bericht staat niet in je Verzending.",
'std_unknown_pm_type' => "Onbekend PM-type"
);
?>