mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
360 B
PHP
12 lines
360 B
PHP
<?php
|
|
|
|
$lang_deletemessage = array
|
|
(
|
|
'std_bad_message_id' => "Falsche Nachrichten-ID",
|
|
'std_not_suggested' => "Ich würde das nicht tun, wenn ich dich wäre...",
|
|
'std_not_in_inbox' => "Die Nachricht ist nicht in Ihrem Posteingang.",
|
|
'std_not_in_sentbox' => "Die Nachricht ist nicht in Ihrem Sentbox.",
|
|
'std_unknown_pm_type' => "Unbekannter PM-Typ."
|
|
);
|
|
|
|
?>
|