mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang de/pl/pt/ro/ru/sv
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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!",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user