add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
<?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."
);
?>