mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
12 lines
334 B
PHP
12 lines
334 B
PHP
<?php
|
|
|
|
$lang_deletemessage = array
|
|
(
|
|
'std_bad_message_id' => "Virheellinen viesti ID",
|
|
'std_not_suggested' => "En tekisi sitä, jos olisin sinä...",
|
|
'std_not_in_inbox' => "Viesti ei ole saapuneet-kansiossa.",
|
|
'std_not_in_sentbox' => "Viesti ei ole Sentbox-kansiossa.",
|
|
'std_unknown_pm_type' => "Tuntematon hiukkastyyppi."
|
|
);
|
|
|
|
?>
|