mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user