mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
572 B
PHP
17 lines
572 B
PHP
<?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!",
|
|
);
|
|
|
|
?>
|