mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
338 B
PHP
12 lines
338 B
PHP
<?php
|
|
|
|
$lang_deletemessage = array
|
|
(
|
|
'std_bad_message_id' => "Felaktigt meddelande-ID",
|
|
'std_not_suggested' => "Jag skulle inte göra det om jag vore du...",
|
|
'std_not_in_inbox' => "Meddelandet finns inte i din inkorg.",
|
|
'std_not_in_sentbox' => "Meddelandet finns inte i din Sentbox.",
|
|
'std_unknown_pm_type' => "Okänd PM-typ."
|
|
);
|
|
|
|
?>
|