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
+16
View File
@@ -0,0 +1,16 @@
<?php
$lang_shoutbox = array
(
'text_del' => "del",
'std_access_denied' => "Pääsy Estetty.",
'std_access_denied_note' => "Vieraat eivät saa nähdä tätä sivua.",
'text_to_guest' => " <b>Vieras</b>",
'text_guest' => "<b>Vieras</b>",
'text_ago' => " sitten",
'text_helpbox_disabled' => "Helpbox on tällä hetkellä poistettu käytöstä. Miten helvetti pääsee tänne?",
'text_no_permission_to_shoutbox' => "Sinulla ei ole lupaa lähettää viestejä shoutboxiin. Kuinka helvetti saat täältä?",
"speaking_too_often" => "Puhutaan liian usein!",
);
?>