mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang fi + fr
This commit is contained in:
@@ -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!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user