mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
537 B
PHP
17 lines
537 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_shoutbox = array
|
||
|
|
(
|
||
|
|
'text_del' => "del",
|
||
|
|
'std_access_denied' => "Åtkomst nekad.",
|
||
|
|
'std_access_denied_note' => "Gäster får inte se denna sida.",
|
||
|
|
'text_to_guest' => " till <b>Gäst</b>",
|
||
|
|
'text_guest' => "<b>gäst</b>",
|
||
|
|
'text_ago' => " sedan",
|
||
|
|
'text_helpbox_disabled' => "Hjälpboxen är för närvarande inaktiverad. Hur går det till?",
|
||
|
|
'text_no_permission_to_shoutbox' => "Du har inte behörighet att skicka meddelanden till shoutbox. Hur kommer du hit?",
|
||
|
|
"speaking_too_often" => "Tala alltför ofta!",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|